Alex Knauth

Results 69 issues of Alex Knauth

Allow ASR auto-splitters to set up settings widgets, that allow the user to choose different settings for each split they have. While the user has the settings editor open, allow...

When an old splits file is opened, with settings for an old auto-splitter, allow a new ASR auto-splitter to read the Legacy Raw XML AutoSplitterSettings and implement its own migration...

I'm not sure whether this is a problem with DrRacket or Optimization Coach, but I'm getting errors like this when I click the Optimization Coach button: ``` sequence-contract-violation: negative: method...

Within a `(debug-repl)`, I want to the local variables accessible within it to be immutable. By that I mean using `set!` on them should fail.

Vessel fragment 8 in Deepnest is in a Garpede platforming challenge, not Goam.

Related issues/pull-requests: https://github.com/Glow-Lang/glow/issues/188, https://github.com/Glow-Lang/glow/pull/410. PR #410 fixed the part of issue #188 for single transaction interactions in the "wrong" way by splitting the first transaction into two in all cases,...

Related to issue #188 for 0-transaction interactions, more important for future `race` construct plans where the first-active-participant may be any of the competitors in the race. The first-transaction-optimization should only...

@takikawa Would it make sense to replace the modern.rkt implementation with a readtable-based version like https://github.com/AlexKnauth/sweet-racket/blob/readtable2/sweet-exp2/modern/reader.rkt ? By the way I was first thinking of this as a way to...

Right now the `read-cdot`-true reader consumes all whitespace after any datum, even when there are no dots involved. If that doesn't or can't change, should `sweet-exp` use source location information...

Add a layout setting for Ignore Mouse While Running and Not In Focus.

enhancement
needs further discussion
feature