Anders Eknert
Anders Eknert
@Ronnie-personal sounds good!
Thanks for reporting that @tafkam ! What platform are you on? Looks like the downloader only checks for the OS and not the architecture. Quick fix would be to just...
+1 for adding an example of using the `static` attribute to the README / docs. Would you want to submit a PR? Sorry for the very long delay btw, I...
Came across this by random and it looks nice! Planning to add this to the OPA [ecosystem](https://www.openpolicyagent.org/docs/latest/ecosystem/) page. One thing I couldn't find on the Concourse site was docs around...
Thanks @marco-m-pix4d 👍 Hoping that gets added to the docs then so that I can point to this as a good example of OPA in CI/CD integrations.
Here's a good example of a rule that would greatly benefit from this: 
I was just reminded that we can do this for **package** renames already, piggybacking on the "secret" `opa refactor move` command. Reusing that and allowing this code action only on...
Adding a `--v1-compatible` flag to `regal lint` seems easy enough, so let's do that. Looking for a `.manifest` file and use that seems like a good idea too if that's...
@johanfylling is there a capability to read for this? Regal already provides the option to provide capabilities via config, so that'd be a convenient way of doing it.
One thing to note is that the implementation of [workspace/symbol](https://github.com/StyraInc/regal/pull/673) fetches document symbols from each document. We probably don't want things like values to be seen in the workspace symbol...