Anders Eknert

Results 206 comments of Anders Eknert

💭 Rather than using schemas for configuration, I'd love to see us using Rego for config validation. Looking at most of the `validateAndInjectDefaults` functions currently written in Go for this...

Some further digging, and I've removed the "some .. in" constraint from the description as that wasn't required. ```rego package p import rego.v1 nums[x] contains x if some x in...

Hi @mufaddal-rohawala 👋 I don't think I've seen that before, so the answer is probably "no" :P But as it seems like they're similar, I can imagine it would be...

This came up today, having both the user and me scratching our heads before eventually landing here, with a friendly pointer from @srenatus. I think it would have saved us...

I haven't seen it mentioned, so if someone struggles with this, here's how you can fool the type checker with this one simple trick! ```rego a := {"foo": 1} b...