Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:PHP

Filter by

109M results  (2 s)

109M results

Summary - Render uploaded Cloudinary/media_assets videos as playable videos on public story and campaign pages. - Use media_assets video fallback for Stories library previews. - Make public story/campaign ...

Reduces repeated ignore-class array allocation at hot LOS callsites so existing class-list memoization can take effect. Summary: - Reuses static ignore arrays in sdLandMine. - Adds a small per-class ...

Adds duplicate _net_id detection around snapshot save/load handling. Summary: - During save, skips later live entities that reuse an already serialized _net_id and logs rate-limited diagnostics. ...

The restart from last line history feature flagged jobs as aborted whenever final_line nb_lines. But ShopBot (.sbp) programs routinely terminate with an END / RETURN statement (or M30) well before the ...

Bumps the npm_and_yarn group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | @babel/core | 7.11.1 | 7.29.6 | | tmp | 0.1.0 | 0.2.7 | | shell-quote | 1.7.1 | 1.8.4 | | ...
dependencies
javascript

Bumps markdown-it from 14.1.1 to 14.2.0. details summary Changelog /summary p em Sourced from a href= https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md markdown-it s changelog /a . /em ...
dependencies
javascript

Reworks removals from sdEntity.entities to avoid repeated full-array scans during entity cleanup. Summary: - Adds _entities_array_index bookkeeping for entities in the global registry. - Centralizes ...

This PR integrates the backend practice problems with the frontend. In the skills check this now: - Fetches practice problems for the lesson objectives from the db - Filters out practice problems ...

Fixes a snapshot/load-time crash path in the Claim rewards task setup when task._executer is null. Summary: - Adds a minimal guard before reading _task_reward_counter. - Leaves existing failure-condition ...