Skip to content

pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Go language:JavaScript

Filter by

144M results  (2 s)

144M results

Evolves the concurrent/spawn surface into the proper structured-concurrency shape: tasks are joined with await inside the block, and the whole thing desugars to a single scoped block so the synthetic reactor/task/result ...

Automated WhatsApp Web version update. This PR updates the WhatsApp Web client revision to the latest version fetched from web.whatsapp.com. Files updated: - src/Defaults/baileys-version.json - ...

Bug Connecting to the Beacon SSE stream (GET /api/v1/beacon?token=…) returned 500 ( streaming unsupported ), breaking cross-device live updates. Spotted on the dev instance. Cause withLogging s statusRecorder ...

Phase 6b — Missed-Stop Recovery Missed stops can no longer fall through the cracks. When a driver flags a stop (skip-with-reason) or finishes/cancels a route leaving stops un-done ( stranded ), the Command ...

Development dashboard, registered and check-in views at the admin panel.

What (Pass 1 of 2 — the ticket Tools needed section) From the screenshot: the entry box led and the tools sat below it. Now the checklist leads and you can pack items off. - Reversed order: the tools ...

Summary - Pin the repo Node runtime with .node-version and add a bounded package.json engines range compatible with current Vite requirements. - Document the Render LLM build command and Node ...

- increase edge label text from 10px to 12px

What changed Scraping — gosom now runs exactly as intended, filtering happens on the results Previously the keywords field was folded into the gosom search string (e.g. abaya boutique premium), which ...

Summary - Timestamps no longer use wall clock — every log entry is SET_UTC_TIME + absoluteIndex_ms (COM stream byte position). Formula: m_baseTime.addMSecs(tickMs) where tick=0 at stream start = ...