John Albin Wilkins
John Albin Wilkins
> Alrighty, npx nvmrc will validate the file in the current directory. If it says it's invalid, you're bad and you should feel bad, and you should fix it. I...
> I've already settled "whether" :-) 🎉 > I'll close this issue when I add that feature, which will include updating the docs While you are working on the docs,...
> @JohnAlbin i didn't realize you and @Yash-Singh1 were the same account Oh, geez. doh. No, that PR is not my work or my "other account". I had a brain...
Addressing your points: 1. Absolutely. I wish I had seen these commits before I did that bug fix at bfe88ec. I would have your commit to give you credit. :-)...
> To achieve this, I remove the padding from the outside edges of the first and last column in a grid row and instead add the grid margin as padding...
This feature makes a lot more sense once we get #23 in. Moving to 2.0 milestone.
Ah! This explains why my ignore statements aren't working. I'm using native Node.js ES Modules in my codebase (so no Babel compilation or anything) and my tests thoroughly tested _parts_...
Perhaps this is a bug in the [v8-to-istanbul](https://github.com/istanbuljs/v8-to-istanbul) dependency? Ignore comments are handled by that dependency. And I think `--all` is just merging coverage reports which is also handled by...
In https://github.com/nodejs/node/issues/51251, someone mentions that the bug is related to the version of Node being used. > 20.9.0 just works > 20.10.0 fails It might also be a bug in...
GitHub CI is currently using node v18.20.1 where the code coverage is flakey and occasionally failing. And it looks like v18 versions that were released _before_ [v20.10.0 was released (on...