pullrequests Search Results · language:Dune language:Python language:CSS language:JavaScript language:PHP language:Java
Filter by
45.3M results
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours
[pullrequest] requests per hour: 60 target branch: main
...
What
Adds seomate gather --domain site , the deterministic data-collection half of the agent-driven audit. A fresh Claude
session can now audit any domain without re-deriving which sources are reachable ...
Motivation
- Make AG-77B Controller-owned arbitration posture visible to Controller / AnswerContract runtime traces without
changing final-answer prose, Author exposure, citation behavior, prompts, ...
codex
Hotfix for the live 500s after PR #13. django-cotton expects cotton/theme_toggle.html for a c-theme-toggle / tag (kebab
→ snake at file lookup); PR #13 created hyphenated filenames so every component lookup ...
Bug and impact
On the remittance page hero slider (/services/remittance/), slides 2 and 3 often appeared with no background image after
autoplay. Only the first slide reliably showed its hero image.
...
Summary
- Adds Dockerfile — multi-stage build: Vite build with ARG-injected env vars, then nginx:alpine to serve dist
- Adds nginx.conf — serves React SPA, proxies /api/ to sdcms_backend:5000
- ...
WS1 Phase 1 — Gemini Native-Video Analysis Engine (behind dormant flag, mocked tests)
Branch: ws1/phase1-gemini-engine (based on main @ Phase 0 merge 0b5e6ec).
Behavior change at the default flag (analysis_provider=openai): ...
Summary
- Moves PrimordialWebApp method groups into bounded web mixin modules while preserving the public app composition
point.
- Moves WebResponse into primordial/core/web/responses.py and re-exports ...
Summary
- Added a Japanese deep-dive post: 2026-06-01-codex-goal-runtime
- Reads the new OpenAI Codex Goal extension stack as runtime support for long-running agent work, not a simple TODO
feature. ...
알고리즘 분류
number theory, sieve of eratosthenes
풀이 방법
에라토스테네스의 체로 소수의 갯수를 구한다.
문제 링크
https://school.programmers.co.kr/learn/courses/30/lessons/12921
Number Theory
Sieve of Eratosthenes