adrianiacobghiula
adrianiacobghiula
- With pull requests: - Open your pull request against `master` - Your pull request should have no more than two commits, if not you should squash them. - It...
Hi, In the ideea of having a consistent trace of a request in the logs is it possible to have the context as first parameter in the logging functions (...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...
**What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: configures properly argocd input command arguments for logFormat & logLevel **Have you...
a consumer might want to use different implementation of a Schema ### Motivation A consumer should be allowed to select / choose / override the default Schema. For example select...
**Is your feature request related to a problem? Please describe.** A consumer should be allowed to select / choose / override the default Schema. For example select to use https://github.com/hamba/avro...
**Driver version**: Go driver v5.12.0 Interfaces in neo4j package like ManagedTransaction have a "non-exported method" -> `legacy() Transaction` https://github.com/neo4j/neo4j-go-driver/blob/5.0/neo4j/transaction_with_context.go#L33 If one would want to mock this ManagedTransaction interface will end...
In the context of Polymorphism there are cases where the discriminator could have multiple values pointing to the same object ``` CommunicationChannel: type: object oneOf: - $ref: '#/components/schemas/Phone' - $ref:...