David Sherret
David Sherret
It's basically first plugin you specify that matches an extension in the plugins array wins. Right now the way to make multiple plugins format the same extension is to use...
You can download plugins manually and reference them locally. It's convenient for Wasm plugins, but follow https://github.com/dprint/dprint/issues/818 for details on how to make process plugins more conveient to setup. Right...
Cool. Thanks @declanvong! I'll try to take a look on the weekend. Very busy next few weeks because of work work.
It currently works the way it does because personally I find it annoying when a formatter makes these kind of changes while I'm editing a file. This could be behind...
> Hi @dsherret, as https://github.com/denoland/deno/issues/28908 has been closed citing duplicate of this issue, could please add a comment about the current status/progress of this. Thank you. PR here: https://github.com/denoland/deno/pull/28934 --...
Related issue: https://github.com/denoland/deno_task_shell/issues/91 deno task doesn't support brace expansion at the moment.
Can you provide a reproducible reproduction so we can reproduce this? On Windows I get: ``` > .\scratch.exe ✅ Granted ffi access to "C:\Users\david\AppData\Local\Temp\deno-compile-scratch.exe\node_modules\localhost\nodejs-polars-win32-x64-msvc\0.16.0\nodejs-polars.win32-x64-msvc.node". error: Uncaught (in promise) TypeError: LoadLibraryExW...
Tried on linux and I get a similar `.node` error. Going to close as a duplicate of https://github.com/denoland/deno/issues/24614
See https://github.com/denoland/deno/pull/30623 for a possible solution
@leonco do you have an `.npmrc` file in your current directory or home directory? It should log that out in the debug log if so. Edit: Oh, I guess that's...