Andrey Sitnik

Results 1010 comments of Andrey Sitnik
trafficstars

Sorry, there is no way right now. Browserslist uses Can I Use and this data is going from MDN. There are some plans to move from Can I Use to...

The jacket way is to use npm package of MDN to get browsers versions and convert them to Browserslist format.

I think `%` for chroma can be very confusing since many people will expect that `100%` is max chroma for current H & L in sRGB. Also, I am not...

Can we say that it is related to https://github.com/evilmartians/oklch-picker/issues/49?

@g-plane why you need ARM Linux on CI? We can compile on another machine as I understand

We can’t we build ARM Linux binary on x86 environment? You should run `argo build --target=aarch64-unknown-linux-gnu` (you may need extra packages for compiler to do it)

Here is how other project are building multi-arch builds on CI https://github.com/sharkdp/bat/blob/master/.github/workflows/CICD.yml#L156

Other projects use these steps https://github.com/sharkdp/bat/blob/master/.github/workflows/CICD.yml#L196-L205

On open mode right now there is a problem with shadow and margins ![Image](https://github.com/user-attachments/assets/4b69dd93-430b-414c-86dd-cb973261942a) Collapsed form have more issues.