issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:JavaScript language:PHP
Filter by
5.7M results
Automated quality housekeeping sweep for tubetrend (Vite + React 19 + TypeScript SPA).
Stack / Tooling-Status
| Tool | Configured | Verification |
| --- | --- | --- |
| Formatter (Prettier) | yes | format:check ...
chore
housekeeping
quality
Description
The .gitignore correctly excludes .turbo/ (Turborepo s cache directory with large build artifacts), but .dockerignore
does not. This means Docker build context includes unnecessary cache files, ...
gssoc:approved
Description
The project uses Prettier with tabWidth: 4, and all JSON files (package.json, tsconfig.json, messages/*.json)
use 4-space indentation. However, .editorconfig specifies indent_size = 2 for ...
gssoc:approved
Description
The English locale file uses British spelling Analyse instead of American English Analyze . Since the project primarily
uses American English, this should be consistent.
Changes
- Change ...
gssoc:approved
Description
In src/services/distributed_lock_manager.py, line 59 declares self.l1_lock: Dict[str, LFUNode] = {} but line 62
immediately overwrites it with self.l1_lock = threading.RLock(). The dict initialization ...
gssoc:approved
概要
パッケージマネージャーを npm から pnpm に移行する。
作業内容
- pnpm import で package-lock.json を pnpm-lock.yaml に変換
- package-lock.json と node_modules を削除
- pnpm install で依存関係を再インストール
- .gitignore に pnpm-lock.yaml ...
Description
The file src/services/distributed_lock_manager.py imports json, hashlib, and OrderedDict but none of these are used
anywhere in the file. Removing them cleans up the code and avoids lint warnings. ...
gssoc:approved
Two small doc gaps found during self-maintenance triage.
1. Typo: Opus 4.6 in architecture diagram
README.md line ~117 (CONTEMPLATION box in the ASCII diagram) says Opus 4.6 but the correct model is ...
Found by the live tier-aware sampling run (#140)
The first tier-routed live run (research node → nemotron-3-ultra-free, a 550B model) failed at exactly ~60s
(wallClockMs: 60078):
executor_failed: node ...
review-finding
security
Description
Language message files for Kashmiri (ks), Maithili (mai), and Sanskrit (sa) exist in apps/web/messages/ but are not
registered in the routing configuration. This means these locales can never ...
gssoc:approved

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.