issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Python linked:pr
Filter by
6.4M results
Checklist
- [x] This feature will maintain backward compatibility with the current APIs in areal/api/. (Additive: one new
actor.loss_aggregation field; default token_mean is byte-identical to today.) ...
Checklist
- [x] This refactor maintains backward compatibility with all user-facing APIs. (The group_size field stays;
correctly-set configs are unchanged. A value that disagrees with n_samples ...
Checklist
- [x] This feature will maintain backward compatibility with the current APIs in areal/api/. (Additive: one new
actor.use_cispo_loss flag, default False → byte-identical to today.)
Background ...
Checklist
- [ ] The error occurs when using our provided Docker image. (Logic bug in the OpenAI→HF render path; independent of
the container — reproducible from a plain apply_chat_template call.) ...
Give the extension popup a softer look by rounding its outer corners.
Currently the popup body has no explicit background/border, so Chrome draws the popup window with square corners. Add a
small border-radius ...
Parent bounty: #743
Bug
uploadController.js returns 201 Created with status: no-file when no file is uploaded:
export async function uploadFile(req, res) {
return ok(res, {
filename: req.file?.originalname ...
Parent bounty: #743
Bug
env.js allows jwtSecret to fall back to development-secret in production with no validation:
jwtSecret: process.env.JWT_SECRET ?? development-secret ,
If JWT_SECRET is not ...
Parent bounty: #743
Bug
app.js configures CORS with no origin restrictions:
app.use(cors());
This allows any origin to make authenticated cross-origin requests to the API, making it trivially exploitable ...
Parent bounty: #743
Bug
app.js applies apiLimiter AFTER express.json():
app.use(express.json());
app.use(apiLimiter);
This means the body is fully parsed before rate limiting occurs. A malicious actor ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.