Philipp Trulson

Results 101 comments of Philipp Trulson

@pablovarela is this project dead or could you see yourself merging this in the near future? Would be very important for us to have.

Unfortunately I have no idea why the tests on Windows and macOS are failing, I can't reproduce it here.

Hey @randomanderson, any results from your investigation?

Opened this issue over at the tcl/tk repo: https://core.tcl-lang.org/tk/tktview/8162e9b7a90465f0b2a761c9515dfbc45d4b7e9f Maybe it's a Linux issue, maybe it's just because of my 200% display scaling, let's see.

> For what it's worth, this doesn't happen on my machine, and I'm not using any scaling. I can test on my laptop that does have 200% scaling, but it...

I'd love to see that added back as well. I was trying to upgrade the Java client in the Zookeeper project, however I am struggling to refactor the tests to...

Can confirm. Used cline without any issues on `zsh` last week. Yesterday I couldn't get it to work, only switching to `bash` helped. I'm using code 1.99.2 with cline 3.12.3.

Hey everyone, I just stumbled upon this issue while trying out CDS/AOT caching. In the latest petclicin with ByteBuddy 1.17.5 there is a non-proxy-related warning now: ``` [12,390s][warning][cds] Skipping net/bytebuddy/utility/Invoker$Dispatcher:...

So I built byte-buddy locally (commit a1e2055fd643985786318dd9861bf3706a234b6e) with Java 21 and the class in question disappeared from the output indeed, however there's a bunch of new stuff there that I'm...

We started to see issues with some Go programs as well. In our case we build amd64 and arm64 images with podman on an AWS EC2 ARM instance (e.g. c6g.large),...