pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:C# language:Java
Filter by
195M results
1. 기본 원칙
- 초기 시작 시 유저 동기부여를 위해 기본 100 XP를 지급하고 시작
- 한 챕터를 완료하면 50xp 지급
- 힌트 사용, 정답 공개 누를 때 마다 5xp 씩 차감
2. 힌트 사용/ 정답 공개에 따른 xp 차감
- 각 문제 당 힌트는 2개씩 있음. 힌트 1개씩 쓸 때마다 5xp씩 바로바로 차감
- 힌트를 다 쓰고도 ...
What
Two CI-workflow hardening changes to .github/workflows/ci.yml:
1. ci-gate: fail on skipped jobs too. The aggregate ci-gate job (the single required status check) already failed on
failure and ...
Summary
- Add an AI backend model settings section in the sidebar.
- Keep default image mode as Prompt only (0 cost) so no image API is called unless the user explicitly clicks a
per-post button. ...
Summary
Adds the latest GPT-5.5 model family (released April 2026) to the OpenAI model dropdown in Streamlit:
- gpt-5.5 — flagship model, best for agentic coding and complex tasks ($5/$30 per 1M tokens) ...
💡 개요
- 주문, 정산 컨슈머 구현
🛠️ 작업 내용
경매 이벤트 컨슈머 (AuctionEventConsumer)
- auction.ended: 주문 생성 - 주문 생성 완료 이벤트 발행 - 낙찰자/패찰자 알림 구현
- auction.buyout.completed: 구매자/판매자 + 이전 최고 입찰자 알림 구현
결제 이벤트 컨슈머 (PaymentEventConsumer ...
enhancement