Connor Smith

Results 29 comments of Connor Smith

Nit for documentation, related to Steve's confusion: ``` "action": "[start_operator | start_actor | perform_invocation]", ``` Should be ``` "action": "start_operator | start_actor | perform_invocation", ``` I.e. drop the bracket. That...

Reopening since we should still update the host to send a timeout, which wasmex now supports

@thomastaylor312 I was thinking about this last week while on a walk but forgot to bring it up, so thank you 🙏

Note to self: I went to implement this, but ran into `Watch` (and `Ordered` consumers) not being `Clone`, so it's not as straightforward as creating the consumer in the main...

Love the `scale` idea. Declarative desired count >> imperative "+1". I can imagine e.g. wadm devs might want to scale up a number of hosts on a given system, or...

Resolved by https://github.com/wasmCloud/wasmCloud/pull/762

@RohanMishra315 sounds great! Let us know if you have any questions

Removed "good first issue" label for now since the NATS provider is in limbo and will be migrated to WIT soon

https://github.com/wasmCloud/wasmCloud/pull/1252 migrates the NATS provider to WIT, so once that's merged, this will be unblocked

> Once a host requires invocation response signing, it will not be compatible with older versions of the host as older versions will not sign invocations. Note that newer versions...