Brooks Townsend

Results 117 issues of Brooks Townsend

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

enhancement

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

enhancement
good first issue
ux

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

enhancement

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

enhancement

The current wasm implementation supports compiling to wasm with `wasm_bindgen`, which is meant to provide bindings for usage from JavaScript in the browser. This aligns with many of the concepts...

B-rfc
A-wasm

Fixes #2294 Hey there! This is a work-in-progress PR that adds support for using reqwest with [wasi-http](https://github.com/WebAssembly/wasi-http/). It was really neat to see the support for wasm_bindgen and JavaScript bindings...

## Feature or Problem This PR is a simple fix to return the name and version of a deployed manifest with the DeployModelResponse, which assists with the data that clients...

## Feature or Problem This PR changes the status that is published, retrieved, and returned on API operations from the `StatusInfo` struct to the `Status` struct, which now includes a...

Signed-off-by: Brooks Townsend ## Feature or Problem ## Related Issues Fixes #347 ## Release Information ## Consumer Impact ## Testing ### Unit Test(s) ### Acceptance or Integration ### Manual Verification

## Feature or Problem In the case where state reports a host but it's actually no longer running, I think we should wait only 60 seconds before considering it disconnected....