issues Search Results · language:Edge language:Python linked:pr language:Java language:JavaScript language:HTML language:C#
Filter by
7M results
The shared Card component currently only accepts title and children. It cannot forward common section attributes like
id, className, aria-label, data attributes, or custom style, which limits accessibility ...
The shared Button component currently only accepts children. It cannot forward common native button props like onClick,
disabled, aria-label, style, or type, and it also omits a default type. Inside forms, ...
createNotification currently returns the same object reference that is stored by the notification service. If a caller
mutates the returned value, it can accidentally change the in-memory notification ...
sendMessage currently returns the same object reference that is stored by the message service. If a caller mutates the
returned value, it can accidentally change the in-memory message state without going ...
createReview currently returns the same object reference that is stored by the review service. If a caller mutates the
returned value, it can accidentally change the in-memory review state without going ...
createProposal currently returns the same object reference that is stored by the proposal service. If a caller mutates
the returned value, it can accidentally change the in-memory proposal state without ...
Action: fix Target: Centralize auth_overwrite_role_on_login guard in IAuthProvider base class so OIDC, Google, and
GitHub OAuth providers inherit protection automatically, and broaden _CONTROL_CHARS_RE ...
kaizen:running
Problem
Users with RTX 50xx GPUs (compute capability 12.0 / sm_120) hit CUDA error: no kernel image is available for execution
on the device when running diarization. The PyTorch image used after PR #181 ...
bug
當使用者 role 為 viewer 時,Export 按鈕不應該顯示。
Current behavior: Export 按鈕對所有使用者顯示,點擊後會導向錯誤(viewer 無權限匯出)。
Expected behavior: Viewer 使用者看不到 Export 按鈕(或顯示為 disabled)。
Context:
- Viewer role 只有唯讀權限,無法進行匯出操作 ...
The input when researching brands takes a bit too long to trigger (debounce is 1000ms) we should probably make it 400ms.
enhancement

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.