pullrequests Search Results · language:Dune language:JavaScript language:Java language:Python language:JavaScript language:Python
Filter by
183M results
Summary
- persist /api/sessions/:id/chat/stream run metadata and SSE events in the existing API response store
- expose GET /api/sessions/:id/active-run and GET /api/session-runs/:run_id/events?after=N ...
Summary
Hotfix for the blank loading screen introduced by PR #131.
Root cause: PR #131 wrote Unicode curly/smart quotes (U+201C / U+201D ) as the JavaScript string delimiters in all 10
lookupGlossary ...
背景
iOS 端对标 Android:① 修「输入 PIN 码闪退」 ② 去中心化社交功能对齐。
① PIN 闪退修复(关键)
根因 = CoreDatabase/DatabaseManager.open() 把整个函数体包在串行 queue.sync,内部 runMigrations() → 公开 execute()/queryOne() 又各自
queue.sync → 同串行队列重入 sync ...
What
Ships hand-written TypeScript declarations so eslint-config-agent is typed for consumers, including those who author
their flat config in TypeScript (eslint.config.ts).
- New .d.ts for every entry ...
Motivation
- 회원앱에서 대표가 직접 작성한 개인 맞춤 루틴을 회원에게 공개하고, 매일 추천하는 기능 운동(오늘의 컨디셔닝)을 표시하여 회원이 바로 따라할 수 있게 하기 위함.
- 관리자앱에서 루틴을 빠르게 작성·임시저장·전송(publish)하고, 최근 수업 기록을 기반으로 세트/중량/횟수를 자동 채우도록 하여 입력 편의성을 높이기 위함. ...
codex
Automated update of Open API spec and Fern Code after running ./scripts/generate_openapi.sh
Closes gh-19342
The OIDC provider configuration endpoint only matched the path-append multi-issuer discovery form
(/{issuer}/.well-known/openid-configuration). This adds the matching path-insertion form ...
Problem
get_embedding_matrix / get_embedding_submatrix held the global _state_lock across the _stack_embeddings (N, D) numpy
build. On a cache miss -- and on every call of the multi-embedder named path, ...
The AI agent has been completely reconfigured. We addressed missing module bugs with SMC, fixed lookahead biases,
established Kraken MTF historical ingestion instead of Binance, switched API calls strictly ...
This PR refactors the initialization and positioning of the TOUR panel code to ensure all variables are assigned before
use and adds a cleanup function for tour state.
- Variable used before assignment: ...