Jiri Mikulasek

Results 10 comments of Jiri Mikulasek

@vladsoroka Is something blocking this raher trivial contribution? This is effectively blocking usage of sources and docs from different repositories 😞

Well, you are right. But I would assume that swagger library would parse what it serializes into the same semantic. But that's apparently not possible. Try this snippet ```kotlin import...

The current workaround is ```kotlin val yamlWriter = Yaml.pretty().apply { (factory as YAMLFactory).configure(YAMLGenerator.Feature.MINIMIZE_QUOTES, false) } ``` This uses all the configuration from swagger library but the shaved quoting.

Update, the problem only occurs with `defaultUseWrapper(false)` and the most probably is caused by https://github.com/FasterXML/jackson-dataformat-xml/blob/5e928b2c8bce48dcb66be25c29bf35686b490b4f/src/main/java/com/fasterxml/jackson/dataformat/xml/deser/WrapperHandlingDeserializer.java#L150 Here it is expected the JsonParser to be configured is either one passed as argument...

And moreover this BUG deosn't happen, when the type determining property is the first one (therefore JsonParserSequence is not used).

Well I was using dartson cause it was familiar to me coming from java world used to jackson. But now I am not on dart for more than year, so...

I ran into this issue. I think the problem is actually in the documentation. Since the `scmVersion` extension only exist in parent project where the plugin is applied. I fixed...

Any chance for `left` joins in the near future? This lack of functionality is basically showstopper for some of my usecases.Since when there is really no data in requested range,...

I am also not able to use `promql.join` the API says ` unknown import path: ""internal/promql""" "`

Well in the future this library could support all the loxone structures, so le'ts keep this as feature request