Gregor Noczinski

Results 6 issues of Gregor Noczinski

Added ability to customize the resolution of context contained variables, by: 1. `NamedFieldResolver.GetNamedField(name)` and `IndexedFieldResolver.GetIndexedField(index)` interfaces 2. Struct field `pongo2:"..."` Plus: Added security enforcement to never use **not** exported fields....

If there is no/empty for a placeholder use default/fallback value/placeholder. ### Acceptance Test #### Pattern ``` {foo:-{bar}} ``` #### Expectations | `foo` | `bar` | Result | | - |...

help wanted :sos:
feature :gear:

## Environment ### Software 1. Kubernetes: `v1.23` 1. [cert-manager](https://github.com/cert-manager/cert-manager): `v1.10.1` installed using helm chart `jetstack/cert-manager` from https://charts.jetstack.io with all default values. 2. [csi-drover](https://github.com/cert-manager/csi-driver): `v0.5.0` installed using helm chart `jetstack/cert-manager-csi-driver` from...

### Motivation I work on projects where I cannot use the `Adapter(..)` directly. I need to call the `*.ServeHTTP(..)` method directly. ### Changes 1. This PR split the logic of...

Currently if you're using `$ref` in the response headers of OpenAPI3.1 ```yaml paths: /user: put: // ... responses: "404": headers: Cache-Control: $ref: '#/components/headers/CacheControl' ``` you'll receive an error like: ```...

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...