-
Upgrading Racket from 8.2 to 8.3 and then using `rack pkg migrate 8.2` caused quickscript to have two libraries in the path, one for 8.2 and one for 8.3. All of the commands were doubled.
I don't k…
-
On Linux Mint, installation reports errors.
C code has warnings about mismatched sizes.
```
Resolving "packet-socket" via https://download.racket-lang.org/releases/6.11/catalog/
Resolving "packet-…
-
I just found a fun little bug that appears to go back to at least racket v7.5. It appears that under some circumstances, opening a file not written in the racket/unit language can trigger a warning ab…
-
## Issue description
After merging #35429, racket builds on darwin, but gracket does not work.
### Steps to reproduce
On darwin, build racket (with #35429 merged). Run gracket.
Expect a wi…
-
It would be useful for `Char` to support a variety of Unicode-aware query functions and conversion functions (`toUpper`, `isPunctuation`, etc). For example, these are the ones supported by Racket [her…
-
I recommend using the `crypto` library:
https://docs.racket-lang.org/crypto/intro.html
-
I haven't confirmed the root cause yet, but I believe what happens is that simultaneous edits (say, one in the GUI and one from the server) cause the editor to try to `lock` twice. I'll be posting the…
-
I forget, should third party libraries get automatically copied into `js-build`?
For example, I'm trying to create an app using [Rackt](https://github.com/rackt-org/rackt) but right now it just imp…
-
When I ssh into my workstation and attempt to use nvim with racket-langserver I get the following error:
```
Unable to init server: Could not connect: Connection refused
Gtk initialization failed…
-
A correspondent writes
> I’m trying to use your `unix-signals` Racket package and it works fine when I run my program through the `racket` CLI. When I build a standalone exe of my program with `rac…