John Jackson
John Jackson
I just gave it another quick test-drive, and the new behavior feels quite good now. It fits very comfortably with my workflow. Some other thoughts: Maybe the rule could generate...
I think having an option to keep or remove the comments sounds reasonable. Perhaps `messages` could use the default behavior (keep the comments) and something like `messages_minimal` could strip them?
Thanks for the contribution. I haven't had a chance to review it in detail, but this seems like a useful addition. Normally I'd ask that we add a test for...
Thanks! Vite definitely looks like an improvement over my original custom system. Regarding the tests, I fetched this branch and played with a little on my machine, and I'm still...
I think I may have found the root issue, although I haven't fixed anything yet to confirm it. [It seems that the current `vi.mock` works differently than `jest.mock` that was...
It looks like this broke the localforage bindings, so I just pushed a commit to fix that. I'm still working on fixing the tests.
I just pushed another commit that should fix the tests. A few notes for posterity: * After returning to these LocalForage bindings several years later, I think the original ones...
It looks like GitHub actions failures might be due to this issue: https://github.com/jihchi/vite-plugin-rescript/issues/231 @PascalHonegger Feel free to fix that if you're able to. I'll take a closer look once I...