asymmetric

Results 127 comments of asymmetric

FYI, the `Reports.md` file has been renamed to [`Time and Expense Reporting.md`](https://github.com/harvesthq/api/blob/master/Sections/Time%20and%20Expense%20Reporting.md).

Nope, I ended up switching back to (neo)vim ;)

That did get me further: ``` ❯ podman run --mount type=volume,src=ssb,target=/home/node/.ssb --publish 127.0.0.0:3000:3000 --rm oasis node . --host 0.0.0.0 --allow-host localhost --no-open WARN[0000] Found default OCIruntime /nix/store/hcr9g9vwvp3iqrh137qh80y7ai3ijbbi-crun-0.14.1/bin/crun path which is...

See #647 for a documentation fix re: port mapping.

/cc @garbas because I think you implemented the options feature

Seems like there are 2 caches (authenticated and unauthenticated), and the action you performed reset the unauthenticated one. Maybe there's a way to reduce them to just one cache, or...

Is there going to be an update? :)

The IP address seems to be correct, so we should investigate if there's an actual underlying problem. If there isn't, we should not print an error, maybe just a debug...

I think you ran the code-generator at a version that's either too new or too old. Could you check out the `kubernetes-1.10.0` tag on the code-genearator and run it again?...

I guess the problem with running the operator on GKE with RBAC enabled is that we cannot create `ClusterRole`s. This should be fixed IMO by the person in charge of...