silverwind
silverwind
1. Add e-mail tooltip over non-existing username in commit view: 2. Replicate the same behaviour into commit list and latest commit: Now all three render the same tooltips. There is...
1. ~~Use `octicon-repo-locked` to indicate private repos, also visible on the repo header now~~ 1. ~~Use `octicon-repo-forked` to indicate forked repos~~ 1. Fix pull icons on pulse page 1. Remove...
It would be great if one could ignore all modules on a scope: `--module-ignore '@myscope/*'`.
Currently this module [writes a temporary file](https://github.com/cosmiconfig/cosmiconfig/blob/a5a842547c13392ebb89a485b9e56d9f37e3cbd3/src/loaders.ts#L86) when loading typescript files. Node 22.18.0 or later support [type stripping](https://nodejs.org/api/typescript.html#type-stripping) indicated by `process.features.typescript`, which means typescript files can now be loaded directly...
For typescript configurations, it would be useful if a `defineConfig` function could be exported from `stylelint`, to be used like this in `stylelint.config.ts`: ```ts import {defineConfig} from "stylelint"; export default...
### What is the problem you're trying to solve? [`declaration-property-value-no-unknown`](https://stylelint.io/user-guide/rules/declaration-property-value-no-unknown/) is lacking `calc` support. This is detected: ```css a { height: 2 } ``` but this is not: ```css a...
When running with a `stylelint.config.ts`, the `stylelint` CLI randomly fails with such errors which are never observed with a `stylelint.config.js`. It seems to be rare and in a test run,...
Details here: https://github.com/eslint/eslint/issues/12980 The idea is that many builtin functions return values and if those return values are not used, the code is essentially a noop and can be removed....
Fixes: https://github.com/github/relative-time-element/issues/276 In my testing on MacOS, neither Chrome, Safari or Firefox did follow the OS's "24-hour time" setting, so from what I gather, browsers seem to try to determine...
In some cases, adjacent gradient ``s with the same color value can be safely removed: ``` svg ```