Bailey Hayes
Bailey Hayes
Generated bindings files should indicate that they are generated with an auto-generated DO NOT EDIT comment at top of the file. This is not needed for Rust, but any language...
When generating a c binding and including it in a C++ project, there is an error and a warning. Are there any plans or desire to add a C++ generator?...
What will versioning for interface types look like? I recognize this is a can of worms and I'm exploring ways to avoid versioning myself, e.g. serialize complex structures that may...
Upstream cargo has [upgraded](https://github.com/rust-lang/cargo/blob/master/Cargo.toml#L65) to clap v4. `takes_value` has been deprecated. `num_args` (the replacement for `takes_value`) will default `num_args` based on the `ArgAction` and doesn't need to be set for...
After setting "cargo-component" as the custom cargo command for rust-analyzer in VS Code, it begins to fail to parse Cargo.toml's for non-cargo component crates. ```bash "rust-analyzer.server.extraEnv": { "CARGO": "cargo-component" }...
**Describe the bug** Shipyard destroy with a directory or git path does not destroy resources. Use case: development on more than one project, each with their own blueprint or in...
I modified the consul-nomad-tracing example to add in vault. Is this how you would recommend setting up vault for local development? For the VAULT_NOMAD_TOKEN... there's likely a better way to...
We have this link in our agendas, adding to top-level README for additional visibility.
**Describe the bug** The unlink linkdef logs do not include context for which actor was unlinked. **To Reproduce** Steps to reproduce the behavior: 1. Link actor 2. Unlink actor 3....
It would be very helpful to have an example that uses wasi-clocks. If there are key trade-offs like "which system clock?", it'd be helpful to discuss in the README.md