Dmitry Semigradsky
Dmitry Semigradsky
https://www.w3.org/TR/selectors-4/#table-pseudos ```js CSSwhat.parse('col.selected || td') ``` > Error: Unmatched selector: || td
`s("x\uD83D\uDE80y").chars()` returned for me array with 4 elements, but this string has 3 characters
For example, if I have these functions: ```ts import type { Float, Integer } from 'type-fest' function setYear(length: Integer): void { ... } function setPrice(length: Float): void { ... }...
`archiver 5.3.1` has `readable-stream ^3.6.0` and `archiver-utils ^2.1.0` in dependencies. But `archiver-utils 2.1.0` has `readable-stream ^2.0.0` in dependencies. Could you update `archiver-utils` to v3 without updating `node-archiver`'s major version? Or...
**Describe the bug** Page doesn't scroll to top after transitioning to a new page **To Reproduce** Steps to reproduce the behavior: 1. Go to 'packages' tab 2. Scroll down to...
It would be great to be able to know the location and show notifications in the plugins.
Homoglyphs from repo: [" ", "!!ǃⵑ︕﹗", """", "##﹟", "$$﹩", "%%٪⁒﹪", "&&﹠", "''ʹʹ", "((﹙", "))﹚", "**⋆﹡", "++᛭﹢", ",,ˏᛧ‚", "--˗−⎼╴﹣", "..․", "//᜵⁄∕⧸", "2ᒿ", "3Ʒℨ", "4Ꮞ", "6Ꮾ", "9Ꮽ", "::ː˸։፡᛬⁚∶⠆︓﹕", ";;;︔﹔", ">˃›≻❯﹥", "??︖﹖", "@@﹫",...
The same rule as [`no-invalid-position-at-import-rule`](https://stylelint.io/user-guide/rules/list/no-invalid-position-at-import-rule/) but works with scss at-rules. Related tickets: - https://github.com/kristerkari/stylelint-scss/issues/524 - https://github.com/kristerkari/stylelint-scss/issues/531 - https://github.com/stylelint/stylelint/issues/5322 - https://github.com/stylelint/stylelint/issues/5492