pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:PHP language:Java language:Java
Filter by
50.9M results
Notebook PR1 — core format + daemon service
First PR of the Notebook epic (durable, profile-wide, filesystem-canonical markdown memory). Targets the integration
branch feat/chifplace. Plan: docs/plans/2026-06-13-notebook.md. ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Removes esbuild. It s no longer used after updating ancestor dependencies esbuild, @vitejs/plugin-react and vite. These
dependencies need to be updated together.
Removes esbuild
Updates @vitejs/plugin-react ...
dependencies
javascript
Bumps the dev-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @types/node | 25.9.1 | 25.9.3 |
| eslint | 10.4.1 | 10.5.0 |
| happy-dom | 20.9.0 | 20.10.3 ...
dependencies
javascript
- Added a customer review system allowing users to submit ratings and feedback.
- Implemented a centralized admin dashboard for managing and moderating customer reviews.
v0 Session
v0
Summary
User flagged a regression: §The Honest Trade-off / Volatility opportunity — or lag? calculator was rendering only its
static fallback HTML on production — no sliders, no chart, no decomposition, ...
This PR addresses an issue where event fliers were not being matched to segments when HTML bounds discovery failed. It
leverages the existing segment lines as a fallback for OCR text similarity matching, ...
Addresses the reported sluggishness. Measured, regression-free.
Changes
- Bundle code-split (vite.config.ts manualChunks): single 7.25 MB chunk → babylon-core 6.7 MB + babylon-loaders 263 KB
+ ...
Summary
- Add SearchController: GET /search/posts with optional auth, q param, pagination
- Delegates to PostApplicationService.searchPosts using native ILIKE queries with pg_trgm GIN index