issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:CSS linked:pr
Filter by
4.5M results
Goal
Prevent transient product-catalog service failures from breaking product reviews functionality in production, improving
service resiliency.
Context
Target service: product-reviews (Python, src/product-reviews/ ...
engineering
status:blocked
问题
README 声明了 MIT License,但根目录没有 LICENSE 文件。没有 LICENSE 文件的仓库在法律上是 All Rights Reserved ,其他人无法合法使用。
修复方案
在根目录创建 LICENSE 文件,写入 MIT License 全文,版权信息使用 Copyright (c) 2026 lennney。
documentation
good first issue
问题
项目根目录缺少 .gitignore,以下文件可能被误提交:
- __pycache__/、*.pyc(Python 缓存)
- .venv/、venv/(虚拟环境)
- node_modules/(前端依赖)
- .env、.env.local(密钥文件)
- *.egg-info/(打包产物)
- .ruff_cache/(linter 缓存)
- dist/、build/(构建产物) ...
enhancement
good first issue
问题
pipeline.py:5、streaming.py:7、api/__init__.py:13 中存在 timezone 重复导入:
from datetime import datetime, timezone, timezone # timezone 导入了两次
影响
不影响运行,但代码不规范,ruff 可能会报 warning。
修复方案
删除重复的 timezone:
...
bug
good first issue
Problem
Every in-repo app deploy on Railway has failed since PR #404 (the editor/wrapper package reorg). All four services
(@webjsdev/{website,docs,example-blog,ui-website}) are FAILED; the last green ...
bug
Write a class named Employee that holds the following data about an employee in attributes: name, ID number, department,
and job title.
Once you have written the class, write a program that creates three ...
enhancement
good first issue
Parent epic: #762
Spec: specs/762_rust_migration_and_ruggedization.md Artifacts: specs/762_stage5_artifacts/cutover_scope.md,
specs/762_stage5_artifacts/gate_matrix.md, specs/762_stage2_artifacts/cli_manifest.md, ...
Summary
Enhance the NestJS generator to produce a fully runnable backend project out-of-the-box.
Currently, the generator produces valid NestJS source code, but the output still requires manual setup ...
enhancement
Parent bounty: #743
Bug
GET /api/auth/oauth/:provider/callback currently returns a successful callback-received response for unsupported OAuth
provider names and for callbacks that do not include a usable ...
💥 이슈 설명
기획서는 마인크래프트와 무관한 질문 → 관련 질문 요청 안내 후 종료 인데, 현재는 general 도메인이 비마크 질문( 제철과일 뭐야? )을 일반 LLM처럼 답해버린다(responder.py의 general
분기). 분류기(query_analyzer)가 비마크 정보성 질문을 general로 흘려보내는 게 원인.
분류 기준을 강화해 비마크 ...

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.