pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:PHP language:Java
Filter by
197M results
🎯 What: Removed the unused import time from backend/openhands_agent.py. 💡 Why: Having unused imports pollutes the
namespace and can slightly degrade readability and code quality. Removing it improves overall ...
Phase 1e (final capture-completeness piece). Makes the reply clock honest on phone + Teams.
- Calls: is_meaningful is now duration-gated (connected ≥30s = meaningful; voicemail/missed/0/None = not) ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
Adapts the pi-autoresearch autonomous experiment loop for this repo.
.auto/ session
- measure.sh — median of 2 builds, METRIC lines
- checks.sh — barn ...
Bumps bleach from 4.1.0 to 6.4.0. details summary Changelog /summary p em Sourced from a href=
https://github.com/mozilla/bleach/blob/main/CHANGES bleach s changelog /a . /em /p blockquote h2 Version 6.4.0 ...
dependencies
python
Problem
The app imports psycopg2 in app.py but psycopg2 was not listed in requirements.txt, causing a ModuleNotFoundError at
runtime after the service starts.
Solution
Added psycopg2-binary to requirements.txt. ...
| Question | Answer |
| --- | --- |
| JIRA Ticket | IBX-10684 |
| Versions | 5.0 and up |
| Edition | all |
Document translation management
Checklist
- [x] Text renders correctly
- [x] Text has ...
Work in progress
cyberchef 11.x nginx listens on 8080; the deployment/probes/service still targeted :80, causing a connection-refused
CrashLoopBackOff. Points containerPort + all probes + service targetPort at 8080. Unsigned ...
What why
devsetup previously picked one installer per platform and assumed apt on Linux / winget on Windows — so it broke
entirely on Fedora/Arch/openSUSE or Windows without winget, and gave up on the ...
Many thanks for submitting your Pull Request :heart:!
What this PR does / why we need it:
Special notes for reviewers:
Additional information (if needed):
python3 -c from tinygrad import Device; print(Device.DEFAULT)