Robby Findler

Results 609 comments of Robby Findler

Is there a way we can do that at the SVG level? Although I don't think any other scribble backends use svg it does seem like an unfortunate layer crossing...

Is there a way to achieve that effect by adjusting `svg-dc%`?

Out of date zo files can cause arbitrary memory corruption nowadays. Why is this worth investigating?

Well, if I have an unexported function and an exported macro in one file and another file requires that one, using the macro. The macro does some syntactic checks and...

First, You said it was using out of date .zo files. How exactly do you know that that error was the only thing that went wrong? Second, I am not...

Okay, but if you stick arbitrary errors into DrRacket in places that would correspond to bugs then I would prefer to fix the bugs rather than reason about DrRacket's implementation...

Sorry, I should have said "the gui library" not DrRacket. I agree that that error is effectively blaming racket/gui somewhere. I suppose it is reasonable that one should be able...

Thanks! I don't see the bad behavior on my mac, but what happens if you change `thread` on line 85 on drracket/private/init to `queue-callback`?

Two worries: - the bigger one is that this introduces a dependency between racket/gui and string-constants. Probably have to get @mflatt to weigh in on that one - the more...

Oh, sorry. I just looked at the diff, not your comment! How about just having a string constant `yes-in-a-button` where there is a note next to it saying what the...