pullrequests Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:HTML
Filter by
208M results
test
!-- Macroscope s pull request summary starts here -- !-- Macroscope will only edit the content between these invisible
markers, and the markers themselves will not be visible in the GitHub rendered ...
Motivation
- Resolve a hard error group invalid_leksikon_place_ref where leksikon entries referenced a non-canonical place_id
gamlebyen by mapping it to the correct canonical place ID in data/places. ...
codex
Summary
Bridge-signage sync. AGENT_HANDOFF.md was stale (last revised 2026-06-02) — it still described #165 as open and CI as a
near-noop, which nearly mis-oriented this very mobile session. Docs-only, ...
AI Implementation Summary
Closes #88
Branch: 88/gpt-5.5-add-background-startup-mo-20260606-0625-pd3 Commits: ✅ Changes committed (a925d6a)
AI Processing Completed
Execution Details:
- Issue: #88 ...
gitfix
llm-codex-gpt55
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Pull Request Template
Summary
Two bugs fixed:
1. Face detection rejects valid faces — DETECTION_MIN_CONFIDENCE post-filter was 0.7 while MediaPipe s internal
threshold is 0.35, silently dropping ...
def bitStuffing(N, arr):
# Stores the stuffed array
brr = [0 for _ in range(30)]
# Variables to traverse arrays
k = 0
i = 0
j = 0
# Loop to traverse in the range [0, N)
while (i N):
# If the ...