Vitalii

Results 12 comments of Vitalii

If `npx` is not recognized, then - it is not a problem with react scripts itself. It means that your machine can't execute `npx` command for some reason. Might be...

@shrivatsag Try to update NPM to the latest vresion

* Switch from `article` to `.post` selectors `visibleArticle: `article:not(.${hiddenArticleClassName})`,` Rework the check method: ```js function belongsToBlog(article, blogName) { if (article == null) { return false; } const href = article.querySelector(selectors.company)?.href?.toLowerCase()...

Hey hey, I am back! The PR is great - one short question - why did you choose to use the `grid` approach? The `flex` will do the same (if...

> So please, can you see options page in the Fx? Sure, I will do that in Fx, no problem. > Did you mean "change" it? Please suggest) My bad...

> And even "57.0" is very old version. Very insecure. I saw a person trying to use this extension in a really old FF. But in general I agree with...

> Unsupported grid probably doesn't change visible layout of items. And even "57.0" is very old version - tomorrow will be 4 years (since 2017-03-09). Very insecure. You don't won't...

Not introducing the feature that: * Cut off 2 versions of the most popular browser * Works only in FF and requires additional attention for testing/maintaining because of this fact...

Each single point means nothing. Three of them together - the reason to stop. Hopefully it is more clear now.

Hello @dmitrylm446, glad to see you here and thanks for the contribution. However, as you may be already know, Habr is in the [redesign process](https://habr.com/ru/company/habr/blog/552384/) and right now I am...