Asad Saeeduddin
Asad Saeeduddin
In case you're curious why I need such a thing, here's my `Taskfile.yml`: ```yml ## Tasks build_server: desc: Build the server code dir: server cmds: - dotnet build build_client: desc:...
Sorry, was just cleaning out some old issues. Just noticed you're still tracking this for the next release.
> If it's a global thing you want to use regularly, you should npm install -g it. @zkat The difference is that `npm install -g` pollutes the global PATH. If...
@zkat This is similar to a workaround I was trying to set up, which was to create a folder in `/tmp/` and before every invocation of an `npm`-provided tool, run...
I'm not sure I entirely understand you though: if you are preserving downloaded packages in `~/.npm` after I do `npx -p typescript tsc`, what work are the progress bars representing...
I'm not familiar with the terminology, but I guess "installing" comes down to extracting the tarball, recursively downloading + "install"ing dependencies, and running post-install scripts. Is there perhaps a simple...
> and this is a very similar check to what npx itself would be doing. Yes, and this is the only reason I'm asking for it to be rolled into...
Constructors are kind of useless at the moment, you can't do type inference with them, can't pass a bound constructor as a first class function, etc. etc. At the same...
@iamcco Does the plugin automatically use `&rtp` if no "runtimepath" option is provided? Is there a way to configure it to use this variable (so that I don't have to...
@iamcco That's another thing; I am actually using that extension, but until I explicitly added that configuration block in `coc-settings.json`, the extension didn't work. I was under the impression that...