Stephen De Gabrielle

Results 188 comments of Stephen De Gabrielle

Hi thanks for the report can I ask you to launch DrRacket from the command prompt? This should provide some more info when the crash happens

I'd suggest that the experience of changing the code for your version of linux is not a big deal and gnome-terminal is probably good enough.

The users are developers - they *will* change it.

I was thinking of a default-scripts package like q*-extra - but now it occurs to me the racket installer may not be able to install packages in `user` scope?

I’ll be honest I’m not looking at rewriting anything I just want to do the bare minimum to move things in what I consider is the right direction. Refinements are...

Thank you @Metaxal

This would appear to be more likely related to the underlying graphics libraries, which have had recent updates (in 8.9 or 8.10) does this still happen?

minimal example to try without DrRacket ```scheme #lang at-exp racket/gui (define f (new frame% [label "Simple Edit"] [width 200] [height 200])) (define c (new editor-canvas% [parent f])) (define t (new...

I couldn't reproduce on macOS by italicising comments Nor could I with the[ minimal test app.](https://github.com/racket/drracket/issues/607#issuecomment-1758091854)