pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Java language:Python
Filter by
185M results
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
Track user activity time via WebSocket and update user model.
Changes
- Added tracking of user interaction time using Redis
- Calculates active seconds based on recent activity
- Integrated ...
Problem
The container crashes immediately on start with Error: Invalid value for --port : $PORT is not a valid integer. Railway
runs the startCommand in exec form for Dockerfile-based services, so the ...
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 90 sleep for: 300s close stale after: 48 hours
[pullrequest] requests per hour: 250 target branch: main
...
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
Auto-generated syntax fix by DevMend.
Fix plan: In app/processor.py, replace the line:
if m := re.match(r (\w+)=(\d+) , line):
with:
m = re.match(r (\w+)=(\d+) , line)
if m:
Root cause: The code uses ...
Fixes
Two issues from the first run of the skill review workflow (run logs):
1. SkillForge blocks Claude judge on false-positive security findings
package-installation skill legitimately teaches sudo ...