Robby Findler

Results 609 comments of Robby Findler

The addition of the dependency from `racket/gui` to `string-constants` is problematic. Matthew conducted an experiment and reports that `string-constants` adds 8MB to a 66MB heap for `racket` with `racket/gui/base` loaded....

The pkg level dependency was there; the module level one wasn't, I believe. Robby On Wed, Feb 19, 2020 at 10:15 PM Alexander Shopov wrote: > The addition of the...

The issue is the addition of the new line 7 in gui-lib/mred/private/messagebox.rkt. That makes the memory use of the programs that Matthew reported jump and what I mean by "adding...

I don't think we can merge this one in its current state. We could change things by some how parameterizing `message-box` and friends to internationalize them and then have properly...

Would it be horrible to add optional arguments to `message-box` (and friends) but where their default values were determined by some mutable state and then have the framework gui library...

I think it would be better if it was clear what both states of the checkbox mean. One option would be to have a more verbose checkbox; another would be...

I'll have to ask the release managers about gui-widget-mixins as it would be a new pkg in the distribution but I like the idea of a tooltip. The page I...

Hi @soegaard : let's go ahead and add that dependency to have a tooltip for this checkbox item. But let's hold off until next week to merge this pull request...

This isn't code that I wrote either and I've worked with it some but I wouldn't say I'm particularly confident. I do see what you mean about always having extendstartpos...

> This issue should really be moved to `racket/gui`. I agree, and I've done that.