rainecheck

Results 8 comments of rainecheck

> no idea why this is closed. installation on windows is definitely not supported. wsl2 is not helpful at all for unit testing or ci/cd of tools that are designed...

Works for me too, appreciate it both of you.

NodeJS 16 EOL is being brought forward to Sep 11: https://nodejs.org/en/blog/announcements/nodejs16-eol

MDXv2 moved away from HTML comments, so anything that's using MDX as it's backing (e.g. Docusaurus) would need to support JSX comments. I'd suggest extending this to `.md` files too,...

Likely a duplicate of https://github.com/errata-ai/Google/issues/17

Same issue over here. Looks like the addon is checking if your group is full, rather than if the raid as a whole is full. Workaround is to move yourself...

We fixed this by returning trailingSlash to default (undefined). Luckily it looks like we don't need it to be `true` any more, but for others that use deployment methods that...

This may have been related to this: https://github.com/facebook/docusaurus/issues/10139 If you are having this issue, try upgrading to 3.4.0 and see if that resolves.