pullrequests Search Results · language:B4X language:C++ language:JavaScript language:JavaScript language:CSS
Filter by
115M results
name: backend-API-Miguel about: Feature title: add admin authorization to locations route and export error creation functions labels: Feature assignees: Miguel
Type of PR
- [ ] Data-Generation
- ...
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
| --- | --- | --- | --- | --- |
| adhtruong/mirrors-typos | repository | patch | v1.46.2 → v1.46.3 | v1.47.0 |
| ...
dependencies
pre-commit
Addresses quality gate issues from #1.
This PR was created because the Quality Gate failed on #1.
This pull request addresses identified code quality concerns to improve overall code health and maintainability. ...
This PR was created because a team member assigned these issues to the Remediation Agent.
Refactored src/cowboy.js to address 19 SonarQube findings including replacing var declarations with let/const, ...
manual-remediation
Description
This PR introduces lightweight order utility endpoints to support quick order validation and summary retrieval without
fetching complete order records.
Changes Made
- Added checkOrderExists ...
The GameCube-side rumble worked, but the device never advertised rumble over USB so the host had no way to trigger it.
This reworks the USB side to fix that.
- Switch to the Adafruit TinyUSB stack to ...
Two repo-hygiene fixes flagged during the distribution sprint:
1. .gitattributes (* text=auto eol=lf) — generator emits LF, so Windows checkouts got CRLF and every npm run build
showed phantom drift ...
Description
Harden low-level transfer guards to prevent operations with invalid inputs. This change improves robustness by logging
warnings and returning false for null framebuffers, invalid dimensions, ...