Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:CSS language:TypeScript language:CSS

Filter by

185M results  (2 s)

185M results

Closes #411. Applies the two fixes from PR #412 and adds offline regression tests for both. Bug 1 — lib/wire/socket.js: deferred packet overwrite causes connection hang Socket.write(data, defer=true) ...

…clarity and consistency

Summary - add a harmless docs-only smoke-test file for the Macroscope Approvability pilot Expected result - Macroscope should run Correctness and Approvability checks on this PR - because this ...

Prevents prod crash-loops from a missing server module.

Fix actuated tiles not being displayed in map or tile info. Fix item flasks not being searched. Load tile index on background worker thread. Remove slow linear-scan fallback. Update dependencies. Bump ...

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...

Bumps pydantic-settings from 2.14.1 to 2.14.2. details summary Release notes /summary p em Sourced from a href= https://github.com/pydantic/pydantic-settings/releases pydantic-settings s releases /a . ...
dependencies
python:uv

This PR simultaneously fixes #7 and $8 : Using the Vercel Build Output API, the package can auto-generate the serverless python functions build time. - build.py now writes directly into .vercel/output/functions/api/index.func/ ...

Bumps msgpack from 1.1.2 to 1.2.1. details summary Release notes /summary p em Sourced from a href= https://github.com/msgpack/msgpack-python/releases msgpack s releases /a . /em /p blockquote h2 v1.2.1 ...
dependencies
python:uv

Summary - Bug fix: doLogin() was setting btn.disabled where btn = getElementById( signin-btn ), but the Sign in button had no id → null reference error. Added id= signin-btn to the button. - ...