Ryan Cragun
Ryan Cragun
@apparentlymart I believe you're right on point. While I was moving `nilToken` I also inlined `inKeyword` as it was only used once and I thought perhaps it was a good...
I have precisely this PR's worth of experience using circleci, so that was my best guess at how to achieve only running the race detector on linux. 😄
@apparentlymart small PSA that I dropped the circleci changes and rebased this.
Just a note that by updating the entire pipeline to `hashicorp/upload-artifacts@v4` and with the new packaging workflow the build for `linux/amd64` goes from just under 9 minutes 3 days ago...
One thing I did not implement in this PR that I thought about doing was installing all of these tools into a directory that we could cache. The idea being...
I've seen the same thing when we received a 429 from the cache service https://github.com/hashicorp/vault/actions/runs/5468416071/jobs/9956025777#step:11:3
Looks like there's still an issue so we need to hold off merging this until we know if it's just a telemetry issue or not https://github.com/hashicorp/vault-enterprise/actions/runs/9213859524/job/25349298993?pr=5900
Hello @jboero, The systemd unit for Vault is type `notify` as we've [made use of systemd notify functionality in Vault ](https://github.com/search?q=repo%3Ahashicorp/vault%20notifySystemd&type=code) for [some time now](https://github.com/hashicorp/vault/pull/11517). The dangling dbus processes you're...
It looks like this is actually a bug in `go-discover` where the re-encoded representation of some parsed config (which we now use) is not correct. Given the original configuration of:...
Looks like that branch still depends on modules that don't exist: ``` module 'nvim-treesitter.ts_utils' not found: no field package.preload['nvim-treesitter.ts_utils'] ``` https://github.com/ray-x/go.nvim/blob/treesitter-main/lua/go/snips.lua#L4