Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:C# language:JavaScript language:HTML

Filter by

36.8M results  (3 s)

36.8M results

What Backend scaffolding for the hosted, multi-brewer version (roadmap Step 3 prep). No app code yet. - supabase/schema.sql — the data model encoding our decisions: - One shared brewery, stored ...

This change transforms the application into a mobile-friendly Progressive Web App (PWA). Key enhancements include: 1. Responsive UI: Added media queries to stack settings panels at the bottom of the ...

First-run positioning frame + surface Surprise Testing surfaced a positioning problem, not an interaction one: technical / motion-design users got it instantly, but non-motion-designers froze on a bunch ...

Summary - 運動カテゴリのログ画面に「歩数(任意)」入力欄を追加 - 今日画面・履歴画面で歩数をカンマ区切りで表示(例: 8,000歩) Test plan - [ ] 運動カテゴリを開く → 時間・距離の下に歩数フィールドがある - [ ] 歩数を入力して保存 → 今日画面に「8,000歩」のように表示される - [ ] 履歴画面でも歩数が表示される Generated ...

Summary Follow-up to #2. The page is live at /making-the-pieces-fit.html, but the clean URL https://puzzlerconsultingadvisory.com/making-the-pieces-fit returned 404 because this project has no Clean URLs ...

Root cause The sent quote is a PDF of rasterised JPEG pages (html2canvas → jsPDF). Each page is rendered by calling html2canvas() on an element inside a hidden iframe. html2canvas runs in the parent ...

What changed - Refactored localization logic to centralize internationalization helpers. - Updated imports to utilize the new shared i18n module. Why - Enhance the maintainability and scalability ...

Use promptType define with SystemMessagePromptTemplate so system prompt is properly passed to Gemini model. Generated by Claude Code