soegaard2
2020-12-12 14:06:24

From racket.css : /* Racket text styles */ .RktIn { color: #cc6633; background-color: #eeeeee; } What’s In short for here?


sorawee
2020-12-12 14:08:38

Input?



soegaard2
2020-12-12 14:09:30

Thanks! The link makes everything clear.


soegaard2
2020-12-12 15:49:14

In scribble/xml a struct element is defined. It seems element? is not exported. Is there someway to get hold of the element? predicate even though it is not exported?

https://github.com/racket/scribble/blob/master/scribble-html-lib/scribble/html/xml.rkt


sorawee
2020-12-12 16:21:40

If anyone uses macOS Catalina, can you set Safari as the default browser and run raco docs let and see if it works?


sorawee
2020-12-12 16:22:51

On Big Sur, with the default setting, it does not, but when I enable developer tools, somehow that fixes the problem. Curious if there’s a problem on Catalina too.


greg
2020-12-12 16:31:58

rackunit has something, IIRC require/expose?


greg
2020-12-12 16:33:05

I mean, it’s intended for testing. Off-label uses are probably at least somewhat evil. But if you have no choice…


soegaard2
2020-12-12 17:09:24

Thanks - sounds like the right tool for the job.


plragde
2020-12-12 17:21:40

Works for me on Catalina 10.15.6.


plragde
2020-12-12 17:23:59

Ah, wait, no, I had developer tools enabled. When I uncheck that, it does not run (and will not let me cut-to-paste the error message! Let me know if you need it.)


sorawee
2020-12-12 17:26:18

Thanks! That’s enough information for me :slightly_smiling_face:


soegaard2
2020-12-12 19:03:00

Worked like a charm!


sorawee
2020-12-13 02:42:58

Safari really sucks when the developer tools are disabled…