pullrequests Search Results · language:Dune language:Python language:TypeScript language:PHP language:JavaScript
Filter by
242M results
What does this PR do?
Addresses an issue in the metadata enrichment plugin where the JSON responses (when the CLI command is run with --json
flag) are not mapping the description properly. The issue stems ...
Automated upstream sync
Clean merge from ColeMurray/background-agents@main.
This PR was opened automatically by .github/workflows/sync-upstream.yml. Review the commit list and merge when CI is
green. ...
Bumps react and @types/react. These dependencies needed to be updated together. Updates react from 19.2.6 to 19.2.7
details summary Release notes /summary p em Sourced from a href= https://github.com/facebook/react/releases ...
Summary
Speeds up Babel transforms by running them across a worker_threads pool (via workerpool), modeled on
@rollup/plugin-babel s parallel mode. The babel plugin is framework-agnostic, so this benefits ...
This PR introduces the extracted Catedral Coreutils (Substrate 1028), including the Rust rewriting, the Kernel module,
and the FUSE filesystem implementations. It also modifies arkhe_omni_agent.py to register ...
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| next | 16.2.6 | 16.2.7 |
| react | 19.2.6 | 19.2.7 |
| @types/react | 19.2.15 | 19.2.16 |
| react-dom | 19.2.6 ...
dependencies
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pytest-asyncio (changelog) | ==0.21.2 → ==1.4.0 | age | confidence |
Release Notes
details ...
Problem
detectStage (in src/app.js) decided the game stage by key presence via truthiness:
if (data.reality || data.celestials || data.blackHole || data.realities || data.bigRealities) return Reality ...