pullrequests Search Results · language:Edge language:Python language:PHP is:unmerged language:CSS language:Java language:HTML
Filter by
46.5M results
OpenCV doesn t accept .heic files so must convert them to png
New raw images that were taken today for testing. discard old
.heic - .png files are in data/processed/sp{i}
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-a06a
- Content commit: b281ac5
See docs/company/standups/2026-05-31.md on this branch.
What this does
Adds a /privacy route with a plain-language privacy notice and links it from the footer.
Changes
| File | Change |
| --- | --- |
| src/server/index.js | Adds GET /privacy route (inline ...
🛠️ Description of Changes
Fixes #460
Changes Made
- Added regression tests covering uninitialized runtime state scenarios
- Added validation for helper functions when state is None
- Added coverage ...
Automated test pull request
Summary
Continues the list-shaped placeholder cleanup (after #1246 template trick cleared the DR-pages + CSV exports loops). Six
analytic calculator pages had all four list fields (inputs, outputs, key_metrics, ...
Summary
ZipArchiver::extract() calls $zip- extractTo($destination) without first validating that every entry path inside the ZIP
archive stays within the intended destination directory.
A crafted ZIP ...
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-c6a1
- Content commit: 116e355
See docs/company/standups/2026-05-31.md on this branch.
Automated test pull request
Sequence.native triggered recursive _parse_children(recurse=True) traversal across nested Sequence/SequenceOf, which
could grow without practical bounds and hit recursion limits on deeply nested inputs. ...