pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:JavaScript
Filter by
213M results
Bumps the npm_and_yarn group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| vite | 6.4.1 | 8.1.0 |
| vitest | 3.0.7 | 4.1.9 |
| form-data | 4.0.4 | 4.0.6 |
| js-yaml ...
dependencies
javascript
What
Batch 5 of the catalog JS → TypeScript stack (qhq-ouqv). Converts the website presentation tier (28 modules) — a largely
self-contained cluster: backgrounds, components (Bullet, DotPagination, Videos, ...
Summary
Across 11 files, catch blocks were silently swallowing errors — making debugging invisible in browser dev-tools and CI
logs. This PR adds console.warn to every previously-silent handler and fixes ...
Adds subtle pointer-driven parallax to the home page grid backdrop. A rAF-throttled pointermove listener nudges the grid
up to 12px toward the cursor via GPU translate3d. A base scale(1.04) keeps the grid ...
What why
In the per-topic analysis popup, emphasis words showed up with literal asterisks — e.g. * you would likely *oppose* *.
The model wraps emphasis in single/double asterisks, and the previous ...
Motivation
- Prevent temp channel flow from throwing when TeamSpeak does not report channelFlagPassword, which caused user-facing
errors and lobby-scan retries that hit rate limits.
- Ensure temporary ...
codex
What
Enriches the Oracle Usage → Recent Calls admin table. The stats API (oracle-stats / oracleStats.ts) already selects
these fields; the UI was dropping them. Pure frontend change — no schema, no migration, ...
Dependabot reported 52 open advisories — but all but 3 are development-scope, and 0 reach the production runtime (pnpm
audit --prod stays clean; the CI security-audit job is green).
Root cause of the ...