Magnus Reyes
Magnus Reyes
Since this hasn't gotten any attention yet, a stop gap solution is to use something like `pnpm patch` to add `this: void` in `lib/types.d.ts`. For example: ```diff - parse(data: unknown,...
@srillia Thanks, that fixed eslint for me! I also needed to fix prettier, svelte, and vtsls. Here's an easy copy paste using "~" so that it's portable for others: ```sh...
1. Discovered git-credential-oath when Googling for a seamless way of authenticating like on Windows 2. Previously installed using the PPA, but now I install using Go 3. No hosts used...