pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript is:public
Filter by
149M results
Summary
Some human genes whose protein product is a marketed therapeutic are conflated by the upstream Translator/Babel layer
into a single node named for the drug (e.g. GH1 - the SOMATROPIN node). The ...
Summary
- stop passing --no-resume to envctl start from the PR preview controller
- allow preview starts to reuse/expand the active tree run so refreshing one PR does not drop other active PR app ...
Summary
This PR injects -g and -ffile-prefix-map flags at compile time so that DWARF debug symbols embed permanent install paths
instead of temporary staging paths that are deleted after installation. ...
config
unit-tests
What
AdminGuiServer.health()[ api ] listed 6 endpoints twice after the events/session additions: /api/admin/message,
/api/conversation/current, /api/conversation/history, /api/session/current, /api/session/mode, ...
codex-review
Backport of #18352
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
bug
feature: api 🛠️
feature: bots 🤖
feature: recordings ⏺️
feature: SFU & SIP ☎️
feature: signaling 📶
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...
This pull request refactors and modularizes several utility functions related to result payloads, statistics exports,
and progress request handling. The main changes involve moving logic from cytocv/accounts/views/profile.py ...
documentation
Priority High
Summary
This PR adds Predictive Routing Replay (PR²) to Miles — a reproduction of the method in arXiv:2606.00395. PR² trains a
small, zero-initialized bias-predictor head (nn.Linear(hidden, num_experts, ...
What
Adds a GET /api/todos/:id route that returns a single todo by id, or 404 if it doesn t exist. This exposes the existing
getTodo store function, which had no corresponding route.
Changes
- src/server.js ...
Summary
Fixes #37 by decoupling daemon pointer delivery from the single best-effort :idle flag.
The daemon now injects a pointer only when a session has pending messages and is safe to inject:
- tool_running ...