Dmytro Z.

Results 86 comments of Dmytro Z.

People creates bug reports and pull requests but has no feedback at all for a years.

I am also wrote to support 3 times but get no response!

It would be nice if you will put simple bash script, which will install deps, inside each zip archive.

Seems, that problem is in the `spdy` package. It has several lines `util._extend()` in the source code. `spdy` already is not supported (last commit was 5 years ago, no reaction...

Just a question - I get similar error, but related to package imports: ``` import/no-unresolved, Unable to resolve path to module '#lib/result'. ``` Seems that package imports also not supported...

Webpack uses https://github.com/webpack/enhanced-resolve. It highly configurable and fully supports all possible features. Maybe it can replace current node resolver. (And current webpack resolver too)

Or use built-in possibilities: This will work for node projects, and will work better than handmade resolver. ``` const { createRequire } = require( "node:module" ); const url = require(...

``` cmd = "nvim -c \"DiffviewOpen\"" ``` Works incorrectly. Try: ``` git nvimdiss @~4 ``` For example it returns 3 files changed, but diff shows first file 3 times.

Is it possible to fix it? It will bee pretty easy to rename incoming `tls` option to `lts/*`.

@HarithaVattikuti Could you, please, make `lts` works? This is really 5-minutes fix. Just need to translate command line option 'lts` to `lts/*``. Thank you.