Jacqueline Firth
Jacqueline Firth
Eagerly awaiting the RFC, since this sounds extremely cool but I don't understand it at all 🎉
Hey @bennn just a heads up: [I added Resyntax pull request reviews to this repository](https://github.com/racket/typed-racket/pull/1250) and I'm not sure how well it will handle a huge delta like this. If...
I like this. There's been a few attempts at the problem but nothing satisfying. In my opinion, `@` notation would probably be more convenient for writing the documentation parts. Maybe...
@NoahStoryM The Resyntax integration is broken for pull requests from forks. I'll have to rework the check so that the analysis step and the pull request comment step are split...
This is more of a racket/gui issue than a rhombus issue since I'm sure there's a backward-compatible way to achieve this. Could someone with appropriate permissions transfer this issue to...
Several of these challenges seem like things that Honu's approach to macros in traditional syntax would be well suited for.
What would be a good way for themes to specify this information?
Looking at the definition for the [solarized](https://github.com/takikawa/drracket-solarized/blob/master/info.rkt) themes, it looks like a list of hashes where each hash is a theme. Maybe we could represent the combination of a light...
Hell, I'm tempted to go further and require that _template_ identifiers always be bound with `for-label` imports. Forgetting to require things `for-label` has bitten me countless times and it never...
Well said @rocketnia! And yes, just to clarify, I meant `for-template` and not `for-label`. Oops.