Noah Masur
Noah Masur
@mislav I don't have an open-source example for this at the moment, but internally I've found that this is consistently reproducible whenever logging a workflow that is calling another workflow...
Actually, I went ahead and made an example [here](https://github.com/nmasur/test-log): [This one](https://github.com/nmasur/test-log/actions/runs/5081046139) works fine (no sharing). [This one](https://github.com/nmasur/test-log/actions/runs/5081046233) shows no logs (shared workflow). Logs ``` ❯ gh run view --log ?...
Hey @ajaneeshihx, thanks for checking out the repo. Glad to hear you're jumping into Nix! Unfortunately, it seems like you've found a bug in my project. I don't usually use...
I think the issue is that the Terraform provider has to make two underlying API calls: 1. [Enable the auth method](https://developer.hashicorp.com/vault/api-docs/system/auth#enable-auth-method) (`/sys/auth/:path`). 2. [Configure the auth method](https://developer.hashicorp.com/vault/api-docs/auth/jwt#configure) (`/auth/:path/config`) When step...
Looks cool, I've heard good things about blink! I was going to reconfigure all my Neovim configs with NVF or another similar tool, but since then I've switched to Helix...
I've noticed this too, running `mbsync -a` it syncs up for a bit, and then there's 9 seconds of nothing before it seems to close (or time out?).