Isaac Nudelman

Results 6 issues of Isaac Nudelman

Fastest repro is libbsd, but this affected almost all packages when I had these flags set globally. CFLAGS=`-O3 -march=native -g -fPIC -pipe` LDFLAGS=`-fuse-ld=mold -Wl,-q` System: 5.18.3 zen, Gentoo, 5900hs/16GB Compiler...

Take a JavaFX project with two lockfiles (one for windows and one for linux): ```starlark maven.install( name = "windows", artifacts = [ "org.openjfx:javafx-graphics:win:17", "org.openjfx:javafx-controls:win:17", "org.openjfx:javafx-fxml:win:17", "org.openjfx:javafx-base:win:17", ], lock_file = "//:windows_install.json",...

Attempting to debug LLVM opt, crash only happens with a Bazel development build (`-O3 -g -UNDEBUG -fno-omit-frame-pointer -fsanitize=address,undefined`, LLVM commit `44718311dee486f1823876e8af9100afcc50041b`); regular release binaries seem to be fine. Can provide...

I have a first gen LG Ultrafine 5K, which uses two DP 1.2 streams internally to achieve 5K (2560x2880). In X11, these are combined into a single 5K display, but...

enhancement

I'm using the docker image, this issue is persistent over quite a few image versions (409ad8ba2be3d01e9e9e230b20ff368f1372d808c618b5fb174c5262c3f42e83, b33d94ef096d0a314a6a5f9417683a789e4abf3eb2e2190f60aa6607594ca0d6, and ones from a few weeks ago) When I try to import the...

The compile command doesn't specify an include path, so the sqlite.h in `c_src` is never used. If your system doesn't have the sqlite headers installed (like say on a server...