Ryan Levick

Results 188 comments of Ryan Levick

`Wrapper` makes it sounds like this is always a new type which is not necessarily the case. How about `InvariantFree`?

@casey I think your definition of `InvariantFree` (nee `Transparent`) is exactly what I had in mind. We're really trying our best to have traits that only represent 1 additional guarantee...

I'm also not sure if we should make a distinction between types that require their invariants to be checked to used _safely_ vs types that require invariants to be checked...

This is the error I'm seeing when running the command against a wit world that uses a `wasi:http` dependency. ``` error: OCI error: Authentication failure: {"errors":[{"code":"DENIED","message":"denied"}]} Caused by: Authentication failure:...

When I remove ghcr.io credentials by running `docker logout ghcr.io` then I end up with a different error: ``` error: failed to get registry credentials: Credential helper returned non-zero response...

I believe this PR was closed by mistake by #270. I believe the correct issue to close was #268. @peterhuene can you reopen this PR?

Without seeing the exact code that's being compiled, it's difficult to say for sure. The error you're seeing is caused by trying to read or skip string data from a...

The error about the binary not being a component makes sense. It seems that `cargo-component` was successfully able to produce a WebAssembly module, but then when it tried to convert...

Hmmm... The work around that I've temporarily settled on is renaming the `wit` directory, but this is less than ideal as new comers to the project are likely to wonder...

No, but we could add it. However, we'd only really want this to apply to the Council, and it might send the wrong signals if we add this even as...