Brooks Townsend

Results 398 comments of Brooks Townsend

As a stopgap, or for intermediate use, https://docs.rs/wash-lib/0.30.0/wash_lib/parser/struct.WasmcloudDotToml.html is available and contains all the fields that the parser expects

Completed in https://github.com/wasmCloud/wash 🥳 Next step will be to integrate that project into this repo, but I think for our purposes we can call this a completed RFC

#409 depends on this or will be taken over by this!

Something we'll need to tackle as we start this is the right way to continue to use the `wrpc-interface-blobstore` crate and extend with additional interfaces. The blobstore providers seem more...

This is a good idea @cdmurph32, right now we absolutize the paths from relative paths in the manifest and we could go ahead and make sure that exists. At the...

@peter-jerry-ye trying to reproduce this with wasmCloud, I get the following error in the console: ``` 2024-09-12T14:54:47.900503Z DEBUG serve_handle: wasmcloud_provider_http_client: failed to send HTTP request err=hyper_util::client::legacy::Error(SendRequest, hyper::Error(Http2, Error { kind:...

I worry about this one, mostly because this ends up significantly increasing the size of the host inventory payload and we'll probably approach the 1MB NATS payload limit faster. I...

Ah, maybe this is a query for the component specification? for example: ``` ➜ nats kv get LATTICEDATA_default COMPONENT_rust_http_kv-counter --raw | jq { "url": "", "links": [ { "source_id": "rust_http_kv-counter",...