Jacqueline Firth

Results 451 comments of Jacqueline Firth

That's possible but very tricky because multiple passes are made in a single pull request. So it might be the case that it's not possible to split up the changes...

Closing this one in favor of newer pull requests which split the changes into multiple commits.

I see [this interesting snippet](https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository#about-repository-transfers) in the GitHub docs: > If the transferred repository contains an action listed on GitHub Marketplace, or had more than 100 clones or more than...

Calling `set-remove!` on a mutable set as part of the implementation of `set-rest` is incorrect. The `set-rest` function is not supposed to mutate the set it's given.

Allowing jsexprs to contain string keys poses a backwards compatibility problem. Lots of code that converts jsexprs to and from other things, such as the [`flexpr` package](https://docs.racket-lang.org/flexpr/), assumes that a...

Are there any popular browsers and IDEs that _don't_ do this? In my experience, it's been universal.

I tried some macOS programs too. These do it: - Chrome - VS Code

@6cdh I would suggest trying to add this rule to Resyntax directly as one of the default recommendations, rather than trying to do it completely externally.

@sorawee Not yet. Can you open an issue in the [autofixer repository](https://github.com/jackfirth/resyntax-autofixer)?

There was a little discussion at RacketCon 2017 about the problem this PR tackles and one interesting proposed solution was to reframe it in terms of extensible reader _datums_ rather...