silverwind
silverwind
The [rule](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-fallback-in-spread.md) currently does not detect ternary like this: ```js {...(foo ? {bar: true} : {})} ``` This can be safely be reduced to ```js {...(foo && {bar: true})} ```
Would it be possible to have a switch to elevate to `NT Authority\SYSTEM` through `psexec` or similar tools? This privilege level is required for many things that Administrator cannot do,...
Environments like Docker make it hard to access files inside the container, so it would be prefered to control all parts of `config.json` through env variables.
Our drag & drop feels quite janky sometimes, and there needs to be better UI feedback for it. I'll try to integrate [draggability](https://github.com/desandro/draggabilly), which should make the D&D code more...
### Expected Behavior Link to not be added to characters 'ect' inside string. ### What actually happened? HTML source: ```html ect ``` ### URL [https://github.com/guybedford/cjs-module-lexer#exports-object-assignment](https://github.com/guybedford/cjs-module-lexer#exports-object-assignment) Using v6.8.1
For wrapping long list of selectors, support for [`max-line-length`](https://github.com/stylelint/stylelint/blob/master/src/rules/max-line-length/README.md) would be great to have. This can get a bit tricky to get right when it comes to comments and `url`,...
### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...
Lifting this out of https://github.com/openstyles/stylus/issues/248 which is also a dependency for this issue. [`tabs.insertCSS`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/insertCSS) features a `cssOrigin` option with values `'author'` (default) and `'user'`. I think it makes sense to...
CSS imports allow authors to include external stylsheets which are then cached in the browser according to HTTP caching rules. In the scope of a user style, I think in...
Initially posted at https://github.com/StylishThemes/parse-usercss/issues/7, moving it here because it's also a concern for Stylus' user interface. I'd propose new `include` and `exclude` directives in the usercss header which support glob-based...