issues Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML linked:pr
Filter by
6.2M results
refactor YM2149 2mhz freq with SYSTEM_CRYSTAL / 16 make it configurable with PAL being the default.
double SYSTEM_CRYSTAL_PAL = 32_084_988 double SYSTEM_CRYSTAL_NTSC = 32_042_440 double YM2149_F_MASTER_PAL ...
問題
necst の Dockerfile では COPY . $ROS2_WS/src/necst/ でソースを入れているため、コンテナ実行時に git pull が認証を求める。
necst-msgs は git clone しているため同問題は起きない。
修正方針
COPY を git clone に変える。necst はパブリックリポジトリなので認証不要でクローンできる。
トレードオフ ...
🧼 리팩터링 설명
- 기존에는 스윕 실패 사유 저장 없이 FAILED 상태만 전달했으나 실패 사유 저장이 필요하다 생각하여 필드를 추가합니다.
📋 할일
- [ ] 스윕 실패 사유 저장
📝 기타
♻️ Refactor
提供一个方案, 用于同步两个数据库的内容(单向), 这两个数据库可能是运行在不同的服务器上, 他们的结果有很多重合(但是id可能不一致, 条目(time,log等)一致. 由web上发起功能.
Describe the bug
Bug Report
Description
AdminDashboard.js imports Link from react-router-dom alongside useNavigate, Navigate, and useLocation. However Link is
never referenced anywhere in the component. ...
bug
🧼 리팩터링 설명
- 기존에는 스윕 실패 사유 저장 없이 FAILED 상태만 전달했으나 실패 사유 저장이 필요하다 생각하여 필드를 추가합니다.
📋 할일
- [ ] 스윕 실패 사유 저장
📝 기타
♻️ Refactor
背景
メッセージ入力欄の「絵文字(モック)」ボタンは固定絵文字を1つ挿入するだけ。実際の絵文字ピッカーになっていない。
既に emoji-picker-react が依存に入っているが未配線(この用途のために追加されたが未使用)。
対応
- EmojiPickerPopover を新規作成。emoji-picker-react を next/bin dynamic(ssr:false)で遅延ロードし、初期バンドルを汚さない ...
enhancement
fix(gateway): require allowlists before adapter dispatch
Severity Assessment
CVSS Assessment
| Metric | v3.1 | v4.0 |
| --- | --- | --- |
| Score | 10.0 / 10.0 | 10.0 / 10.0 |
| Severity | Critical ...
Description
The GetSearchParameters charts validator can reference local variables before assignment when the charts parameter is
omitted or already provided in a structured format.
As a result, certain ...
Symptom
The nightly extract_event_transcripts run reports a persistent Errors: 1 from one meeting:
extractor failed for ocd-event/8ef8bb9c-c787-4d18-8622-5793e514d7c4
...
requests.exceptions.HTTPError: ...
type/bug

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.