jestarray

Results 52 issues of jestarray

https://github.com/user-attachments/assets/5796c0dd-3a65-4cfa-b6c2-fc4f8ad640ba When you exit the file manager in https://github.com/jarun/nnn , it will `cd` into the directory after you last quit. Is there a way to do this in far2l? As...

https://github.com/rust-lang/rust-analyzer/issues/1977 ```scheme (define (distance x0 y0 x1 y1) (sqrt (+ (expt (- x1 x0) 2) (expt (- y1 y0) 2)))) ``` The IDE will display the names of arguments in...

enhancement

Since the development has moved to https://github.com/raylib-rs/raylib-rs , please report issues there instead. I notice a lot of issues here can be closed, e.g JPG support if you add the...

Notice how the cursor in vscode always places the cursor to the most right parens block even if I highlight from right to left(

https://github.com/user-attachments/assets/b39826b3-b8ea-4017-8457-d48b21111ebf

I've recently upgraded from 8.8 to 8.17 and I use rofi + i3 on arch linux and I could not find `drracket` on rofi. `racket` and `drrracket` were installed in...

For drracket color schemes, is there a way to make it so that function names get a different color than arguments? All the built in color schemes don't seem to...

https://github.com/jeapostrophe/racket-langserver/issues/152#issuecomment-3026511974

https://github.com/user-attachments/assets/ea1b3fc0-4da4-4be6-904f-84e2fa083fa7 The default "Basic Grey" option is a bad default. Defaulting to winter seems more inline with the default color scheme. Beyond that, I didn't even know this was a...

![Image](https://github.com/user-attachments/assets/dd88733f-72ee-4a3f-bafb-8e789a7c3bb9) ``` #lang racket (define x "foo") (string=? x x) ``` Saw this and thought it would be a useful lint. Unsure if this should go here or be in...