Matthew Flatt

Results 427 comments of Matthew Flatt

It's similarly Meta-Enter for expeditor. I'm not sure whether expeditor can get shift-key information, but it doesn't look like it in the case of Enter.

Looks good as far as I understand

My hesitation here is whether "another module" is the right phrasing in a top-level context. I don't have a better idea, though, and maybe it's fine.

@jeff29t: Thanks for the report! Are you on Windows? I see the bad behavior on that platform, but not others (and not Arm64 Windows). For v8.6, we upgraded some of...

> What is the avantage to use libsqlite3? Installing the `libsqlite3` package has a similar effect as replacing `sqlite3.dll` in the Racket installation, but installing `libsqlite3` would normally put the...

The problem here is more generally that trying to read or peek a byte from the console input port blocks all Racket threads. A simpler example is `(begin (thread (lambda...

Finally merged, with two small changes: an update to the `history` note and reverting a change to `thunk`. The `thunk` change doesn't seem like it should be needed, and no...

The issue is that U+1F3DD (for example) by itself is not listed as an emoji in https://unicode.org/Public/emoji/14.0/emoji-sequences.txt. The sequence U+1F3DD U+FE0F is listed there, and that sequence does render as...

The "emoji-test.txt" file also has ``` 00A9 FE0F ; fully-qualified # ©️ E0.6 copyright 00A9 ; unqualified # © E0.6 copyright ``` This kind of example is why the drawing...

I've pushed a repair for 👨‍👦. Besides unqualified 🏝, I see that there are ZWJ sequences in "emoji-test.txt" that omit U+FE0F in the middle (i.e., minimally qualified). Rendering seems again...