issues Search Results · language:Dune language:Python language:TypeScript language:JavaScript language:Java language:CSS
Filter by
72.4M results
Type: b Bug /b
1. Start SSH-agent and start an SSH remote connection. No passphrase should be prompted and VSCode should connect to
the host directly
2. killall -9 sshd-session
3. A few seconds ...
Sandbox test-exec for fleet-proposed changes (P1-0 child of #2802)
Parent: #2802 (P1-0 fleet context-access layer). Phase-0 source: #2792 (D13).
Problem
The fleet context dogfood loop (#2815/#2817/#2823/#2831) ...
area:scripts
lane:code-change
priority:P1
role:collaborator
status:in-progress
type:task
Follow-up to kelp/gale#28 (closed). The gale-side fix is merged (gale#36): gale s build env now exports M4 from a
dependency s bin so meson custom-command subprocesses (flex → exec m4) can find it. But ...
Summary
!-- One-sentence description of the bug --
Severity
!-- Choose one: Critical (blocking) | High (significant impact) | Medium | Low (cosmetic) -- Severity:
Expected Behavior
!-- What should ...
bug
Problem
src/content-all.ts re-runs setup() on every chrome.storage.onChanged event:
chrome.storage.onChanged.addListener(() = {
setup().catch(printError);
});
Every storage change makes all frames ...
enhancement
Problem
The input focus action handler in src/content-all/action-handlers.ts calls target.showPicker() unconditionally:
async handle(target: HTMLInputElement) {
target.focus();
await nextAnimationFrame(); ...
enhancement
Bug
openlibrary/core/db.py contains Python 2-style multi-exception syntax that is a SyntaxError in Python 3:
# Line 52, 89, 121, 136 in openlibrary/core/db.py
except UniqueViolation, IntegrityError: ...
ツール: Semgrep
影響ファイル: 1件 (wildcard-cors)
問題: allow_origins=[ * ] はすべてのオリジンからのリクエストを許可する。認証cookieと組み合わせるとCSRF攻撃が成立しうる。
bug
Effort estimate (hours)
No response
Description
Currently each Observation displays the Observations ID and patient s full name There are 3 ID s defined when a new
Patient is created Patient ID and ...
triage
概要
ハッシュマップを古い形式で定義している箇所があります。これを新しい形式に書き換えてください。
例
古い形式
Map String, String oldMap = new HashMap String, String ();
新しい形式
Map String, String newMap = new HashMap ();

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.