Stephan Renatus

Results 257 comments of Stephan Renatus

> do we want to expose 2x numeric types at Rego-level (floats/ints), or do we want to expose only Javascript-style Number types that work kind of like floats most of...

Some of this could be worked around with helper methods... ```rego import future.keywords number_(x) if is_number(x) number_(x) := false if not is_number(x) x := number_("foo") y := number_(2) ```

Since this was passing our tests, and I've got a related test failure on my Golang version bump draft PR, I'm going to merge this; and take it from there.

In the past, I've started a simple http server in my tests, and had the SDK's config use that. Worked out fine. Do you think that would be an option...

It's on my radar at least. I've been looking into ways to wrap, or basically link, the OPA wasm module into different shells, i.e. wasm modules that call the exported...

It does, but do we know of any other system that works like this? How are headers represented? (WAGI?) > And if this is deployed on cloudflare, the following should...

I think we've reached the end of our repl library. There's another issue with multi-line copy paste, https://github.com/open-policy-agent/opa/issues/962, and #1503 for inputrc.