Mitchell Perilstein

Results 27 comments of Mitchell Perilstein

It's also emitting ones "1" and zeros "0".

I love this idea and have a different use case. I too have a giant project and would like to limit tagging to a subset. One option is adding a...

Stuck at emulator loading was probably fixed by #24

Update from the future: at least status is supported now. ```shell $ kubectl kots app-status fooapp -n mynamespc | jq . { "appstatus": { "appId": "1xxxyyyxxxx", "updatedAt": "2021-05-11T18:56:13.533454Z", "resourceStates": [...

I'm getting this too on Mac Monterey, just when doing `helm ls`. Kubectl got happy after doing the plugin and env. ``` $ gke-gcloud-auth-plugin --version Kubernetes v1.23.0-alpha+66064c62c6c23110c7a93faca5fba668018df732 $ helm version...

A minor footnote to this section would be how to resize a user's PVC. Something along the lines of ```shell kubectl get pvc | grep claim- kubectl edit pvc/claim-user1 ```...

Oh and a lesser wallaroo-up.sh nit while we're at it: there's no `latest` link in `https://wallaroo-labs.bintray.com/wallaroolabs-ftp/wallaroo/`. Passing `-w 0.6.1` works okay.

Two more for this list * **FFI functions raising errors** talks about how Pony code should declare and handle errors from C but doesn't talk about how the C side...

I just got a good build on OSX by commenting out the check in local-universe.py and running as nonroot user. I'm on the version-3.x branch at the 3/21 d310c6b revision.

Yeah I see that too on 20.04. Try this workaround. Copy that "gcc..." link line, then `cd src` and try the link by hand but add an extra `-lm` onto...