Philip Conrad

Results 15 issues of Philip Conrad

This commit fixes a simple reference-before-assignment error in the `get_dnsip()` function. Fixes issue #14.

I'd like to use this library for a personal project, but I do not know what license it is being released under. Personally, I'd recommend something like the [MIT](http://opensource.org/licenses/MIT) or...

I've made some minor touch-ups to the Examples directory's README file, similar to what I did for the main README.

In the [online docs][amqpy-docs], API documentation exists for almost all of the fundamental stuff *except* the `AbstractConsumer` class, which is subclassed in the usage examples. After looking in the code,...

enhancement

This PR fixes a performance regression for the set `union` builtin, discovered in issue #4979. The original logic for the builtin did pairwise `Set.Union` calls between the input sets, resulting...

builtins

This PR implements support for caching the results of non-deterministic builtins for more complete Decision Logging support. Currently, only the `rego` module and its direct dependents have received the plumbing...

## Planned API This PR will implement support for AST objects to be usable in place of strings for 3x of the GraphQL built-in functions, to improve the composability of...

builtins

## What is the underlying problem you're trying to solve? TLS renegotiation is disabled by default in OPA, and this can cause `http.send` to fail sometimes when interacting with servers...

builtins

## Short description `sprintf` now can panic when given malformed format strings. However, this is a difficult `panic` to invoke outside of direct use of the parser/evaluation functions in Golang....

bug
inactive

## What part of OPA would you like to see improved? Currently, the GraphQL built-ins allow a one-way translation from GraphQL string -> AST object. However, the functions are not...

feature-request
usability
inactive
builtins