Talia Stocks
Talia Stocks
I'm running into this too. I don't know that much about ArgoCD internals, but I think refreshing the apps in a background thread and returning a response immediately could be...
> @foolioo thanks. I can confirm that it is working with `allow_update_branch: true` under repository settings. Should documentation be updated?
Your commitment is impressive, would love to see this merged :)
There are already a bunch of binaries bundled with the runner, e.g. ``bin/Runner.Listener``. If this is really a huge cross-platform concern, can't it be solved by distributing something like ``bin/Sleep``...
Watching with the hope of more granular RBAC permissions in the future.
This worked for me (after `npm install google-protobuf`): Create an executable file `protoc-gen-js.sh`: ``` #!/usr/bin/env sh cd "$(dirname "$0")" node ./node_modules/google-protobuf/google-protobuf.js "$@" ``` And then when running protoc: ``` protoc...
Okay never mind, that didn't work at all.