Gary Gozlan

Results 556 comments of Gary Gozlan

I was planning to assign myself the blocker after I am done with a POC. I was too eager; I will wait for the agreement.

https://github.com/csstree/csstree/commit/dcb3b8799fbd7a2d81155fe3f5108a1b7eac65bc#diff-050f35441f5af18ed49e81db6d68ef5cf2a33f992cfef5ca5019b268e19bc38aR774

@lahmatiy is there anything I can do to help this PR being merged?

@lahmatiy we are using csstree as a dependency in a rule of stylelint. Stylelint is used not only on greenfield projects but also on existing codebases that need to be...

``` sec: u8, // [0, 60] min: u8, // [0, 59] hour: u8, // [0, 23] year_day: u16, // [0, 365] ``` should be ``` sec: u6, // [0, 60]...

> The javascript DOMHighresolutionTimestamp() is in microseconds [It depends.](https://github.com/w3c/hr-time/issues/56) Safari and Firefox have set their resolution to 1ms, others vary between 5µs and 100µs.

As prior art I found PowerShell which uses `break`—instead of `continue` in this proposal—to jump to the `switch`'s label.

If you gotta have a shortlist of rules that you wanna review pick in priority the ones included in stylelint-config-recommended.

Since performance is a never ending endeavour I think we should state the minimal outcome for this issue to be closed. My proposal: once @romainmenke or other contributors have reviewed...