pullrequests Search Results · language:Dune language:Python language:Java language:CSS language:JavaScript language:HTML
Filter by
216M results
Summary
- bridge-tmux/cmd/bridge/main.go (453 LOC) — bridge エントリポイント + on-demand セッション管理
実装内容
| コンポーネント | 概要 |
| --- | --- |
| SessionManager | Session を wrap、time.AfterFunc idle タイマー + mutex |
| ...
Summary
Fixes two content typos identified in the user-facing copy:
Changes
- src/components/sections/Amenities.js: Boat Docks Neaby → Boat Docks Nearby
- src/components/sections/Faq.js: What school ...
Summary
Fixes invalid CSS in the Navbar component where padding: 16px 1000; has a unitless value, causing the browser to
silently discard the entire declaration.
Change
- padding: 16px 1000; → padding: ...
This pull request adds a comprehensive analysis document detailing feature importance, model error diagnostics,
limitations, and conclusions for the S P 500 volatility prediction model. The document provides ...
What
Make the desktop composer message queue actually work like Cursor s, and stop it from shoving the chat around.
The queue felt dumb — double-enter clunked, single non-queue messages could get interrupted, ...