Calvin Prewitt

Results 36 comments of Calvin Prewitt

> loosely related to that, but while implementing the progress bar for downloads I found that: https://github.com/bytecodealliance/registry/blob/main/src/commands/dependencies.rs#L50-L52 > > Is it intentional that download is called twice with the exact...

Like that idea.

> > = needs to be escaped with \ > > What shell do you use? `zsh` sees `=` and `\=` as identical Using `zsh` on MacOS. Doesn't work for...

@macovedj and I are looking into a PR for the upload flow API endpoints and CLI support. Thinking about blob store signed URL policies, multipart uploads and digest. As well...

Maybe it could be, assuming the bindings were generated to match. Going from an `{ tag: string }` to just a `string`.

I'm not quite up to speed with this repo, yet. So I cannot give guidance. It might not be a simple change.

This might be the relevant line that needs to be revised: https://github.com/bytecodealliance/wac/blob/main/crates/wac-resolver/src/fs.rs#L37 `Some(path) if key.version.is_none() => {` might need to drop the conditional requirement that version not being specified in...

A PR could add additional test cases and document the expected usage patterns. Seems safe to do.

Hi, I've been working on exactly that. But requires JSPI or Asyncify to handle the asynchronous aspect. Let me know if you are interested in collaborating.

@peter-jerry-ye I do have sync implementation working just for the incoming response handler, but limited to that. If you want to do outbound requests or many things that rely upon...