Philip Conrad

Results 74 comments of Philip Conrad

Are there any obvious examples you might be interested in seeing built? I use RabbitMQ on the side for a project, and have used this library heavily for services that...

I'm in the process of porting over the RabbitMQ tutorial examples, and the first 5 were relatively straightforward since amqpy's API is fairly similar to pika's. However, I ran into...

Thanks for the quick reply! Your reply answers my question completely, but I'm not sure if closing the issue is the right thing to do, since the docs are not...

@anderseknert Is this something you think we can resolve with better docs? The [JSON spec's section on Objects](https://datatracker.ietf.org/doc/html/rfc7159#section-4) has a grammar definition that requires all keys in a JSON object...

Perhaps a more important question to dig into: 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...

From the [Policy Reference](https://www.openpolicyagent.org/docs/latest/policy-reference/) page this is the precise list of `is_type` functions that we need to worry about: - [`is_array`](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-types-is_array) - [`is_boolean`](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-types-is_boolean) - [`is_null`](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-types-is_null) - [`is_number`](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-types-is_number) - [`is_object`](https://www.openpolicyagent.org/docs/latest/policy-reference/#builtin-types-is_object) -...

This dependency requires a minimum Golang version of 1.17 now. Our `main` branch still suggests a minimum Golang version of 1.16. I suspect we should not upgrade this library until...

Sorry @stobias123, the stale bot is pretty aggressive about making sure old issues get tagged as such. :sweat_smile: You are correct that this would be a substantial quality-of-life improvement. I'm...

@charlesdaniels Thank you for reporting this, and for the detailed analysis/example code. :smile: I think for now the easiest way to boost performance for this builtin would be to inline...