Jordan Eldredge
Jordan Eldredge
### ESLint version N/A ### What problem do you want to solve? * Make the example errors in rules docs easier to understand. * Have the rules docs more directly...
Via @The1Freeman on Discord  These seem sensible, let's give them a try. Update here: https://github.com/captbaritone/webamp/blob/master/js/media/index.js#L58-L60
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...
We've moved to Parcel since 1.5.0 which should open a lot of possible improvements, but also introduces some challenges. This issue is to track known issues we need to resolve/investigate...
Ideally we could delineate between different types of touch events well enough to know what's scroll wheel and whats a pinch. https://github.com/captbaritone/webamp/blob/master/packages/webamp/js/components/Volume.tsx#L30
Pnpm
I noticed an issue where creating a `GraphQLSchema` from an SDL and then printing it again results in dropping a `@deprecated` directive if the reason is explicitly set to `null`....
Have you thought about separating out the bit that parses ascii chord names into a structured representation? Seems like a useful library for other purposes. A while ago I wrote...
## Steps to reproduce: Move a directory to a location that already exists with `clobber` set to false. ## Expected behavior An error is passed to the callback. ## Actual...