Nick Schonning

Results 465 comments of Nick Schonning

There is a en-GB dictionary over in https://github.com/streetsidesoftware/cspell-dicts/tree/master/packages/en_GB which might be the right place

The instructions are still in progress in https://github.com/streetsidesoftware/cspell-dicts/blob/main/docs/creating-dictionaries.md, but in the past I'd use https://github.com/streetsidesoftware/cspell-dicts/tree/main/generator-cspell-dicts to create the scaffold project. You'd probably need to find a Hunspell compatible dictionary source...

https://github.com/streetsidesoftware/cspell-dicts/pull/103

https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#cspelljson-sections `minWordLength` default is 4, so it doesn't check words shorter than 4 characters unless you override it

I'm not sure how the templating works with your current setup. You can see an example of how it works on a static Jekyll page like https://choosealicense.com/community/ has "help in...

No worries, sometimes it's hard to describe that thing you see inside your own head (where it's clear 😄 )

2.2.0 is installed now https://github.com/mdn/interactive-examples/blob/0449b71c11ed96fd3144b426f4e1243f8ba90e5d/package.json#L43

Does someone have time to test https://github.com/sindresorhus/strip-json-comments to see if it will work in Rhino and WSH?

Looks like the `bottomleft` syntax was dropped quite awhile ago (FF12) https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius

I'm more 👎 on this, but since I've been pretty dormant I'll go with what the other maintainers go with. Few points: - JSCS merged with ESLint, not JSHint. CSSLint...