Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:C# language:Java language:Java is:unmerged

Filter by

44M results  (1 s)

44M results

💡 What: Tried replacing the multi-worker Promise closure allocation pattern (workerBlockedExecutors) with a consolidated deferred Promise array (workerBlockedPromises) in CaptureLoop.ts s actor model logic. ...

📝 Description Issue(s): #143 Adds a stub Campaign Settings menu so real settings can be slotted in cheaply later. A new Settings option in the footer s burger menu opens a masking modal with a sidebar ...

Bumps the npm-minor-patch group in /web with 7 updates: | Package | From | To | | --- | --- | --- | | react | 19.0.0 | 19.2.6 | | react-dom | 19.0.0 | 19.2.6 | | @phosphor-icons/react | 2.1.7 | 2.1.10 ...
dependencies
javascript

Vertical Slice — Phase 1: chat-RPC streaming dispatch (pure-core) Wires the user-visible chat request path that the engine slices (road-to-v1-0 Phases 5–14) never had: a streaming chatSend dispatch method ...

Summary Follow-up to #26. After making the Cartesia client fail loud, the next live attempt surfaced a different upstream rejection: ``` Cartesia TTS failed (400): only raw container is supported for ...

Findings + fixes from a full review of the system (code integrity, DB/RLS, secrets, server-action authorization). 🔴 CRITICAL — Profile privilege escalation (fixed) The profiles_update_self RLS policy ...

Dedicated one-issue/one-PR draft lane for #860.\n\nThis PR currently contains scaffold tracking only and will be updated with full implementation + test evidence before ready-for-review.\n\nRefs #860

Summary 18 integration tests for the unified-store env-gate ON path (#2426 Phase C+, Epic #2191). Tests the full wiring chain with mocked pg module but real factory/hook logic: Coverage | Area | Tests ...

Summary Creates src/server/utils/encryption.ts — a pure-function module with encrypt and decrypt using AES-256-GCM via Node.js built-in node:crypto. No new npm packages required. - encrypt(plaintext) ...