Antonio Vieiro
Antonio Vieiro
Hi, I've just installed Stockfish Version 2.0.2 (19) from the AppStore and I was trying out the FEN capabilities by looking at a recent game from the Baku Olympiad. I'm...
I've uploaded a test case for DATAJPA-1391 here: https://github.com/vieiro/DATAJPA-1391 Would it be possible to reopen DATAJPA-1391 with this test case?
### Description Sometimes we need to extract the "nth largest/smallest value" within a group. For instance, given the DataFrame with groups `a`, `b` and `c`: ```python import polars as pl...
I'm trying to compare the CPU speed of two servers with `sysbench cpu run` (see attached images with results). * Server 1: `CPU Speed/events per second 337.06` * Server 2:...
- Embedded toml-java library to parse Cargo.toml files. - We open complex Rust projects with nested projects (workspaces). - Dropping the previous workspace node. - Some other refactoring and cleanups....
### Apache NetBeans version Apache NetBeans latest daily build ### What happened The [NetBeans Connector in the Chrome Web Store](https://chrome.google.com/webstore/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa) needs to be updated to work on recent versions of...
A backport of https://bugs.openjdk.org/browse/JDK-8240226 JDK-8240226 contains a small fix to `DeflateIn_InflateOut.java` that makes the test pass when `--with-zlib=system` and the system zlib library is zlib-cloudflare. This fix is also required...
Backport of [JDK-8272973](https://bugs.openjdk.org/browse/JDK-8272973). Parity with 11.0.25-oracle. Test passes in both `release` and `fastdebug` mode with `private static final int iter = 10_000;` But with `private static final int iter =...
8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as 'Unknown'
Backport of [JDK-8228960](https://bugs.openjdk.org/browse/JDK-8228960) for parity with 11.0.24-oracle This also paves the way for future container-related tests. Tested on Fedora 40 with Docker version 27.0.1, build 7fafd33 ``` ============================== Test summary...
A fix for [JDK-8334635](https://bugs.openjdk.org/browse/JDK-8334635) on a test file. Tested on Fedora 40 using the default zlib-ng. Test passes with and without `JAVA_OPTIONS=-DPackTestZip64.enableBigJar` --------- ### Progress - [ ] Change must...