Stanislav Lashmanov
Stanislav Lashmanov
Thanks! Sounds good, planning this for the next major release.
Leaving this open until next major pre-release, not sure if we should list `nanoid` as a peer dependency here, since the code works fine without it.
Hmm, probably might be a good idea just to export `toLowercaseAlphabet`, `toUppercaseAlphabet` and `toSafeAlphabet` functions that strip out unnecessary symbols. I'll give it more thought on how we should handle...
For those who are still waiting for the fix and don't want to replace `v-model` with an `input` event here's the solution to force `.eager` mode: ```html ```
@yyx990803 would it be possible for this PR to make it into 2.7?
In the setup context yes, but it should be always accessed via the data object there, not from the spread. But on the render context it would be mutable and...
We can surpass errors, so all tests pass anyway, what do you think? https://github.com/postcss/benchmark/blob/038abb02d44753e5550bb29a6ae7282ce4f77976/preprocessors.js#L194-L197 ```javascript stylus.render(styl, { filename: example }, err => { if (err) console.error('Failed to pass test', err)...
Submitted issues to Stylus: https://github.com/stylus/stylus/issues/2457 And Less: https://github.com/less/less.js/issues/3380
I have fixed this for Less locally with a help from maintainers, now only need to get any feedback from Stylus. If there's none I guess cutting that line is...
Loving that table layout! I'd also prefer to see a browser share in my `browserslist-stats.json`: ``` $ npx browserslist +---------+----------+-------+--------+--------+ | Browser | Versions | Stats | Market | Code...