Matthew Fisher

Results 104 issues of Matthew Fisher

Looking at the job logs for a spin app spawned with Hippo, I see this: ``` 2022-06-14T19:09:08.927603Z WARN build: wasmtime_cache: Failed to write file with rename, lock path: /root/.cache/wasmtime/modules/wasmtime-/IdieBqaKdhv0ZMK-q-zCxIOJvOpkt-3GMaJI50WMLIc.wip-atomic-write-mod, target...

Helm's plugin install hook system relies on `/bin/sh`, regardless of the operating system present. Windows users can work around this by using Helm under WSL, but it would be great...

help wanted
feature
good first issue

### Is your feature request related to a problem? Please describe I do not know how to check whether the user is in a region where cookie consent is not...

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): FEATURE REQUEST Every time I try to bump the tiller version up to v2.6.0 in ACS, ACS keeps preventing that...

In reference to this recent post: https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/ It would be awesome to use this project in MIT and Apache v2-licensed projects, but given legal issues around Facebook's BSD+patent license for...

I've noticed when attempting to run commands the following day, I see errors like the following: ``` > hippo app add helloworld helloworld Error: ``` Under the hood, the client...

enhancement

https://github.com/deislabs/hippo/pull/772 introduces API versioning for the server. The Hippo CLI can then check the `api-supported-versions` header to determine if the API it targets is supported or not. Alternatively we can...

enhancement

Hippo 0.7 introduced edit APIs in https://github.com/deislabs/hippo/pull/664. We can now utilize this with commands like `hippo app edit`, or perhaps a more directed approach like `hippo app rename`.

enhancement

We need to support compiler targets similar to the Spin CLI. To that end, we need to provide support for M1 Mac users.

enhancement

When hippo isn't running: ``` > hippo app add helloworld helloworld Error: error in reqwest: error sending request for url (https://localhost:5309/api/app): error trying to connect: tcp connect error: Connection refused...

enhancement