Stephen Russett

Results 312 comments of Stephen Russett

@marwin1991 what is your storage for that field? In your example how do you receive and store the difference between: 1. `2021-05-19T15:12:41.330+02:00` 2. `2021-05-19T15:12:41.330000+02:00`

Here is a full API replacement that works with latest .net using Camunda's Swagger to generate the baseline + some error fixes that Camunda made: https://github.com/StephenOTT/Cammand/tree/main/src/Camunda.Http.Api

Shifter provides the ability to convert from the stix pattern into another format, such as going from the stix pattern to the elastic search query. Would be great if same...

I think that would be fine. You are basically doing the same for elastic indexes?

You can reach me on the zeebe slack or see my GitHub profile for email

@croudet any suggestions on best way to deal with this? The best i could think of at the moment is to use a custom Schema on the parent property that...

I think the "solution" for this is to recommend applying the `@field:Hidden` annotation on the single property such as: ```kotlin @Schema(name = "some-object", description = "Some Object", type = "object")...

bump from the work related to: #32: Here is the errors output from the Spock usage: ![screen shot 2018-06-12 at 3 39 33 pm](https://user-images.githubusercontent.com/1994838/41313065-e93f116c-6e56-11e8-8d57-33e662012913.png) Example where the wrong Task was...