Jachym Metlicka

Results 24 comments of Jachym Metlicka

Thanks @philippe44 for the amazing piece of software. I have it up and running on RPi4 for 3 chromecast audios & 3 chromecast audio groups. Really appreciate the binaries for...

It seems all the code is in place. The only thing missing is the: ``` /** * Name of the file that will contain all merged specs */ val mergedFileName...

Hi @wing328, it seems to be more complicated than I presumed. I will still try to look into in when I have some extra capacity.

Hello, I think I have a similar issue. I have a tree-like structure of entities and each entity has a randomly assigned id (UUID). I want to assert while omitting...

Hello Lukas - thanks for the help and suggestion. I tried it and it seemed not to work. However I am not using the `assertJ`, just plain `assertJsonEquals`. Like this:...

Hello Lukas - thanks! With your help I was able to get it to work as: ```kotlin assertJsonEquals( expected, actual, resolveJsonPaths( actual, Configuration .empty() .whenIgnoringPaths("$..id") ) ) ``` Thanks once...

Hi @htcfreek , I think this is a really good idea. Even better would be to _also_ be able to manually add custom format string in the Date and Time...

> Do you have any plans to support Kotlin?🤔 I just opened an issue [here](https://github.com/OpenAPITools/openapi-generator/issues/22286) and plan to contribute a PR with barebones implementation of kotlin-spring declarative http interface in...

Hello @okarmazin, I presume the same issue is present also in other kotlin generators?

Just checked - this seems to work correctly in kotlin-spring generator.