Cody Casterline

Results 183 comments of Cody Casterline

FWIW, the [workaround] for my case was to stop using the library that was causing the issue. Not sure what about that library was *causing* the issue, but it was...

Copy/pasting from [this comment][1], since the concern is relevant to the proposed solution here: [1]: https://github.com/denoland/deno/issues/18514#issuecomment-1492752907 > If https://github.com/denoland/deno/issues/17697 only relaxes permissions for statically-analyzable dynamic imports (SADIs), then if I...

Ooh, I forgot a fourth option! * Hire me and tell me to fix it! (My resume is already in your application queue somewhere. 😅)

aha, thanks. I assume that's https://github.com/denoland/deno_doc/issues/111 ?

> Once deno supports Wasm modules then we can get rid of needing to save and read the cache directory. I think you can do this before Deno supports native...

As for cwd/HOME -- ~~I'm not sure why dax needs to read those explicitly.~~ For example, I can just run a Deno command without the `--allow-env`: ```typescript #!/usr/bin/env -S deno...

@dsherret I'm not sure if my PR link 2 days ago sent a notification to this issue, so just in case it didn't, see the above. 😊 I created a...

Let me know if you'd be open to a PR here (and if you have preferences w/ the approach). I'd be interested in writing this up.

This bug is still present in Deno v1.40.5. And I agree, this seems like a **bug**. The VSCode extension and `deno check` don't give any error about using `DisposableStack` even...

Adding my voice to those requesting this. I'm a big fan of Deno. I was just trying to convince my company to adopt TypeScript (in Deno) because of the awesome...