Roman Komarov

Results 184 issues of Roman Komarov

For more simple components we'd need to have something more compact than the current object syntax. Something like `bemto('span > __Helper + __Content')` etc., but with a lot of nuances....

I have no idea about how all the modules work etc., right now I think we have just commonjs? Should be add UMD?

help wanted
good first issue

Right now all of the tests are in one big file and are covering only static states. It would be nice to: - Split tests into groups (tests for just...

help wanted
good first issue

We should allow users to set both `\n` and `\t` as a value for any whitespace options. However, there are currently two problems: 1. `\n` is inserted as is, without...

type: bug

The detection (#87) was done before the patch that added preprocessors support (#95), so it lacks the support for detecting used options in the `.scss` and `.less` files. We should...

help wanted

Partially alleviates https://github.com/mastodon/mastodon/issues/21519 — swapping the position of “Detect text from picture” and the character counter makes it so the button would stand further from the “Apply” button, making the...

### Pitch When editing an image description it is currently very easy to misclick on the “Apply” button and hit the “Detect text from picture”, which essentially erases the text...

suggestion

This modifier should remove all the interactivity from the button (make it a span, remove role, type, tabindex)

Example: https://indiewebify.me/validate-h-entry/?url=https%3A%2F%2Fpotential-xss--kizu-blog.netlify.app%2Fweekly-bookmarks-002%2F — results in an XSS, as the source had an escaped HTML inside `` elements, but then the `value` gets the unescaped content (which seems to be expected)....

A bug similar to https://github.com/shellscape/postcss-less/issues/145 (partially fixed in https://github.com/shellscape/postcss-less/pull/154), but seems to still reproduce in slightly different conditions. * Node Version: v16.3.0 * NPM Version: 7.15.1 * postcss Version: 8.4.16...