pullrequests Search Results · language:Dune language:Python language:Java language:Java language:Python language:Java
Filter by
87.1M results
What this PR adds
A new skill: article-illustrations — generates 16:9 hand-drawn article illustrations featuring a recurring character IP
called Grav.
What it does
Turns article concepts into memorable ...
Summary
- Add online-safe NR7 and inside-bar feature evidence to FeatureSnapshot, including previous-bar setup bounds, setup
spread/range, and next confirmed bar breakout direction.
- Add nr7_inside_bar_breakout_v1 ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 95%
- Auto-fix allowed: False
📝 Summary
The use of subprocess with ...
ai-remediation
needs-human-review
severity-high
Summary
- setup-uv currently logs Could not determine uv version from uv.toml or pyproject.toml. Falling back to latest. on
every run because nothing declares which uv release to use.
- Pin via ...
OBS: Ainda não foi implementado a correção dos testes!
Close #128
O que mudou
- Refatorado o TransacaoService para reduzir responsabilidades e melhorar a organização interna do backend.
- Criado ...
This version includes modifications such as preventing ID duplication and making it unique, as well as preventing
logical errors and value errors. A new feature has also been added: the ability to conveniently ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
💡 What
Refactored the outlier removal section in main.py to use a cumulative boolean mask instead of sequentially subsetting
the entire DataFrame in a loop.
🎯 Why
In the original code, df = df[...] ...