Jian-Fong Yu 游建峰
Jian-Fong Yu 游建峰
## Proposed change 1. I have removed deprecated keys from different language files based on `en.yaml` as the standard, and added unused keys in English. I also sorted these keys...
Hi there, I'm a native Traditional Chinese speaker interested in contributing to the Nettacker project. As a first-time contributor, I've started looking into the localization files and noticed that there...
#### Summary `AuthTest` intermittently fails due to non-deterministic SQL string generation order in `WHERE` clauses and `SELECT` columns. This PR makes the assertions order-independent to ensure test stability. #### Root...
## Description `mybatis-flex-core/src/test/java/com/mybatisflex/coretest/AuthTest.java` fails intermittently because it uses exact string matching on SQL statements, but the order of WHERE conditions and SELECT columns is non-deterministic across test runs. **Example:** ```java...
## What changes were proposed in this pull request? The test `AtlasJanusGraphIndexClientTest#testGetTopTermsRandom4` failed intermittently because `HashMap` iteration order is non-deterministic. Changed `generateTerms(...)` to use `LinkedHashMap` so iteration order is consistent....