Oliver Mannion
Oliver Mannion
@mislav is there a way to revoke specific device OAuth tokens, or can you only revoke all device tokens?
Encountered this too: ``` gh pr create --fill -w could not compute title or body defaults: failed to run git: fatal: ambiguous argument 'upstream/main...fix-state-allow_failure-exports': unknown revision or path not in...
In my case it was network related. I had a private registry in `npm config` and I wasn't on the VPN to access it.
Thanks @MikeMcQuaid for taking a look at this. I've tried --force but it produces the same error. Our problem is that our brewfile includes: ``` cask docker brew "kubernetes-cli" brew...
I like the workflow you've suggested @nickderobertis and would use it over the current workflow.
In the meantime, could the behaviour here just be the same as the bash version? ie: just set the context on the first file. This would at least make the...
Yep it did have that commit, and it correctly fetches it. I was actually running this via dagger, not buildx.
Same issue: ``` $ pipupgrade --verbose --check 2021-04-03 23:54:02,776 | INFO | Environment: {'version': '1.9.0', 'python_version': '3.7.9', 'os': 'Darwin-20.3.0-x86_64-i386-64bit', 'config': {'path': {'BASE': '/Users/tekumara/code/aec/venv/lib/python3.7/site-packages/pipupgrade', 'DATA': '/Users/tekumara/code/aec/venv/lib/python3.7/site-packages/pipupgrade/data', 'CACHE': '/Users/tekumara/.config/pipupgrade', 'JOBS': '/Users/tekumara/code/aec/venv/lib/python3.7/site-packages/pipupgrade/jobs'}}, 'settings':...
I run into this on k3d v5.4.1: ``` .venv ❯ k3d cluster start orion INFO[0000] Using the k3d-tools node to gather environment information INFO[0000] Starting existing tools node k3d-orion-tools... INFO[0000]...
``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7684c5ae7f5f ghcr.io/k3d-io/k3d-tools:5.4.1 "/app/k3d-tools noop" 4 minutes ago Up 4 minutes k3d-orion-tools c0cbba3e9d2d ghcr.io/k3d-io/k3d-proxy:5.4.1 "/bin/sh -c nginx-pr…" 22 hours...