Results 88 comments of William G Hatch

Hey, thanks, this is really cool! I've been wanting to integrate expeditor. I would like one change, though, which is that I want it to be an option, not the...

There isn't currently a way to do that. It's a great idea, though. Feel free to send a pull request or fork this project.

Sorry, this issue got completely lost in my email. Did binding the other key work for you? I don't have a Mac, so I'm not sure what counts as the...

Sounds great. I'm also quite new to racket, so I don't know about established color objects, but I definitely agree they should be supported. I'm just happy that it will...

For learning, another feature that you can use is the LSP (Language Server Protocol) server, eg. through the VSCode extension. It can show you the types of variables. Eg. in...

I'm not terribly worried about modules that use `#lang racket`, since a user's definition or import of `tau` would shadow the module language import. But I can easily imagine many...

@LiberalArtist I think the `turns` function is a great idea. It is perhaps more convenient as a function than a value -- `(turns 1/4)` seems slightly easier than `(* tau...

This fixes an issue I found using Wave. Full disclosure: I used AI tools to help me with this, and I don't really understand much of the context here. But...