Cody Casterline

Results 147 issues of Cody Casterline

Since v1.2.1, I switched to using https://github.com/lucacasonato/esbuild_deno_loader to download/cache Deno dependencies. However, that plugin has an issue bundling non-code sources: * https://github.com/lucacasonato/esbuild_deno_loader/issues/129 ### Workaround: ### Until then, keep code and...

I took some time today to check my project with `deno doc --lint` and uncovered some pain points. I'm cramming them all into one ticket because I'd feel a bit...

I love that Dax lets me write cross-platforms scripts. One shortcoming, though, is in **binary names**. As [an example][1], if I run a `deno compile foo.ts`, I'd expect to then...

enhancement

Version: Deno 2.0.0 Two problems here: 1. `Deno.ServeOptions["hostname"]` seems to have been moved into `Deno.ServeTcpOptions`. 2. That change is not reflected on the API docs page here: https://docs.deno.com/api/deno/~/Deno.ServeOptions --- Just...

I've done some more investigation since #11495 and believe I've found the issue. If a server unexpectedly closes a connection during a call to `fetch()`, the *next* call to `fetch()`...

bug
ext/fetch

**Is your feature request related to a problem? Please describe.** I'm learning NestJS. I happened to see Danet when reading up on NestJS compatibility in Deno. But, given that [NestJS...

Awesome playground! I just used it to report a bug over here: https://github.com/bigskysoftware/htmx/issues/2595#issuecomment-2646037177 But... when I tried to load a playground from that JSON, it didn't work. 🤦‍♂ I just...

[Deno 2.1] adds even better support for loading WASM modules. I bet storing binary data inside of a WASM file might be more space-efficient than storing it as base64 data...

Fix this: https://github.com/NfNitLoop/deno-embedder/blob/426e55a78cdf5f24e394299c777128288c75c3e3/deno.jsonc#L32-L40 Once we have better logging from this: https://github.com/denoland/deno/issues/27647

I should update the README w/ how this compares to the newly-added `--include` option in `deno compile`. See: https://github.com/denoland/deno/pull/26939 And: https://github.com/denoland/deno/issues/20885 I want to do some testing to make sure...