Cody Casterline
Cody Casterline
Maybe we can load bytes from the wasm into JS then unload the wasm? If it’s in a worker?
A year later, I had a similar problem. `.default()` was silently failing in some cases, and giving odd errors in others. I think it was because it was getting registered...
This'll get a bit more complicated when quotas are implemented, but we can cross that bridge when that happens.
+1. I'd love a `trace` log level. I tend to use "debug" for logging key pieces of information that I think (ahead of time) will be helpful for debugging. I...
Brainstorming: Q: Should I just strip all exif data out of images? A: **No**. If I'm working on a computer and I drag a file in, I may *want* the...
One question, tangentially related to this: If I embed an Item, and it has attachments, do we let attachments get posted to it? Or do I need to explicitly make...
> Thus items can be replied to and discussed in context without necessarily making them broadly available on servers that do not wish to host them. Hmm, except it *is*...
It looks like though Deno 2.4 supports text/bytes imports, JSR.io does not: ``` Task check:publish deno publish --unstable-raw-imports --dry-run [...] error[unstable-raw-import]: raw imports have not been stabilized --> /Users/codyc/code/deno-embedder/examples/with-embedder/browser/generated/dir.ts:4:22 |...
I'm not quite ready to turn it into a PR w/o knowing answers to some of the questions I asked: * Is the automatic handling of `data class` constructor field...
Glad I stumbled upon this bug because I'm about to run into this problem myself!