Brooks Townsend
Brooks Townsend
I think it would be great to be able to query and/or manage specifically the metadata so that it's viewable with wash and not just `nats kv`, but for the...
``` RUST_LOG=info wash app list ``` @arujjval This should help show the log
> Didn't we have an option that disabled the cache? > Should we add an option that disables the various provider caches I think that we do have that option,...
not stale, we should definitely still fix this
I think this may be something related to an older version of wit-bindgen since updating that fixes this issue for me.
Hey @joonas since this has been stale for a bit, would you mind restating the problem and what's left to do here to close this issue up?
don't think we can actually merge this!
@ricochet to play devils advocate, is there a legitimate use case for recursion with the same component? I tend to agree that this is probably always invalid (especially if not...
Yeah, I think that if it's something that's not allowed with just regular composition, then it's not something we want to encourage. Maybe there's a real use case here, but...
Currently failing on likely a breaking change updating to 0.36 https://github.com/nats-io/nats.rs/releases/tag/async-nats%2Fv0.36.0, which shouldn't be an issue I just need to pull out the stream message instead of deserializing the bytes...