rfc2119

Results 10 comments of rfc2119

I have came across the same error when doing a test run on the sample database [chinook](https://github.com/lerocha/chinook-database) (SQLite version). I have read #327, here's my .load file: ``` load database...

As @adam-ludgate said, any idea why v5.0.1 did not get an arm64 build ?

also `__asm(imul eax, ebx, imm8)`

`imul` is fixed, thanks! https://asciinema.org/a/tioh1c9gJk7FCjNE9dPpaDLaI

I am not sure if this is 100% correct, but this issue becomes irritating as it always pop up a warning for `BufReadPost` concerning an invalid character in the group...

Hello, Sadly, we bumped into this issue on a production upgrade from 0.14.x to 0.15.4. Since Boundary CLI versions 0.13.x to 0.16.x were working ok with 0.15.4, we thought everything...

I second this. We eventually resorted to using Dex to get the groups.

Thanks @carrodher . Before submitting a PR, I was trying to test this out on a live version bitnami/kube-prometheus chart (9.0.7). I have edited the CRD "monitoring.coreos.com/v1/prometheus" on-the-fly to include...

I upgraded an existing installation from 8.x.x to 9.0.7, then tried to patch the manifest file online. _EDIT:_ `kubectl describe crd prometheuses.monitoring.coreos.com` does not contain `tsdb` field. Is this normal...