-
**What version of Racket are you using?**
7.8
**What program did you run?**
I run DrRacket and the "tooltip" is shown in the wrong place.
![screenshot](https://user-images.githubusercontent.com/…
-
In racket/drracket#291 and racket/drracket#172, it was decided that "signature box" is a much better term than "blue box", and various parts of drracket's documentation were updated to use this phrase…
-
**What version of Racket are you using?**
8.7
**What program did you run?**
Didn't run a program, I tried to update a package. Here's what I did...
1. Start DrRacket
2. Choose File -> Packag…
-
```racket
(: id (All (X) (-> X X)))
(define id values)
```
Mousing over the X's in `(-> X X)` should draw an arrow back to the X in `(X)` in DrRacket. Apparently this used to work but has not fo…
-
https://github.com/racket/racket/issues/3569
![screenshot](https://user-images.githubusercontent.com/10321547/102524891-898e9780-40d4-11eb-93e9-807c7b24a809.png)
I don't find other apps displays abn…
-
On my system, after entering the debug repl and interacting, I don't seem to see output. I press return at the end of line.
User error?
![image](https://github.com/AlexKnauth/debug/assets/13293…
-
Hello,
I hope you are well !
I have a question about DrRacket and Racket. I would like to know how the two communicate. Is it in the same process or separate processes? How does it work, is it synch…
-
I was thrilled to see decent unicode support in drracket but was disappointed when emojis can't render at all. Is there a configuration I missed or this is not supported currently?
-
In DrRacket (in Windows) this program prints "eé" instead of "ée".
(The acent is in the wrong e.)
```
#lang racket
"e\u0301e"
```
Otherwise this HTML shows: ée
```
ée
```
-
**Is your feature request related to a problem? Please describe.**
The thread by default created with current-thread-custodian, which will slow down the whole DrRacket, particular if I'm working on s…