Johan Fylling

Results 32 comments of Johan Fylling

Isn't there also an issue here that `build` behaves differently from `eval`?

I believe this is a matter of the documentation needing further clarification. If a user wants to have comments inside the `METADATA` yaml, they can inline yaml-style comments, e.g.: ```...

An additional eviction strategy that comes to mind would be to prioritize evicting quick-running queries 🤔; keeping the more expensive (time-wise) results. This would of course need to be tempered...

Another wrinkle: if you _use_ `every`, you get an error: ```rego package play import rego.v1 p if { every x in [1, 2, 3] { x < 4 } }...

I don't really see the point in rejecting keywords that are part of a ref, though .. ```rego package play p if { input.import.x == 1 } ``` -> ```...

Hi @gusega, the `opa.path` configuration setting lets you specify what executable of OPA the extension should use.

Sorry man, mixed up the plugins 😅. Reopening.

The Java `ServiceLoader` would be a nice way to allow for pluggable built-in functions.

I believe this is one and the same, @srenatus. We've already confirmed that this is an issue when doing multiple enumerations within the same rule body also when the rule...