Skip to content

pullrequests Search Results · language:Dune language:Python language:PHP language:JavaScript language:Python language:HTML

Filter by

189M results  (2 s)

189M results

Problem When switching ONNX models via the UI on a GPU machine, the new InferenceSession was created while the old one was still alive. Both sessions competed for the cuBLAS handle, causing: CUBLAS_STATUS_INTERNAL_ERROR ...

Summary First of two sessions for LIN-463 (Phase A.3 — field component). Adds the canonical field server component — the horizontal dim-label + value row that dispatch / proxy / settings each hand-rolled ...

Summary - P8-2: Restyle drift banner Accept button from underlined text link (text-yellow-700 underline) to pill-shaped button (bg-yellow-100 text-yellow-800 rounded font-medium) for better visibility. ...

Motivation - Reorganize the settings/profile UI for a clearer desktop layout and consistent mobile behavior by separating profile summary from settings content and simplifying the sidebar item visuals. ...
codex

邮件功能: - 后端: infra/email/ 存储层+预设(Gmail/QQ)+SMTP/IMAP客户端+MIME编解码 - 后端: routers/email.py 账号CRUD+SMTP验证+测试发信 - 后端: settings/connections 新增 email_connected 字段 - Agent: tools/email.py mega-tool, 11个action(收/发/搜索/标记/删除等) ...

Motivation - Enable Next.js dynamic app/runtime behavior by removing a static export configuration that forced a fully static build. - Eliminate a placeholder generateStaticParams in the incident ...
codex

What On /places/visits (GPS visit-review queue), add a wrong place? affordance to the main detail so you can correct the guessed place inline, then Confirm as normal. Previously the only ways to fix a ...

Closes #17 変更内容 - app/database.py を新規作成(SQLite接続・sourcesテーブル作成) - app/routers/sources_router.py を新規作成(ソース管理API) - app/main.py にsources_routerを登録・アプリ起動時にinit_db()を呼び出すよう修正 - .gitignore に uploads/ ...