Bennethxyz
Bennethxyz
Speed up CI builds (addresses #259): - Persist BuildKit caches between runs for both agnos and meta-builder images using type=gha cache-from/cache-to in build_system.sh. - Add apt cache mounts in Dockerfile.agnos...
Adds FloppyData (premium residential and mobile proxy provider) to the Proxies section. Placed and formatted consistently with existing entries; no affiliate link.
Adds Spanish (es) translations by copying en.json and translating values. Also wires es into i18n.js. Closes kryptokrona/hugin-mobile#27 (translations).\n\nXKR payout address (per instructions):\nSEKReWC16F2butAZaKoAB3QK2Efe85XswB7Jt5Crrp2HjJWbhY8FwR9EJBR9pW8vDtgVTc8zkVV3eeYbkpLqyCHdbhVVKbq2rVJ
This PR introduces batched sampling to reduce per-token overhead when multiple requests reach the last shard concurrently.\n\nWhat\n- Add an async batcher in Node to group sampling calls within a short...
This PR adds a minimal radio networking module to exo. What - RadioTransport abstraction with an in-memory LoopbackHub/LoopbackRadioTransport - RadioServer: handles a small JSON protocol to proxy Node operations over...
Adds a docs page that consolidates links to good-first-issue and bounty queries, includes a concise summary of bounty rules, and links back to development/testing/style-guide. Also links it from the docs...
Adds a toolbar button to insert your current location into the compose box.\n\nWhat\n- New visible_toolbar_buttons.location (default true)\n- Button uses the Geolocation API and inserts a geo:lat,lon URI (six decimals)\n- Works...
This PR now also fixes provider autocomplete in the Add Contact modal: - Corrects property bindings for `.list` and `.data` (were passed as strings) - Triggers suggestions on `@` with...
Implements a 'secret' value for unit.playable to allow selecting and materializing under-development units in development builds only. - game.ts: loads units when playable === true OR (playable === 'secret' AND...
This PR fixes #2814. Problem - Picking up a +movement drop both increased max movement and restored more than intended remaining movement. Solution - Do not auto-restore remaining movement when...