nlachfr

Results 9 issues of nlachfr

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

feat

Porposal for adding unix sockets support for URLs ## Related issue(s) #871 ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [ ] I have referenced an issue...

**Feature request checklist** - [x] There are no issues that match the desired change - [ ] The change is large enough it can't be addressed with a simple Pull...

These changes introduce : - a new interface `functions.Overloader` for keeping compatiblity with already defined `functions.Overload` structures - a new structure `functions.ContextOverload` for defining context capable overloads - the extension...

Hello, The [AIP-203](https://google.aip.dev/203) specification defines custom behavior for updates using field masks : - a field with `(google.api.field_behavior) = OUTPUT_ONLY` should be ignored - a field with `(google.api.field_behavior) = IMMUTABLE`...

Stale

Rewrite fieldmask.Update function by adding logic for handling field behavior. https://github.com/einride/aip-go/blob/b48c9c90d8f96bc922e92063be5318e5320cefe1/fieldmask/update.go#L22 I kept the same logic, with specific handling for `OUTPUT_ONLY` and `IMMUTABLE` behaviors : - `OUTPUT_ONLY` fields are excluded...

Add a small utility for generating the [list of standard definitions of the specification](https://github.com/google/cel-spec/blob/master/doc/langdef.md#list-of-standard-definitions). The added descriptions comes directly from the current specification. **Output example (with markdown formatting) :** These...

Hello, Currently, the cache has a `Len() int` function for getting the number of entries in the cache. However, when entries have different cost, it is not possible to exactly...