Anders Eknert

Results 506 comments of Anders Eknert

I've been pondering this for some time now, and while it _can_ be confusing, this is a case where it's pretty much impossible to know if it's written this way...

Is this still an issue? If it is, apologies for the very long delay, @austinmitchem 😅 Trying to target as many of the open bug issues as possible before the...

`input` completion based on `input.json` file added in #1005 Schema-based completion should take precedence if both are present.

Keen to get started on this one soon, as I feel like this is one of the few missing components of some notability at this point. But it's likely one...

Hi there! And thanks for reaching out about this. It's a great question! If you have the OPA VS Code extension with Regal installed, you can use the compiler explorer...

Yeah, the most commonly raised gotcha is probably how `not` fails to negate undefined references passed as function arguments: ```rego not func(arg) ``` That'll still be undefined if `arg` is...