Bijan Chokoufe Nejad

Results 12 comments of Bijan Chokoufe Nejad

Any updates on this? This is almost a blocker to have `http4s` in production :disappointed:

I stumpled upon the same problem but for `allOf`. They likely share the problematic code. My work around is to put the `allOf` objects in `defintions`. Then use `$ref` in...

@blokhin you can see it explicitly [here in action](https://bijancn.github.io/Whizard-wizard-mirror/) with the [source here](https://github.com/bijancn/Whizard-wizard-mirror/blob/master/plot-schema.json) and [here](https://github.com/bijancn/Whizard-wizard-mirror/blob/master/run-schema.json).

I can confirm that colors are very much off. I suspect 256 color support is not there

Seems to be fixed! (Warp is left, iterm2 is right. First 16 colors are user definable so they don't count)

I think that is basically in the "PR checklist" but probably can't hurt to repeat 😅. Thank you for all the hard work @thorstenhirsch !

Any ambitions to fix this? Is `1.0.0` mostly identical to `1.1.0`?

Hi Ivan, I'm not only using it for managing but also for monitoring. When you are running a calculation on 25 nodes of a cluster, it's nice to have an...

So I just tested 7.6.0 which contained some of these fixes but I'm still getting test compilation errors like: ``` [ERROR] /runner/_work/openapi-client-generator-action/openapi-client-generator-action/client_generation_scripts/gen/java/src/test/java/com/jimdo/openapiclientgeneratoractiontestopenapijavawebclientclient/OnboardingDisconnectErrorResponseTest.java:[21,29] package org.junit.jupiter.api does not exist ... [ERROR] /runner/_work/openapi-client-generator-action/openapi-client-generator-action/client_generation_scripts/gen/java/src/test/java/com/jimdo/openapiclientgeneratoractiontestopenapijavawebclientclient/OnboardingDisconnectErrorResponseTest.java:[34,6]...

@wing328 yes of course, we are using the docker image `openapitools/openapi-generator-cli:7.6.0` with `-g java` and `"--additional-properties=library=webclient"`. If you can't reproduce this, I can try to make a minimal reproducer from...