Kevin Hoffman

Results 67 issues of Kevin Hoffman

The host and associated tooling should be easy to install. In addition to allowing Rust developers to use `cargo` to install the host and tools, we need it to be...

Using the middleware functionality available in the host, we should provide a crate that contains an OpenTracing middleware implementation. This should perform, at a minimum, the following: * Initiate a...

enhancement
good first issue
help wanted

* Fix so the lack of an environment variable subsequent in a pipeline won't cause it to wipe previously established values * Fix so that the File provider now honors...

Ideally I'd like it to be as seamless to host a wasm module in Rust as it is to host it in JavaScript. wasm_bindgen creates wrappers that let us do...

I've got a custom section in my wasm module that has a name `jwt`. When I attempt to load this module, I get an error. It appears from the code...

enhancement

At the moment, none of the 3 available `gRPC` libraries for Rust support reflection. This means that no gRPC services written in Rust can be queried or interrogated with tools...

enhancement

The routeguide sample is missing some things that is making it very difficult to determine how to properly write both a client and a server. For the client - there's...

Per [the spec](https://github.com/oam-dev/spec/blob/v0.2.1/3.workload.md#categories-of-workload): > OAM implementations MUST implement all core workloads as defined in this specification. And then further down, we see the list of core workloads in the specification:...

Wash should check for newer versions of itself whenever it starts and, if it finds one, should automatically upgrade to that version. A corresponding `wash update` can be made available...

enhancement

Actor metadata needs to have an `Option` field called `call_alias` that , as the name implies, holds an alias that can be used to invoke this actor instead of an...

enhancement