Christopher Aubut
Christopher Aubut
Couple updates: - Cleans up the Nix section of the README after some dialog in the original issue. - (nix only) Adds config schema validation with `check-jsonschema` (https://check-jsonschema.readthedocs.io/en/latest/usage.html).
@NovaViper You have to convert it from yaml -> tmux which you will have to do in a derivation since the autobuild will try to do in the /nix/store which...
This is the actual config format used at runtime: https://github.com/alexwforsythe/tmux-which-key/blob/main/plugin/init.example.tmux There is a python script to convert from yaml to tmux which the home manager module wraps in a derivation:...
@mokrinsky this does look like a bug. I probably didn't notice as I use nix to pre-place the config files. This still wont solve modifying the yaml. It needs to...
@NovaViper need to disable the auto build. In retrospect maybe it would have been better to force the build output to go to the cache directory and let the plugin...
Retested with v8. (1) is still present but (2) appears fixed as of alpha.24. https://github.com/higherorderfunctor/example-typescript-eslint-bug/tree/rc-v8 ``` pnpm list -r Legend: production dependency, optional only, dev only [email protected] /home/caubut/Documents/work/example-typescript-eslint-bug (PRIVATE) devDependencies:...
@JoshuaKGoldberg might take a few days, but if nobody else gets to it by the end of the week I can work the PR. Thanks for confirming!
Reducing scope to what the PR will solve. The `extraFileExtensions` issue was already fixed and project references ended up not playing into the issue.
> 👋 are you waiting on us for anything @higherorderfunctor? Nope! I'll be picking this back up this week / weekend. Had a vacation and some deadlines the last two...
Created `getParsedConfigFile.test.ts`. Will revert most of the changes to `createProjectService.test.ts` except for the use of the new function (mocked). Decide if dropping or creating the complex tests as an integration...