Brooks Townsend

Results 117 issues of Brooks Townsend

**Is your feature request related to a problem? Please describe.** `wash drain` is designed, not just as a pun, primarily for cleaning up resources that may be left behind after...

enhancement
good first issue
wash-cli

The current implementation of the [messaging-kafka](https://github.com/wasmCloud/capability-providers/tree/main/messaging-kafka) provider is fairly experimental and created as an example. I would love it if the Kafka provider was closer to being ready for a...

enhancement
good first issue
pinned
capability-providers

### RFC Title RFC: Componentizing Links with wRPC ### Introduction *wRPC stands for wRPC Remote Procedure Calls* Goal: Provide distributed component support via wasmCloud Since the [unveiling of wasmCloud](https://kevinhoffman.medium.com/introducing-waxosuit-6ad754b48ed9) our...

RFC
rfc-proposed

**Is your feature request related to a problem? Please describe.** As we develop wadm, I realized that there's not an easy way to determine if a resource is managed by...

enhancement
good first issue
roadmap
washboard-ui

**Is your feature request related to a problem? Please describe.** When we release wasmCloud 1.0, we should version our core wits to @1.0 and pin to appropriate versions (e.g. wasi-cli...

pinned
blocked
host

While creating an application, often the first step is to write the actor code and then start relevant providers, linking them to create a fully functioning app. It would be...

enhancement
roadmap
wash-cli

The core WASI worlds, specifically [wasi-cloud](https://github.com/WebAssembly/wasi-cloud-core), are as follows: - [x] [wasi-keyvalue](https://github.com/WebAssembly/wasi-keyvalue) - [ ] https://github.com/wasmCloud/wasmCloud/issues/456 - [x] [wasi-messaging](https://github.com/WebAssembly/wasi-messaging) - [ ] https://github.com/wasmCloud/wasmCloud/issues/682 - [x] [wasi-http](https://github.com/WebAssembly/wasi-http) - [ ] #681...

pinned

Greetings! This PR contains the proposal for wasmCloud, the CNCF sandbox application runtime, to move to incubation! I've included the best information I could find for the proposal in **proposals/incubation/wasmcloud.md**,...

incubation

Currently, when storing an application, wadm parses the YAML string into a manifest and stores the serialized version of that manifest. After validating that the manifest is in a proper...

enhancement
good first issue

In https://github.com/wasmCloud/wadm/blob/main/src/scaler/spreadscaler/link.rs there are quite a few TODOs that mention deleting and re-putting links if the values are different. Now, this correlates to `source_config` and `target_config`, and what we should...

enhancement
good first issue