pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:Java language:JavaScript
Filter by
183M results
Summary
Added four new tabbed views to the project breakdown page.
Props View
- Aggregates all props across all scenes with usage counts
- Shows which scenes each prop appears in
- Sorted by frequency ...
Automated E2E test PR - will be cleaned up automatically

Dependabot ...
dependencies
python
Enrichment Grader — Run 31
No new problem class found → zero rule changes (SKILL.md UNTOUCHED).
Nothing merged in scope since run 30: origin/main HEAD is the run-30 grader PR #670, and the last enrichment ...
Remediacion de la Quality Gate del chat: (1) extrae la logica duplicada de QuantumChat/FloatingChat a chatShared.jsx
(baja duplicacion 3%), (2) endurece la regex de numeros contra ReDoS (cierra hotspots), ...
Summary
This PR adds artifact-specific renderers for the first design-time/control-plane artifact groups in the Agentic Artifact
Builder.
The app still uses the catalog-driven static builder UX, but ...
What
Brings the HF magi attention backend (model.attn_implementation=magi) to parity with the custom-model factory path
(model.backend.attn=magi): it now honors an arbitrary AttnMaskSpec (sequence packing ...
☝️Issue Number
- resolve #134
📝 작업 개요 (이 PR에서 무엇을 했나요?)
- GET /api/map/facilities, /api/map/points, /api/map/edges 신규 엔드포인트 생성 및 프론트엔드 HTTP 클라이언트 연결
- 기존 map_layer.py의 src/ 직접 의존성(KakaoClient, ...
Features
Add support of generic type for json method of fetch and request.
Example
import { request } from undici
const response = await request( URL )
const json = await response.body.json { data: ...