pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript is:unmerged
Filter by
74.6M results
Summary
This PR updates OpenRecon metadata for openreconi2iexample from the latest successful neurocontainers build.
Changes
- Update recipes/openreconi2iexample/OpenReconLabel.json from neurocontainers ...
Summary
Fixes regression findings across the host updates wrapper, release-note parsing, self-inspection helpers, and CI path
filters. The changes restore legacy wrapper compatibility, make explicit config-file ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-medium
Beep boop. Your images are optimized!
Your image file size has been reduced by 31% 🎉
details summary Details /summary
| File | Before | After | Percent reduction |
| :-- | :-- | :-- | :-- |
| /docs/source/assets/InfiniStore-usage.png ...
Summary
This PR adds the release file for openreconi2iexample 1.0.89.
Changes
- Add releases/openreconi2iexample/1.0.89.json with container metadata
- Generated automatically from successful container ...
automated
release
💡 What
Optimizes SessionDB.prune_sessions by replacing a loop containing N+1 DELETE queries with batched IN queries (chunked
by 500) to clear old messages and sessions.
🎯 Why (the bottleneck)
When Hermes ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses subprocess.call ...
ai-remediation
severity-medium
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The use of subprocess with user-provided ...
ai-remediation
severity-medium
Summary
Web route modules imported helmlog.cameras directly and drove camera hardware I/O from the web tier, violating the
architecture rule that hardware modules (sk_reader.py, can_reader.py, cameras.py) ...