Brooks Townsend

Results 106 issues of Brooks Townsend

``` dependency :erlavro is using Rebar 2, which is no longer maintained and no longer works in recent Erlang/OTP versions. Remove the :manager option or set it to :rebar3 instead...

Slightly related to #282 So wasmer is the underlying runtime at the moment for wasmex, would you consider switching the underlying runtime of this project to wasmtime like https://github.com/viniarck/wasmtime-ex has?...

Implementation of the host-side of the RFC #439 This PR includes a new module, `HostCore.Policy.Manager` which is responsible for taking a source, target, and action and querying a policy topic...

**Describe the chore** Currently we use some paths to account for the fact that we're building cross-platform docker images... but they aren't cleaned up https://github.com/wasmCloud/wasmcloud-otp/blob/main/wasmcloud_host/Dockerfile#L85-L89. This ends up increasing our...

good first issue

**Describe the bug** When trying to actor-to-actor call a call alias that doesn't exist I get the following error: ``` 15:51:14.038 [error] Invocation failure: Guest call failed for method HttpServer.HandleRequest:...

bug
good first issue

**Describe the bug** If you try to access the dashboard from `127.0.0.1`, the websocket spins forever and fails to authenticate. The "correct" URL is `localhost:4000`, but since these are functionally...

bug
good first issue
host web ui

**Describe the bug** When running wasmCloud on amazon linux 2022 / Ubuntu 22.04, the following stacktrace (or similar) shows on startup: ``` ===== ===== LOGGING STARTED Sun May 29 16:25:56...

bug
help wanted

**Is your feature request related to a problem? Please describe.** I usually use my escape key to close menus when interacting in web user interfaces, it would be great if...

enhancement
good first issue
help wanted
host web ui

**Is your feature request related to a problem? Please describe.** The current install / run process of wasmcloud is a little clunky, download a tarball, extract, then run `./bin/wasmcloud_host` wherever...

enhancement
help wanted

**Describe the bug** Link definitions are keyed in the form of `{actor, contract_id, link_name}`, as actors are only allowed to have one link definition per-contract ID and link name. Because...

bug
good first issue