Andrey Sitnik

Results 227 issues of Andrey Sitnik

1. If user set any country in Region selector 2. And have `>= N %` query 3. We should show a banner recommending `>= N % in REGION` Also, we...

This config ``` > 1%, last 2 versions ``` leads to `Unknown browser query ""` https://browsersl.ist/?q=%3E+2%25%2C%2Clast+2+version

bug

It will be nice if screen reader users have this flow: 1. Move focus to textarea 2. Input some config 3. Press some key 4. If there is a warning...

I suggest update followers on build process. Anyway to have the latest `caniuse-lite` we will re-deploy the server every week.

We need to support at least the current Node.js versions: 14, 16, 18. It will be easier to add `color.js` if we will support Node.js 12 for a some time....

We are adding `color.js` to Stylelint for cool [`color-no-out-gamut-range`](https://github.com/stylelint/stylelint/pull/6271) rule. But `??` operator from `color.js` sources breaks Node.js 12 and 14 support: ``` /home/runner/work/stylelint/stylelint/node_modules/colorjs.io/dist/color.cjs:328 let coords = options.coords ?? this.base.coords;...

Right now plugin support only single files — just move variables to top. But in most of cases we need to support multiple files and create some external config file....

@egregors I made added calling `make venv && make install` and `make venv && make docs` to the build script. This PR can help you reproduce the API error on...

We need an API doc like [we have for Node.js](https://logux.io/node-api/). I will like to have the same design for API docs across all languages. So we will need to write...

documentation