issues Search Results · language:Dune language:TypeScript language:TypeScript is:public language:JavaScript linked:pr
Filter by
5.1M results
On https://www.aaron-gustafson.com/notebook/links/artificial-intelligence-has-one-chance-to-get-accessibility-right/ the
screenshot thumbnail isn t showing anything. I think it s an issue with the image ...
Summary
The committed parser is generated at ABI 15 (src/parser.c:9 → #define LANGUAGE_VERSION 15), but every advertised runtime
floor maxes out at ABI 14, so consumers installing the published packages ...
bug
documentation
Bug
The /api/users creation path accepts arbitrary request bodies and forwards them directly to createUser.
The service currently builds the user object as { id: generated, ...payload }, so a caller ...
Description
fetchAndSetPermissions in packages/react/src/hooks/useFetchChatData.js is meant to skip re-applying permissions when
they haven t changed. It guards the work with:
if (
!permissionsRef.current ...
Describe the bug
When unauthenticated users visit /admin, they are redirected to /unauthorized showing Access Denied instead of /login.
To Reproduce
1. Open app without logging in
2. Navigate to /admin ...
bug
Description
The AI recommendations endpoint (api/ai-recommendations.js) maintains a per-user rate limit via a module-level Map
(line 44). Unlike the other rate-limited endpoints (leaderboard.js, send-email.js, ...
Description
In api/auth/login.js, findUserByUsernameOrEmail (lines 59-73) iterates over every entry in the users Map to find a
matching user. The Map is keyed by email, so email-based lookups should be ...
Description
In api/middleware/auth.js at line 64, when the JWT contains only a userId (no email claim), the middleware falls back to
a full Map scan to verify the user still exists:
if (userEmail || ...
Description
Same bug as #5480 but in api/auth/signup.js. At line 148, corsResponse is called with the wrong argument order. The
function signature is corsResponse(req, res, status, data), but the call ...
概要
現在、FindOptimalSplitUseCase が動的計画法(DP)の内部実装(キャッシュ構造やインデックス計算など)に強く依存しており、抽象化の漏出が発生している。 今後の保守性向上とアルゴリズムの拡張(例:
ダイクストラ法など別手法への差し替え)に備え、最適化ロジックを別パッケージに切り出し、依存性逆転の原則を適用したアーキテクチャへリファクタリングを行う。
課題
- ユースケース層がアルゴリズムの詳細を知ってしまっている(密結合)。 ...

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.