-
interactions draw fade effect with background colour alpha ~0.5
looks a bit like bad crt persistence
https://youtu.be/P63VJ2EI79Q (7.8 on MacOS Catalina)
shows up well if scrolling or 'shades…
-
Racket 8.12 CS on Windows 10 - The problem appears in DrRacket only (but I suppose the bug could still be in `define-ffi-definer`).
I kind of can't believe it, but the following code runs and produ…
-
Hi,
Opening a new tab would fail to create a new tab, and instead the existing tab would be used to display the opened file. the
list of tabs still appeared in the 'window' menu.
removing com…
-
Several times now, playing around with 7.7/CS, I've gotten this in DrRacket:
```
reset-regions: got a region that is not a list of two numbers (or 'end if it is the last region): '(90 end), all re…
-
If you start DrRacket and it finds you had unsaved files that you can recover, after dealing with them (or not) and dismissing the recovery dialog, DrRacket quits rather than finishing start up.
My…
-
### Describe the feature
The idea would be to be able to insert images in at the current position of the caret. The image would have a special property so that the image is replaced by the text when …
-
**What version of Racket are you using?**
8.5
**What program did you run?**
I was using the DrRacket editor with DrRacket set to the Simply Scheme language.
**What should have happened?**
Les…
-
After syntax checking DrRacket supports some nice features:
- Hovering over an identifier shows an arrow to its binding
- Rightclicking an identifier allows (lexical scope aware) renaming of identifi…
-
I'm super excited to see Ruckus, and would love to use it in teaching my kids. I'm wondering if there's any hope of getting Ruckus to work in an interactive mode similar to what OpenSCAD does, where w…
-
On DrRacket 6.4
An example program:
```
#lang typed/racket
(require math/flonum)
(fl 1)
```
Mouseover on "math/flonum" will show an arrow to the fl binding saying "1 bound occurrence", yet the file …
vraid updated
8 years ago