Nicholas Rayburn
Nicholas Rayburn
This PR now contains the updates I'm aware of being needed from https://github.com/fastify/fastify/issues/5116. If something additional needs to happen (as either this PR or a separate one) we can discuss...
- [x] Update target to `next` - [x] Update CI workflow to v4 tag
What about something like this during recording? 1. Catch the RangeError on `getImageData`. 2. Trim back some frames to regain some memory for the apps playback process. 3. Stop the...
I don’t know if this is something the project should try to do. The primary goal of the project is to enforce editorconfig settings, including overriding vscode settings. It seems...
I think that the primary issue is how this extension implements the formatting. The extension uses pre-save transformations, instead of being implemented as a formatter. The pre-save transformations do not...
Should the plugin minimum fastify version be updated from 4 to 5? https://github.com/fastify/any-schema-you-like/blob/01523e724db7ef1be3c73f27d7f30f5e5f2ee671/index.js#L34
@jsumners can you make a next branch for this? Anything else I need to include in a PR outside of what's in this issue?
unicorn/no-nested-ternary has been implemented. Should eslint/no-nested-ternary be marked as complete? Or something else done for this rule? The eslint version doesn't allow any nesting. The unicorn version allows nesting 1...
It would be nice to have links work within terminals from the IntelliJ IDEs as well. I haven't been able to find any docs on what is supported though. I...