crowlKats
Why deno.exec is much larger than bun.exec
FYI there is this PR that reduces binary size by a decent amount: https://github.com/denoland/deno/pull/27811
94 replies
403: Forbidden on Deno /JSR Website
you can check this issue: https://github.com/jsr-io/jsr/issues/564
2 replies
Removing file extensions on import
you can read a bit more on it here: https://docs.deno.com/runtime/reference/cli/unstable_flags/#--unstable-sloppy-imports
14 replies
Unable to request adapter for webgpu on WSL2
WSL is currently not supported, see https://github.com/gfx-rs/wgpu/issues/1443
6 replies
How do I install NPM packages as *development dependencies* in Deno? Is that even possible?
--dev
has no effect without a package.json. Dependencies inside of a deno.json imports field are "smart", and are only installed when needed - there is no need to make an explicit distinction between production and development dependencies.4 replies
Warning: Not implemented: ClientRequest.options.createConnection
however this issue is in the works in https://github.com/denoland/deno/pull/25470
11 replies