pullrequests Search Results · language:Dune language:Python language:JavaScript language:C# language:HTML language:Go language:Go
Filter by
210M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @remotion/cli (source) | 4.0.464 → 4.0.468 | age | confidence |
Release Notes
details summary ...
dependencies
Refresh the static copilot entry in _PROVIDER_MODELS (hermes_cli/models.py) so it mirrors what GitHub Copilot s /models
endpoint actually returns today (24 models as of 2026-05-31).
Changes
Added (present ...
Symptom
Collapsing the sidebar on Manage Rooms or Manage Devices (the ☰ reveal tab is the only thing visible) made the entire
content area render blank.
Root cause
CSS grid auto-placement bug. The collapsed-state ...
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 ...
Updates the requirements on @babel/core, @babel/plugin-transform-class-properties,
@babel/plugin-transform-private-methods, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional,
@eslint/js, ...
dependencies
javascript
Problem
Native (non-converted) lossy downloads had their AudioQualityMeasurement.format hardcoded to MP3 in
harness/import_one.py (native_codec_family= MP3 ). A genuine Opus ~124 kbps was therefore scored ...
Summary
- Reconciles the Agent Core DB / calendar / base CRM foundation from fix/factory-profile-provider-config onto current
main.
- Keeps the CRM Core + Twenty PR #6 able to rebase cleanly onto ...
What
Adds a public-facing README.md at the repo root.
Why
The repository currently has no README. The default GitHub view of the repo is empty/uninformative. A short factual
README:
- Tells anyone ...
Summary
- Closes #576
- Move Provider Batch submit work into a dedicated QThread worker so DB/path/API submit work no longer occupies the
GUI thread.
- Keep submit button busy state and duplicate-submit ...