Roy Ivy III

Results 24 issues of Roy Ivy III

```shell ❯ deno --version deno 2.0.0-rc.10 (release candidate, release, x86_64-pc-windows-msvc) v8 12.9.202.13-rusty typescript 5.6.2 ``` For WinOS, network file paths such as "//server/path/to/foo", drive mounted network paths, and device paths...

needs discussion

Version: Deno 1.44.0+, including Deno 2.0+ Under WinOS/WSL-1, executing `deno install ...` using Deno.Command has errors and takes a very long time to complete. ```shell $ time deno install -Afg...

bug
windows
install

At least up to Deno 1.8.1, any shimmed Deno script under Windows will prompt with "Terminate batch job (Y/N)?" when terminated with a `CTRL-C` interrupt. I suggest that `deno install...

feat

I'd like to be able to control minification of the downloaded modules, specifically turning it off, as a URL flag/option. This would allow much easier reading/debugging of the downloaded modules,...