Sam Behrens
Sam Behrens
#### Description This adds the npm module so that when in a directory with a package-lock.json or an .npmrc, you will see the npm version displayed. Usually this will be...
I ran into an issue where I was using jsdom which uses nwsapi for matching selectors and it was giving me the error `SyntaxError: ':focus-visible' is not a valid selector`....
For monorepo setups where there are possibly many gradle projects individually configured with spotless, it is impossible to use this plugin because it only checks the root of the repo...
When rendering a list of checkboxes, clicking checkboxes in sequence will sometimes trigger the wrong checkbox to be toggled. Behavior seems to be that sometimes previously clicked checkbox gets toggled...