issues Search Results · language:Edge language:Python linked:pr language:Java language:Python language:JavaScript linked:pr
Filter by
5.8M results
Describe the bug
Summary
The production build fails because react-virtualized-auto-sizer is imported as a default export, but the installed
package version does not provide a default export.
Current ...
bug
Part of umbrella #70 (native sub-issue).
Purpose
Perform the first legal cycle-over-cycle comparison: re-run all five audits with identical commands at a pinned --until,
compare windowed-to-windowed ...
area:claude-docs
flow-pack
phase:release
type:epic
Summary
- #1324 repaired retry sweep 후보 listening package 작성
- top2 per progression 후보 8개를 단일 review package로 복사
- review input template 작성
- quality claim false 유지
Context
- #1324 repaired ...
背景
セキュリティ監査で指摘された low 重要度の境界仕様不明確化。
Masker._mask_value (engine.py:159-161) の判定は depth self._max_json_depth なので、max_json_depth=N のとき depth 0..N の合計 N+1
段まで処理される。docstring は「ネスト深度が max_json_depth(デフォルト ...
core
test
背景
パフォーマンスレビューで指摘された medium 重要度の盲点。
既存ベンチは Masker.mask(Placeholder)、recognizer 単体、_replace_spans、Vault.restore の 4 系統のみ。未計測な箇所:
1. mask_json の dict/list 再帰アロケーション(大規模 JSON ペイロード)
2. _resolve_overlaps ...
bench
performance
Describe the bug
NotificationContext passes its value directly as a plain object literal to NotificationContext.Provider value={{ ... }}.
Since a new object is created on every render, React cannot short-circuit ...
bug
背景
パフォーマンスレビューで指摘された medium 重要度の lock contention 問題。
VaultStrategy.mask は entity ごとに vault.assign を呼び、新規 surface が k 個あれば k 回 lock 取得 → 採番 → dict 更新。Uvicorn の thread pool
で複数リクエストが同時に miss を踏むと、lock ...
core
performance
背景
パフォーマンスレビューで指摘された medium 重要度の二次的計算量問題。
engine.py:_resolve_overlaps (L197-212) は採用済み spans を毎候補ごとに線形スキャンする O(n²)。bench_masker.py の 1/4/16KB ケースは PII
が疎で顕在化しないが、NER 有効 + 長文で entity 数が数百〜数千に増えると効いてくる。 ...
core
performance
背景
リファクタリングレビューで指摘された medium / low 重要度の小さな改善を 1 つの PR にまとめる。
改善項目
MEDIUM: MaskResult.mapping のデフォルト値を MappingProxyType に
- src/fuseji/types.py:54: field(default_factory=dict) を MappingProxyType({}) ...
refactor

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.