issues Search Results · language:Dune language:Python language:JavaScript language:Java linked:pr language:Java
Filter by
5.7M results
Summary
Running tests (uv run python -m pytest) causes 19 test failures with 429 TOO MANY REQUESTS because the Flask-Limiter
rate limiter (50 per hour) is exhausted during test execution.
Root Cause ...
bug
Summary
The server intermittently freezes and MCP tool calls fail with:
Error: request to Ormah server timed out after 30s while running tool remember
The failures are frequent (correlated with indexing) ...
관련 키 / 참고 링크
- 트래킹 키: NF-55
- 관련 PR / 문서:
- PR: #116
목적 (Why)
무엇을 추가/변경하나?
- 프로덕션 APK 앱 심사를 위해 고정 reviewer 계정의 JWT 토큰을 발급하는 API를 추가합니다.
- 프론트에서는 로고 N번 탭 같은 숨겨진 진입점에서 해당 API를 호출해 심사용 로그인 ...
작업 배경
- 프론트와 B안으로 합의한 백그라운드 알림 처리를 백엔드에 반영합니다.
- 알림 DB 저장은 유지하고, active FCM token 대상에게 FCM을 발송합니다.
구현 범위
- Firebase Admin SDK / FCM 발송 설정 추가
- 유저별 FCM token 등록 API 추가: POST /api/v1/push-tokens ...
eladmin-mp ships the same sanitizeJdbcUrl as eladmin, so the JDBC URL blocklist bypass that leads to authenticated
arbitrary file read applies here too.
https://github.com/elunez/eladmin-mp/blob/710fab6045fd8309129ab107a7a276d284570abf/eladmin/eladmin-system/src/main/java/me/zhengjie/modules/maint/util/SqlUtils.java#L206-L228 ...
Goal
Update node_lifecycle.py to explicitly log the PR URL during the reflect phase to prevent Agent PR conflation.
Changes
TBD
Pre-Requisites
TBD
Post-Requisites
TBD
Depends On
TBD
backlog
🚀 이슈 유형
- [ ] 기능 추가
- [x] 버그 수정
- [ ] 리팩토링
- [ ] 기타 (설명 추가)
✨ 기능
- 어떤 기능을 구현할지 간단히 작성해주세요.
- 히스토리 조회 시 새로 생성한 습관이 과거 날짜에 노출되는 문제 수정
- 습관 삭제 후 히스토리에서 해당 날짜 기록이 사라지는 문제 수정
- 삭제된 습관의 체크인이 ...
问题
_query_text() 在 evaluate JS 中使用了可选链 ?.:
async def _query_text(self, selector: str) - Optional[str]:
try:
result = await self.tab.evaluate(
f (document.querySelector( {selector} ...
问题
crawl_user() 方法不接受 max_articles 参数,始终从 config.yaml 读取默认值:
# scripts/crawler_nodriver.py
async def crawl_user(self, user_id: str) - List[dict]:
result = await self._crawl_one_user(
account, ...
Objective
Resolve semantic-release failure in GitHub Actions caused by missing conventionalcommits preset module dependency while
preserving current release behavior.
Task list
- [ ] Add missing devDependency: ...
released

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.