Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:HTML language:JavaScript

Filter by

212M results  (3 s)

212M results

Housekeeping: the STATUS.md Next-3 still described completed prod-readiness Phase 3/4 work. This retargets it at the current review-remediation reality (status map, #205 to finish P0-1, Workstream C as ...

Problem 3 consecutive nightlies lost to sustained Instantly 429s: the flat 3×65s retry dies ~3.2min into a storm, every lead pull fails, the 60m-timed-out fetch stage was DISCARDED whole, and core.email_message ...

This PR includes 2 changes: - An update to the deployment workflow, so that the dev branch deploys to dev environment. - A helper workflow to automate the syncing of dev branch with main. This new ...

🎨 Palette: Add ARIA labels to post action buttons 💡 What: Added dynamic aria-labels to the Like, Comment, Tip, and Bookmark buttons on posts, and wrapped their visual content (icons + counts) in aria-hidden= ...

[PR-as-Question-Prompt — HITL RATIFICATION REQUIRED] 🟠 What this is The dedicated ratification PR for the ADR-006 MVV touch — the ONLY change vehicle allowed for this edit per ADR-006 §Consequences (* ...

Bumps the tools group with 5 updates: | Package | From | To | | --- | --- | --- | | nodemon | 3.1.10 | 3.1.14 | | postcss-loader | 8.1.1 | 8.2.1 | | sass-embedded | 1.89.2 | 1.100.0 | | sass-loader | ...
dependencies
javascript

Implemented structured parsing for WAF logs before ingestion into the logging pipeline. - Added parser to extract key fields (timestamp, source IP, request URI, rule ID, action, severity) - Normalized ...

💡 What: Replaced an iterative loop that fired one SELECT query for every post in user_posts with a single, chunk-batched SELECT ... IN ... query inside delete_user_posts.py. 🎯 Why: To eliminate an N+1 ...