pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Python is:public
Filter by
181M results
- logger.py: move import logging.handlers to top — was used before import causing AttributeError crash
- ports.py: call _port_open() once per entry instead of twice (halves TCP probe latency)
- main.py: ...
Summary
- add group semantics to the shared ritual summary wrappers
- align the Bloom Token summary wrapper with the same summary-group pattern
- keep the change scoped to semantic markup only
...
Root cause
affiliatePayoutSweep.py sleeps 120 seconds at startup, then calls _check_threshold_payouts and _run_age_sweep. Both were
declared async def but contained only synchronous blocking code — psycopg2 ...
!--
코드 리뷰 팁
- 코드와 관련된 질문이 있다면, PR 본문에 적기 보다는 해당 코드를 선택하고 코멘트를 남겨주세요.
- 참고: Adding comments to a pull request
--
체크 리스트
- [x] 미션의 필수 요구사항을 모두 구현했나요?
- [x] Gradle test를 실행했을 때, 모든 테스트가 정상적으로 ...
What why
Three improvements to the Local LLM Playground:
1. Live streaming output (Ollama / LM Studio)
The server already streamed tokens from the model internally but only returned the full blob ...