pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:Python language:TypeScript
Filter by
193M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| prometheus-fastapi-instrumentator | ==7.1.0 → ==8.0.0 | age | confidence |
Release Notes
details ...
관련 이슈
Closes #64
변경 사항
1. Framer Motion 라이브러리 도입 및 모션 시스템 구축
- 페이지 진입 시 요소들이 순차적으로 등장하는 stagger 입장 애니메이션을 구현했습니다. (헤더 → 뱃지 → 타이틀 → 설명 → 카드 → 버튼 순)
- 배경에 독립적인 속도로 유기적으로 움직이는 3개의 그라디언트 오브(Orb) ...
Automated test pull request
…al configurations, dependencies, and initial structure for controllers, services, entities, and exception handling.
Imports Sweet Fork Gallery Batch 01 into the Supabase-backed media architecture. Includes 20 media assets, 40 media
assignments, manifest documentation, and updated HANDOFF.md verification notes.
Automated test for staging environment with private endpoints
!-- li-agent -- Swarm run: world_studio_builder-63762697 | Agent: world_studio_builder
Agent deliverable
- [x] Branch pushed and PR opened (not draft)
- [x] CI triggered on PR
- [x] Tests added ...
💡 개요 (Outline)
!-- 기능 개발의 개요이나 해결하려는 문제 상황을 기술해주세요. --
🛠️ 주요 변경 사항 (Key Changes)
기존 로직은 이랬었는데 사이에 에러 응답이 온 경우 따로 파싱 가능하도록 하고
JsonNode errorNode = root.path( error );
if (!errorNode.isMissingNode()) ...