Connor Smith

Results 9 issues of Connor Smith

**Describe the bug** The host has a race condition in [oci.rs](https://github.com/wasmCloud/wasmcloud-otp/blob/eeee27d55abf6dc620d725b7408a0511cf04c953/host_core/native/hostcore_wasmcloud_native/src/oci.rs): on a cache miss, the host will download the parcheezy bytes and then cache them to disk. While the...

bug
help wanted
pinned

### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [X] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...

enhancement
good first issue
help wanted
wash-cli

**Describe the bug** A new test may have exposed [a bug in windows](https://github.com/wasmCloud/wasmCloud/pull/954#issuecomment-1800472883) where the default context is not correctly written/read. We should ensure all **To Reproduce** Steps to reproduce...

bug
good first issue
help wanted
wash-cli

**Describe the bug** wash-lib cannot be built with `--no-default-features` **To Reproduce** Steps to reproduce the behavior: 1. `cd crates/wash-lib` 2. `cargo build --no-default-features` Note that the library doesn't compile

bug
help wanted
wash-cli

## Feature or Problem Today it's not possible to update the host's log level at runtime, which can make it impossible to debug issues which go away after restarts. This...

### Affected project(s) - [ ] documentation - [ ] examples - [X] wasmCloud host - [X] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [ ]...

blocked
host
wash-cli

Running `wash up` multiple times on the same machine makes for cool demos, but can also lead to a confusing user experience, or worse, in the case where `wash up`...

enhancement
help wanted
stale
wash-cli

The current `Claims` struct is hard to work with, especially during ser/deser. This has led to the need to create helper structs that work around these difficulties. We should: -...

wascap

Currently, if apps Foo and Bar both use the same provider, and I undeploy Foo, it's possible this will stop a provider which is also part of Bar. (I believe...

bug
help wanted