David

Results 39 comments of David

Oh I see, thanks for the detailed explanation. I would have expected that its not allowed to grow above that limit, but I can see that it might be like...

You're welcome :-) Do you mean having the custom keymap active by default (without toggeling via Fn+F12)? I'm not sure if thats possible or if the Durgod is remapping keys...

Another variation of this bug with nested `allOf`/`anyOf`: ```yaml openapi: 3.0.0 info: title: Minimal OpenAPI 3.0 with allOf version: 1.0.0 paths: /pets: post: requestBody: content: application/json: schema: $ref: '#/components/schemas/PetCreate' responses:...

I would prefer to disable that message too. We are running the generator for multiple files and because of that our CI build log is flooded with these useless entries!...

Thanks for the report. The makefile was updated upstream breaking the patch. I updated my PR calf-studio-gear/calf#46 (unmerged since 7 years...) and added the new patch to the formula. Please...

I investigated a little on this problem. The decision is done in [ConstructorInjection.java](https://github.com/mockito/mockito/blob/a0dd0b9968f9a6c7b105dea4c296be1c7095f232/src/main/java/org/mockito/internal/configuration/injection/ConstructorInjection.java). It does not have the type information atm, since it was lost due to type erasure. The...

At least we are using them in unittests too, to see if some MDC fields have been logged.

Hm, I don't think so since that would also force master to be SNAPSHOT then. We are looking for a solution that works on the developers PC as well as...

I have had the same struggles and managed to get JGitSshClient working. Here is an minimal example that puts everything together: https://github.com/david0/mina-ssh-over-socks/blob/main/src/main/java/Main.java#L22 I would prefer if MINA would come with...

Yes, as a workaround you can set the loaderImplementation back to CLASSIC: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support