pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:JavaScript language:Java
Filter by
197M results
saya telah mengubah
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours
[pullrequest] requests per hour: 60 target branch: main
...
Completes the input seam, and with it Roadmap Phase 1 (interactivity).
What s added
- Key enum -- letters, digits, named/navigation keys, modifiers, F1-F12. No raw GLFW codes in the API (same principle ...
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
Motivation
- Provide a safer, operator-facing admin shell that surfaces system state in human-friendly language while keeping
existing technical admin functionality available behind clear, guarded ...
codex
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
Summary
Drives ESLint from 0 errors / 42 warnings → 0 errors / 0 warnings. Lint/test/build only — no render-critical changes.
| Rule | Count | Fix |
| --- | --- | --- |
| eqeqeq | 2 | Expanded == null ...
💡 What: Replaced len(text.splitlines()) with text.count( \n ) + (1 if text and not text.endswith( \n ) else 0) for line
counting in 4 files. 🎯 Why: Using splitlines() eagerly allocates an entire list of ...