Carsten Reckord

Results 29 comments of Carsten Reckord

I got the same problem. I think the issue here is that the Python version is geared for Windows and doesn't know anything about running in a MinGW shell. Consequently,...

Just a quick life sign - it took a bit for the CLA to pass our legal, but I have that now, right in time for my 3-week vacation in...

I've changed the getters to return the properties directly following [this](https://github.com/GoogleContainerTools/jib/blob/026a263b22b7265ddb5323ac74351c99486cad21/jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java#L234-L242) pattern, and removed the setters. I also added some more tests to check proper handling of defaults, nulls and...

> Also, since the presubmit checks will require approval to re-run after new commits are pushed, feel free to drop a comment (if there is still work in-progress) when the...

I'm getting the exact same stacktrace with Eclipse Temurin 11. JDK version details: ``` # java -version openjdk version "11.0.15" 2022-04-19 OpenJDK Runtime Environment Temurin-11.0.15+10 (build 11.0.15+10) OpenJDK 64-Bit Server...

@rstoyanchev I poked around a bit more in our log server and noticed that whenever this exception occured, the application was in the process of shutting down, but still processing...

Very 😁 I'm strange that way, but dark themes make my eyes bleed even more than blurry fonts...

It's Lucida Console, but the issue is the same for all fonts I tried (I noticed that bitmap fonts don't show up though, so I only tried the monospace TTFs...

Me as well. We have different oauth servers for different resource servers.

Same here, current `spring-boot-starter-webflux` brings in `reactor-netty-http` and `reactor-netty-core` 1.0.15, which use netty 4.1.73.Final, but get matched to netty based on their own version `1.0.15`: ``` { "id": "87a213cb3e5ec4f0", "name":...