Jose Montoya
Jose Montoya
It would be useful to have a selector notation that was null safe. Perhaps `?.` as Kotlin has https://kotlinlang.org/docs/null-safety.html#safe-calls ``` {x: 1}?.y ``` would return `null` instead of throwing an...
## Which problem is this PR solving? - Fixes lack of support for es-tags-as-fields elasticsearch configuration #104 ## Short description of the changes - The elasticsearch SpanDeserializer will replace tag...
## Requirement - what kind of business use case are you trying to solve? Display a correct dependency graph while using elasticsearch configured to persist tags as fields. ## Problem...
Consider the following RAML ``` types: event: type: object discriminator: eventType properties: eventType: string fooEvent: type: event discriminatorValue: foo properties: bar: string /resource: post: body: application/json: type: fooEvent ``` **Expected...
Adds remotes when checking that no other release branches exist. This is important when using in a CI server context where automated builds will only checkout a single branch when...
Consider the following RAML ``` types: event: type: object discriminator: eventType properties: eventType: string fooEvent: type: event discriminatorValue: foo properties: bar: string /resource: post: body: application/json: type: fooEvent ``` **Expected...
Creates tests for a type declaration validation bug in which unless a discriminator value is supplied any object is valid.
### Proposal To support in-process integrations with applications that make use of libraries like Saxon Since we're using JDK 17, Wm cannot use the internal JDK class, and because a...
Is there a way to adapt this for use with the home assistant addons base images e.g.: https://github.com/hassio-addons/addon-ubuntu-base ?
Adds support for AutoFinishScope by checking the type of ScopeManager and using a AutoFinishScope.Continuation when appropriate. Includes some tests.