pullrequests Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:PHP
Filter by
196M results
Review code quality
No meaningful safe change exists.
PR created automatically by Jules for task 1119544500415951931 started by @Helloguys3324
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Added admin route and downgraded dependencies for compatibility
- Replaced React hooks with class components
- Connected Redux using connect()
- Removed custom hooks
- Replaced CSS modules with Tailwind CSS
修复内容
共 13 个文件,15 处修复:
Bug 修复 (P1)
- app.properties: kryo buffer 64m → 64k(64m 会导致严重内存浪费)
- JdbcUtils.executeQuery: 修复 finally 块连接释放语义混乱
- ReadDataUtils: 8 个方法补全 null 参数校验(Javadoc 已声明但未实现)
- ...
Closes #319, and work item @W-21782254@.
When this configuration was updated to use eslint v9 instead of v8, for some reason it was also given a dependency on a
previous version of itself. I can determine ...
This pull request systematically replaces all uses of the standard std::sqrt and related math functions with their SYCL
equivalents (sycl::sqrt) across the XPU SYCL backend. This change ensures that all ...
disable_distributed
disable_e2e
Problem
The build fails at BUILD_IMAGE because Railpack defaults to Python 3.13, which is incompatible with two pinned
dependencies: asyncpg==0.29.0 (C API breakage) and pydantic-core==2.18.4 (PyO3 rejects ...