-
Hello,
I have tried running DrRacket on a Windows and Linux box with the NVDA and Orca screenreaders, respectively, and I am noticing some accessibility issues that need some addressing. Under Linu…
ghost updated
5 months ago
-
Might be cool to provide supported vars that can be incorporated into syntax highlighting. That way, individual projects could create a `.dir-local.el` that defines highlighting for custom syntax they…
-
**Describe the bug**
When trying to run lsp-dart-run, using envrc to populate the env variables based on a shell.nix. The debbuger or runner exits with the following message:
```
Launching lib/…
-
Running `(sphere origin 1)` in Racket version 6.1.1 creates the following error:
```
make-gl-shader: 0(10) : error C1101: ambiguous overloaded function reference "mix(float, float, int)"
(0) : gp…
-
**Racket Version**
6.12.0.3--2018-02-07(-/f) [3m].
**Program**
```(require redex)
(define-language Flow
(p ::= ((node x e) ... (solve x x e)))
(e ::= x integer (edge x e))
(x ::= …
-
Hi,
We are trying to implement a solution where we have to implement object detection using yolov9s model on rtsp stream. This camera is fitted on office entrance which will do continuous object dete…
-
When I try to use `Source Code Pro` as the font for nonterminals, the font is correctly rendered in the output of the racket REPL, but when outputting as pdf then a different font is used in the pdf, …
-
As you can see in the recording below when pressing cmd+a (ctrl+a) in the interactive command prompt all the text in the interactive window gets selected.
![racket-prompt](https://user-images.githu…
-
When working on a project that's been compiled -- that has `compiled` subdir(s) created by `raco make` or `raco setup` -- eventually you can get this error:
```
link: module mismatch; possibly, bytec…
-
I want to create an expandable-snip in the REPL. I don't care about the ability to copy-and-paste it.
The following code results in an error: `write-snips-to-file: snip has no snipclass`.
```
#…