pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:HTML language:Java
Filter by
155M results
Summary
Adds a Business/Work spending category.
- New Business/Work category in categorizer.js, with keyword rules for common work expenses (office supplies/Staples,
FedEx/UPS/postage, LinkedIn/Indeed, ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
The site felt sluggish because several effects ran continuously in the background — canvas particle loops, cursor glow
tracking, mouse parallax, and infinite ...
Summary
Adds a mesh-level task board so agent A can assign a durable task to a peer B under ask mode. B picks it up in its own
interactive claude session (surfaced at session start), works it with the ...
Summary
Fixes the I didn t hear any music issue. The generative score was working, but pitched too low to hear on typical
speakers and mixed too quietly.
Root cause
- The exploration drone sat around ...
Bumps @vitest/browser from 4.1.7 to 4.1.8. details summary Release notes /summary p em Sourced from a href=
https://github.com/vitest-dev/vitest/releases @vitest/browser s releases /a . /em /p blockquote ...
area/frontend
dependency-upgrade
功能
- 系统设置 → 维护 →「立即更新本机」:POST /admin/self-update(admin)→ 后台 detached 跑 update.sh(center 路径) → 容器自重启为新版本。
- 节点管理 → 每行「更新」:POST /nodes/ id /update → 置 nodes.pending_update → agent 下次 GET /agent/tasks ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| org.graalvm.buildtools.native | 1.1.1 → 1.1.2 | age | confidence |
Release Notes
details summary ...
dependency-update
Added Google Analytics tracking to _quarto.yml along with the express cookie consent to ensure GDPR compliance as
requested.
PR created automatically by Jules for task 7459745472854469792 started by @viswaduttp ...
Problem
When using @AndroidEntryPoint on a class (e.g., a Service, Activity, or BroadcastReceiver) with R8 full mode enabled
(ndroid.enableR8.fullMode=true), the app crashes at runtime with:
java.lang.RuntimeException: ...
Summary
Sidebar logo was still appearing small because width:auto let the browser size it by height only. Switched to a
width-first approach:
- Sidebar — width:100%; height:auto; max-height:120px → ...