Rodion Abdurakhimov

Results 19 comments of Rodion Abdurakhimov

Hi @gebbber, does answer above addresses your issue?

Hi @MRslimcoder, you can find the policy by this link - https://github.com/nodejs/nodejs.dev/blob/main/CONTRIBUTING.md#how-to-become-a-collaborator

@benhalverson It's about technic for scoping styles to components. This allows to use more generic class names without fear of affecting other components' styles that used same classes

Hi @clean99, could you please provide link to repo with failed CI?

I assume it's related to #2092 - linter checks JS code blocks in markdown that was changed in your branch, not sure why they wasn't listed in original PR

I found only 2 mentions of express in entire Learn section: - https://nodejs.dev/learn/how-to-exit-from-a-nodejs-program - https://nodejs.dev/learn/get-http-request-body-data-using-nodejs Not sure that those 2 pages are contributing much in Express popularity and > It...

+1 from my side to replace with core libs

Hi @jcollum, `npx` will download and save executables of package in its cache but this package will not be available as global command. ```bash ~ npx cowsay "hi" Need to...

> ~ cowsay "hi" command not found: cowsay By this I've tried to show that `cow say` command is not available globally after it was executed by npx. However `cowsay`...

So you are complaining about missing confirmation step in the docs? It looks like original post was about installing the command globally, which is not the case as I've tried...