repo stringclasses 10
values | pr_number int64 7 155k | title stringlengths 4 137 | body stringlengths 0 68.4k | buggy_commit stringlengths 40 40 ⌀ | fix_commit stringlengths 40 40 | buggy_distance int64 1 30 ⌀ | confidence stringclasses 3
values | files listlengths 1 5 |
|---|---|---|---|---|---|---|---|---|
huggingface/transformers | 45,124 | [Qwen3.5 MoE] Add _tp_plan to ForConditionalGeneration | # What does this PR do?
Adds `_tp_plan = {"lm_head": "colwise_gather_output"}` to `Qwen3_5MoeForConditionalGeneration` (the VL wrapper class).
The text-only `Qwen3_5MoeForCausalLM` already had `_tp_plan`, but the VL variant was missing it. This meant that when using `tp_plan="auto"`, the `lm_head` on the VL model was... | 2dba8e0495974930af02274d75bd182d22cc1686 | 57e84139542c8c297873f35fcd25f66ffcf132ae | 18 | medium | [
{
"filename": "src/transformers/models/qwen3_5_moe/modeling_qwen3_5_moe.py",
"patch": "@@ -2001,6 +2001,7 @@ class Qwen3_5MoeForConditionalGeneration(Qwen3_5MoePreTrainedModel, GenerationMi\n # Reference: fix gemma3 grad acc #37208\n accepts_loss_kwargs = False\n config: Qwen3_5MoeConfig\n+ _... |
ollama/ollama | 15,101 | app: fix false "out of date" model warnings | file on disk) against the registry's Ollama-Content-Digest header.
These never matched because PullModel re-serializes the manifest JSON
before writing, producing different bytes than the registry's original.
The fallback comparison (local modified_at vs upstream push time) was
also broken: the generated TypeScri... | null | e7ccc129ea45cd9383d91f0c233f324a95ad0572 | null | low | [
{
"filename": "app/ui/app/codegen/gotypes.gen.ts",
"patch": "@@ -550,14 +550,12 @@ export class Error {\n }\n }\n export class ModelUpstreamResponse {\n- digest?: string;\n- pushTime: number;\n+ stale: boolean;\n error?: string;\n \n constructor(source: any = {}) {\n if ('string... |
ollama/ollama | 15,098 | parsers: qwen3.5 streaming tool-call parsing and add regression test | 1cefa749aa7b0cd3e330a95f0b03e98dc0a914bd | 69ed0c2729cfc9d30c797bd34bf12f5c6baaf373 | 1 | medium | [
{
"filename": "model/parsers/qwen35.go",
"patch": "@@ -190,7 +190,7 @@ func (p *Qwen35Parser) eat() ([]qwen35Event, bool) {\n \t\t\t\tp.state = qwen35ParserStateCollectingContent\n \t\t\t}\n \t\t\treturn events, true\n-\t\t} else if overlapLen := overlap(acc, qwen35ThinkingCloseTag); overlapLen > 0 {\n+\t\t... | |
facebook/react | 36,024 | [Flight] Clear chunk reason after successful module initialization | When `requireModule` triggers a reentrant `readChunk` on the same module chunk, the reentrant call can fail and set `chunk.reason` to an error. After the outer `requireModule` succeeds, the chunk transitions to initialized but retains the stale error as `reason`.
When the Flight response stream later closes, it iter... | null | 5e9eedb57843dc161defdf93ed457ab7d982e324 | null | low | [
{
"filename": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -1040,6 +1040,8 @@ function initializeModelChunk<T>(chunk: ResolvedModelChunk<T>): void {\n // Initialize any debug info and block the initializing chunk on any\n // unresolved entries.\n initializeDebugChunk(response, ... |
ollama/ollama | 15,093 | ci: harden cuda include path handling | On windows we can get multiple include dirs, so find where the headers are then copy from that location. | 516ebd854862e12b34b22cd04a73d8349195b76b | aec2fef95d881aff897c3cab896cfd83bf1f3077 | 2 | medium | [
{
"filename": "CMakeLists.txt",
"patch": "@@ -284,41 +284,54 @@ if(MLX_ENGINE)\n # The Go mlxrunner sets CUDA_PATH to OLLAMA_INSTALL_DIR so MLX finds them at\n # $CUDA_PATH/include/*.h via NVRTC --include-path.\n if(CUDAToolkit_FOUND)\n- set(_cuda_inc \"${CUDAToolkit_INCLUDE_DIRS}\")\n- ... |
huggingface/transformers | 45,074 | fix(models): Fix dtype mismatch in SwitchTransformers and TimmWrapperModel | ### What does this PR do?
The following dtype mismatch use cases were identified and fixed in this PR:
→ **Switch Transformers:** [7938e91fa](https://github.com/harshaljanjani/transformers/commit/7938e91faabb051f3a001cd39c173d4697c2d81c) refactored all MoE models for vLLM compatibility; in that refactor, the `_... | d55f0350a25333406daeafb7c250bb4ba3bf43a1 | 423f2a31d2bd05bdc1dc30dd938389edaa998fde | 8 | medium | [
{
"filename": "src/transformers/models/switch_transformers/modeling_switch_transformers.py",
"patch": "@@ -91,6 +91,7 @@ def forward(self, hidden_states: torch.Tensor) -> tuple[torch.Tensor, torch.Tens\n if self.training and self.jitter_noise > 0:\n # Multiply the token inputs by the uni... |
electron/electron | 50,690 | fix: dangling raw_ptr MicrotasksRunner::isolate_ | Backport of #50676
See that PR for details.
Notes: none. | null | d298f4be88a5fe412231338ea8791e2a5cfe1ecd | null | low | [
{
"filename": "shell/browser/javascript_environment.cc",
"patch": "@@ -86,6 +86,7 @@ JavascriptEnvironment::~JavascriptEnvironment() {\n // Otherwise cppgc::internal::Sweeper::Start will try to request a task runner\n // from the NodePlatform with an already unregistered isolate.\n locker_.reset();\n+... |
nodejs/node | 62,284 | deps: disable rust icu compiled_data features | Disable `icu_calendar` and `icu_locale` default features so `compiled_data`
features are not enabled by default. The `compiled_data` feature might be
enabled indirectly, but it could be removed when upgrading `temporal_rs`. | null | 56aba88702b3a7da4a44688664ff22d8afebb267 | null | low | [
{
"filename": "deps/crates/Cargo.lock",
"patch": "@@ -191,11 +191,9 @@ name = \"node_crates\"\n version = \"0.1.0\"\n dependencies = [\n \"icu_calendar\",\n- \"icu_calendar_data\",\n \"icu_collections\",\n \"icu_locale\",\n \"icu_locale_core\",\n- \"icu_locale_data\",\n \"icu_provider\",\n \"temporal_... |
rust-lang/rust | 154,743 | Remove an unused `StableHash` impl. | r? @TaKO8Ki | null | ad8468cb555e90b9d7de0eb2d460eeadc3c6a5ee | null | low | [
{
"filename": "compiler/rustc_middle/src/ich/impls_syntax.rs",
"patch": "@@ -4,7 +4,7 @@\n use rustc_ast as ast;\n use rustc_data_structures::stable_hasher::{HashStable, StableHasher};\n use rustc_hir as hir;\n-use rustc_span::{SourceFile, Symbol, sym};\n+use rustc_span::{Symbol, sym};\n use smallvec::Small... |
vercel/next.js | 92,325 | ci: fix stats action | We recently re-imaged the self-hosted Linux runners and it now hits `ERR_PNPM_EXDEV` when pnpm copies packages between its default store and the temp stats workspace. Keeping both under the same temp root avoids the cross-filesystem copy failure. | null | 392d02ae8bbea6b9a5eb5d664938af2959a17874 | null | low | [
{
"filename": ".github/actions/next-stats-action/src/constants.js",
"patch": "@@ -3,7 +3,20 @@ const os = require('os')\n const fs = require('fs')\n \n const benchTitle = 'Page Load Tests'\n-const workDir = fs.mkdtempSync(path.join(os.tmpdir(), 'next-stats'))\n+\n+function getTempRoot() {\n+ const tempRoot... |
facebook/react | 36,026 | Enable Fragment Ref flags across builds | e0cc7202e14418b453c69c4f06dc00c64151f202 | 1e3152365df2f7a23a5ad947e83f40914413be16 | 19 | medium | [
{
"filename": "packages/shared/ReactFeatureFlags.js",
"patch": "@@ -145,7 +145,7 @@ export const enableInfiniteRenderLoopDetection: boolean = false;\n \n export const enableFragmentRefs: boolean = true;\n export const enableFragmentRefsScrollIntoView: boolean = true;\n-export const enableFragmentRefsInstanc... | |
nodejs/node | 62,265 | tools: fix timeout errors in `lint-nix` job | Fixes: https://github.com/nodejs/node/issues/62219
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
- the commit message formatting guidelines at
https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#co... | f6d02af01f1a73048fac350c50a8eccc7e4c292b | 3db22062cfe0452177b0f9c163228ebef2a08bb2 | 8 | medium | [
{
"filename": "tools/nix/pkgs.nix",
"patch": "@@ -8,3 +8,14 @@ let\n }) arg;\n in\n nixpkgs\n+// {\n+ nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: {\n+ patches = (old.patches or [ ]) ++ [\n+ (nixpkgs.fetchpatch2 {\n+ url = \"https://github.com/numtide/treefmt/commit/b96016b4e38ffc... |
ollama/ollama | 15,083 | ci: include mlx jit headers on linux | c2b0bb7a52b02a50e63274f07a21a4539e3cfe19 | 516ebd854862e12b34b22cd04a73d8349195b76b | 21 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -424,6 +424,7 @@ jobs:\n lib/ollama/cuda_v*) echo $COMPONENT >>ollama-${{ matrix.os }}-${{ matrix.arch }}.tar.in ;;\n lib/ollama/vulkan*) echo $COMPONENT >>ollama-${{ matrix.os }}-${{ matrix.arch }}.tar.in... | |
nodejs/node | 62,083 | [25.x] module: fix extensionless CJS files in type:module packages | PR #61600 made the CJS loader respect the \`package.json\` \`type\` field for extensionless files, which fixed https://github.com/nodejs/node/issues/61104 but also enforced \`type: "module"\` for extensionless files. This broke CJS extensionless files inside ESM packages (e.g. yargs v17).
Only enforce \`type: "commonj... | 3d160cd049995d0216e3ca07adef48f6441a8282 | ea87eea71a6f24f114a721a5dd14e47e7f477296 | 5 | medium | [
{
"filename": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -1952,12 +1952,12 @@ Module._extensions['.js'] = function(module, filename) {\n format = 'typescript';\n }\n } else if (path.extname(filename) === '') {\n- // Extensionless files skip the .js suffix check above. When type is exp... |
ollama/ollama | 15,082 | tui: update chat title | <img width="1006" height="796" alt="CleanShot 2026-03-26 at 15 56 17@2x" src="https://github.com/user-attachments/assets/68d374ad-b35e-485e-989f-81864cbbcac8" /> | e46b67a6cc86793f281eb4e204b9759638e43ec6 | f567abc63fac6be6f1792b9fe3e07fd62a80b92f | 3 | medium | [
{
"filename": "cmd/tui/tui.go",
"patch": "@@ -47,7 +47,7 @@ type menuItem struct {\n \n var mainMenuItems = []menuItem{\n \t{\n-\t\ttitle: \"Run a model\",\n+\t\ttitle: \"Chat with a model\",\n \t\tdescription: \"Start an interactive chat with a model\",\n \t\tisRunModel: true,\n \t},",
"ad... |
vercel/next.js | 92,263 | Move streamToUint8Array back to node-web-streams-helper.ts | ## What?
Fixes the case where having React 18 installed fails the build because react-dom gets imported from stream-ops. #90500 moved the `streamToUint8Array` from node-web-streams-helper to stream-ops. This moves the function back to where it was before. | 3421858b5bef076965d99fd88fedc483193a496e | ff7cd1bf2340ea56369c39d1aa74f1e273a7d233 | 12 | medium | [
{
"filename": "packages/next/src/server/app-render/stream-ops.node.ts",
"patch": "@@ -357,16 +357,6 @@ export async function streamToBuffer(stream: AnyStream): Promise<Buffer> {\n return webStreamToBuffer(nodeReadableToWebReadableStream(stream))\n }\n \n-export async function streamToUint8Array(\n- strea... |
huggingface/transformers | 45,185 | Generalize gemma vision mask to videos | # What does this PR do?
If we have videos, the token type ids will be `2` but the current fn checks only image token types. This PR generalizes it rely only on `vision_group_ids` instead of token types | null | ade7a05a42bf53b183bb78c181743be063c5ff14 | null | low | [
{
"filename": "src/transformers/models/gemma3/modeling_gemma3.py",
"patch": "@@ -704,42 +704,29 @@ def forward(self, vision_outputs: torch.Tensor):\n return projected_vision_outputs.type_as(vision_outputs)\n \n \n-def token_type_ids_mask_function(\n- token_type_ids: torch.Tensor | None,\n- ima... |
electron/electron | 50,568 | fix: forward activation token from libnotify on notification click | #### Description of Change
On Wayland, clicking a native notification does not focus the originating window. Instead, the compositor shows an "[App] is ready" prompt because no XDG activation token is presented to `xdg_activation_v1`.
Since libnotify 0.7.10, `notify_notification_get_activation_token()` returns th... | null | ddc1bd955310b66c3b6e7a236b0dd92344b9ffb2 | null | low | [
{
"filename": "shell/browser/notifications/linux/libnotify_notification.cc",
"patch": "@@ -4,12 +4,16 @@\n \n #include \"shell/browser/notifications/linux/libnotify_notification.h\"\n \n+#include <dlfcn.h>\n+\n+#include <array>\n #include <string>\n \n #include \"base/containers/flat_set.h\"\n #include \"ba... |
electron/electron | 50,686 | fix: propagate requesting frame through sync permission checks | Backport of #50679
See that PR for details.
Notes: no-notes | 1686aa37f288491b35890b5dd2630618139fc257 | be53e0a47092d2e53cdef2ecd52853ff7a66f8f6 | 3 | medium | [
{
"filename": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -1767,7 +1767,8 @@ bool WebContents::CheckMediaAccessPermission(\n content::WebContents::FromRenderFrameHost(render_frame_host);\n auto* permission_helper =\n WebContentsPermissionHelper::FromWebContents(web_contents)... |
rust-lang/rust | 149,868 | rustc: Stop passing `--allow-undefined` on wasm targets | <!-- homu-ignore:start -->
*[View all comments](https://triagebot.infra.rust-lang.org/gh-comments/rust-lang/rust/pull/149868)*
<!-- homu-ignore:end -->
This commit updates how the linker is invoked on WebAssembly targets (all of them) to avoid passing the `--allow-undefined` flag to the linker. Historically, if I reme... | null | bbe1afafb4661cc4ad44a836b4d33ec1ae5ee767 | null | low | [
{
"filename": "compiler/rustc_target/src/spec/base/wasm.rs",
"patch": "@@ -28,16 +28,6 @@ pub(crate) fn options() -> TargetOptions {\n // stack overflow will be guaranteed to trap as it underflows instead of\n // corrupting static data.\n concat!($prefix, \"--... |
ollama/ollama | 15,073 | launch/vscode: prefer known vs code paths over `code` on PATH | When launching VS Code, findBinary() previously checked for code on PATH first. This could silently launch
Cursor or another VS Code fork if their CLI was registered as code.
This PR flips the lookup order and adds validation:
1. Check platform-specific paths first — `/Applications/Visual Studio Code.app` on mac... | 75754383662aad0baa97a70f87b8659d091fa459 | 1adfc27f04414136290982b040d1397b4abcb13d | 10 | medium | [
{
"filename": "cmd/launch/vscode.go",
"patch": "@@ -25,11 +25,8 @@ type VSCode struct{}\n func (v *VSCode) String() string { return \"Visual Studio Code\" }\n \n // findBinary returns the path/command to launch VS Code, or \"\" if not found.\n-// It checks for the \"code\" CLI on PATH first, then falls back... |
facebook/react | 35,512 | Bump undici from 6.21.2 to 6.23.0 in /compiler | Bumps [undici](https://github.com/nodejs/undici) from 6.21.2 to 6.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p>
<blockquote>
<h2>v6.23.0</h2>
<h2>⚠️ Security Release</h2>
<p>This fixes <a href="https://github.com/... | null | a74302c02d220e3663fcad5836cb90607fc2d006 | null | low | [
{
"filename": "compiler/yarn.lock",
"patch": "@@ -10525,7 +10525,16 @@ string-length@^4.0.1:\n char-regex \"^1.0.2\"\n strip-ansi \"^6.0.0\"\n \n-\"string-width-cjs@npm:string-width@^4.2.0\", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:\n+\"string-width-cjs@npm:string-width@^4.2.0\... |
huggingface/transformers | 45,173 | [misc] fix qwen35 tests: correct the text model type and skip reverse_mapping | # What does this PR do?
Fixed the `qwen3_5` / `qwen3_5_moe` reverse-loading tests by correcting the text model type used in the setup, and aligned the reverse-mapping behavior with gemma3n since they are all native multimodal.
This also removes the custom qwen3_5_moe_text reverse-loading override, since it was on... | 2dba8e0495974930af02274d75bd182d22cc1686 | 538368903c6ecdc5f489a8eed4ce809e58fdafb5 | 14 | medium | [
{
"filename": "tests/models/qwen3_5/test_modeling_qwen3_5.py",
"patch": "@@ -162,7 +162,7 @@ def __init__(\n \"vocab_size\": 99,\n \"intermediate_size\": 37,\n \"max_position_embeddings\": 512,\n- \"model_type\": \"qwen3_vl\",\n+ \"model_type\": \"qw... |
ollama/ollama | 15,080 | launch: hide cline integration | Hide Cline integration for now due to changes of default running methods | e46b67a6cc86793f281eb4e204b9759638e43ec6 | 4a2b9f9dbce53fc8333778a6a3121e9a47884e2a | 1 | high | [
{
"filename": "cmd/launch/registry.go",
"patch": "@@ -33,7 +33,7 @@ type IntegrationInfo struct {\n \tDescription string\n }\n \n-var launcherIntegrationOrder = []string{\"opencode\", \"droid\", \"pi\", \"cline\"}\n+var launcherIntegrationOrder = []string{\"opencode\", \"droid\", \"pi\"}\n \n var integratio... |
nodejs/node | 61,640 | meta: do not set a version string for cache entries of shared build workflows | #### meta: use SCCACHE_GHA_ENABLED for shared build workflows
The test-shared workflow currently sets `SCCACHE_GHA_VERSION=on`; while this (non-canonically) enables the GHA cache, it also appends "-on" to the version tag of every uploaded cache entry, which prevents any cache entries from being shared with the non-s... | 9f6f3c1f0e39920896dfceca9c82101af22f5c2f | 2de34822cc9a19621a663e3f22b00b9a01697635 | 25 | medium | [
{
"filename": ".github/workflows/test-shared.yml",
"patch": "@@ -178,7 +178,7 @@ jobs:\n uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0\n with:\n script: |\n- core.exportVariable('SCCACHE_GHA_VERSION', 'on');\n+ core.exportVaria... |
vercel/next.js | 92,282 | Ensure app-page reports stale ISR revalidation errors via onRequestError | Note: the change is mostly whitespace. Recommend reviewing w/o whitespace [here](https://github.com/vercel/next.js/pull/92282/changes?w=1).
For App Router pages using time-based ISR, a stale cached response can be returned before background revalidation finishes. If that background revalidation later throws, the err... | c2914790119fe06835dd555928f4aa3616cdc613 | 9cb2048439b8b95b6e6460d17d94d9cb1823fbef | 25 | medium | [
{
"filename": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -995,214 +995,317 @@ export async function handler(\n const isProduction = routeModule.isDev === false\n const didRespond = hasResolved || res.writableEnded\n \n- // skip on-demand revalidate if cache is not present... |
ollama/ollama | 15,076 | launch: hide vs code | Hide VS Code integration for now while leaving it accessible through `ollama launch vscode` | 75754383662aad0baa97a70f87b8659d091fa459 | e46b67a6cc86793f281eb4e204b9759638e43ec6 | 8 | medium | [
{
"filename": "cmd/launch/registry.go",
"patch": "@@ -33,7 +33,7 @@ type IntegrationInfo struct {\n \tDescription string\n }\n \n-var launcherIntegrationOrder = []string{\"vscode\", \"opencode\", \"droid\", \"pi\", \"cline\"}\n+var launcherIntegrationOrder = []string{\"opencode\", \"droid\", \"pi\", \"cline... |
electron/electron | 50,687 | fix: propagate requesting frame through sync permission checks | Backport of #50679
See that PR for details.
Notes: no-notes | null | dbc7cbd00064e0f5791154ed6279cb49c1fcaef8 | null | low | [
{
"filename": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -1739,7 +1739,8 @@ bool WebContents::CheckMediaAccessPermission(\n content::WebContents::FromRenderFrameHost(render_frame_host);\n auto* permission_helper =\n WebContentsPermissionHelper::FromWebContents(web_contents)... |
facebook/react | 35,505 | Bump qs from 6.4.0 to 6.4.1 in /fixtures/packaging/webpack-alias/dev | Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p>
<blockquote>
<h2><strong>6.4.1</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: ignore <code>__proto__</code... | null | bae6dd09fb9b08fc4387a9f649d9d1ef9ad1a9e6 | null | low | [
{
"filename": "fixtures/packaging/webpack-alias/dev/yarn.lock",
"patch": "@@ -936,8 +936,8 @@ punycode@^1.2.4, punycode@^1.4.1:\n resolved \"https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e\"\n \n qs@~6.4.0:\n- version \"6.4.0\"\n- resolved \"https://re... |
ollama/ollama | 15,064 | doc: update vscode doc | 22c2bdbd8add79c6fca2eb2538ab36fcd4a9ca48 | c000afe76c13517781eea825a38a55cd42d02b91 | 17 | medium | [
{
"filename": "docs/cli.mdx",
"patch": "@@ -21,6 +21,7 @@ Configure and launch external applications to use Ollama models. This provides a\n - **OpenCode** - Open-source coding assistant\n - **Claude Code** - Anthropic's agentic coding tool\n - **Codex** - OpenAI's coding assistant\n+- **VS Code** - Microso... | |
rust-lang/rust | 154,842 | Rollup of 2 pull requests | Successful merges:
- rust-lang/rust#154555 (Make sure we run the full suite, even when more specific filters are given)
- rust-lang/rust#154674 (borrowck: Don't mention unused vars in closure outlive errors)
<!-- homu-ignore:start -->
r? @ghost
[Create a similar rollup](https://bors.rust-lang.org/queue/rust?prs=15... | null | 9602bda1dd0c1bbf5787e398385bbac81fd532f8 | null | low | [
{
"filename": "compiler/rustc_borrowck/src/diagnostics/var_name.rs",
"patch": "@@ -1,12 +1,15 @@\n use rustc_index::IndexSlice;\n-use rustc_middle::mir::{Body, Local};\n+use rustc_middle::mir::visit::{PlaceContext, VisitPlacesWith, Visitor};\n+use rustc_middle::mir::{Body, Local, Place};\n use rustc_middle:... |
huggingface/transformers | 45,138 | CI] Small T5 expectations updated | This is a small T5 expectations update.
It is the same for both AMD and NVIDIA A10 GPUs. | null | bb8031052cbd88f8b30c75df84b9703eee80200f | null | low | [
{
"filename": "tests/models/t5/test_modeling_t5.py",
"patch": "@@ -1058,7 +1058,7 @@ def test_small_v1_1_integration_test(self):\n loss = model(input_ids.to(torch_device), labels=labels.to(torch_device)).loss\n mtf_score = -(labels.shape[-1] * loss.item())\n \n- EXPECTED_SCORE = -40.1... |
electron/electron | 50,550 | fix: glitchy rendering and maximize behavior with different GTK themes | #### Description of Change
Fixes https://github.com/electron/electron/issues/49113.
ClientFrameViewLinux was tested against the default Adwaita theme in GNOME (and Yaru on Ubuntu). If a user installs KDE on the same system, it can apply the Breeze GTK theme, which uses different and buggier CSS. This leads to gl... | 97773bf50c9c09c791ea407b3757e767921a572c | 877fe479b599749e6efd2083b19b58cb028e7f4b | 10 | medium | [
{
"filename": "shell/browser/ui/views/client_frame_view_linux.cc",
"patch": "@@ -163,7 +163,7 @@ int ClientFrameViewLinux::ResizingBorderHitTest(const gfx::Point& point) {\n gfx::Rect ClientFrameViewLinux::GetBoundsForClientView() const {\n gfx::Rect client_bounds = bounds();\n if (!frame_->IsFullscreen... |
nodejs/node | 61,614 | repl: fix flaky test-repl-programmatic-history | ## Summary
Fixes flaky test `test/parallel/test-repl-programmatic-history.js`.
## Problem
The test was flaky because the FileHandle for the history file could be garbage collected before being explicitly closed, causing `ERR_INVALID_STATE` errors when the handle was already closed by the GC finalizer.
## Solution
... | null | ae2ffce5f3d5ac5ad153d98839d5a19a70e073b2 | null | low | [
{
"filename": "lib/internal/repl/history.js",
"patch": "@@ -58,6 +58,7 @@ const kResolveHistoryPath = Symbol('_kResolveHistoryPath');\n const kReplHistoryMessage = Symbol('_kReplHistoryMessage');\n const kFlushHistory = Symbol('_kFlushHistory');\n const kGetHistoryPath = Symbol('_kGetHistoryPath');\n+const ... |
vercel/next.js | 91,773 | [turbopack] optimize RcStr parsing |
`RcStr` has 3 internal forms
* `INLINE` meaning it is small enough that the bytes are stored inline (7 bytes)
* `STATIC` meaning it was allocated by `rcstr!` and is stored in a `static` item somewhere
* `DYNAMIC` meaning it is stored in an `Arc`
The nice thing is that `INLINE` and `STATIC` are not ref-counted whic... | null | 678a4aa9dd5a7b53c8f212011ea8107576bb400c | null | low | [
{
"filename": "Cargo.lock",
"patch": "@@ -3638,9 +3638,9 @@ dependencies = [\n \n [[package]]\n name = \"js-sys\"\n-version = \"0.3.77\"\n+version = \"0.3.91\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f... |
ollama/ollama | 15,058 | mlxrunner: schedule periodic snapshots during prefill | Add periodic snapshots every 8k tokens and near the end of the prompt so that long prompts can be partially restored and thinking/generation can be retried without full reprocessing. | 95ee7fbd29c6a0ceff073db87b81b005cd15b9c5 | 9d7b18f81ec97c36b1faa4923ae3cf6277a08257 | 11 | medium | [
{
"filename": "x/mlxrunner/cache/recurrent.go",
"patch": "@@ -18,32 +18,20 @@ type RecurrentCache struct {\n \theadKDim int\n }\n \n-func (c *RecurrentCache) setStateRaw(old, v *mlx.Array) *mlx.Array {\n+func (c *RecurrentCache) setState(old, v *mlx.Array, contiguous bool) *mlx.Array {\n \tif v == nil || !... |
ollama/ollama | 15,065 | mlx: fix KV cache snapshot memory leak | mlx.Copy shares the backing buffer with its source (via copy_shared_buffer) rather than allocating independent storage. When used to snapshot a slice of the KV cache, the snapshot array holds the entire original cache buffer alive through the shared data pointer — even after eval detaches the computation graph.
Repl... | de5cb7311f3c1d8715c3e157f9390229b2f3917c | d1151e18a1a689e47d2c1c27538213ae412d0297 | 7 | medium | [
{
"filename": "x/mlxrunner/cache/cache.go",
"patch": "@@ -109,8 +109,8 @@ func (c *KVCache) Snapshot(fromOffset int) Snapshot {\n \n \tkSlice := c.keys.Slice(mlx.Slice(), mlx.Slice(), mlx.Slice(from, to), mlx.Slice())\n \tvSlice := c.values.Slice(mlx.Slice(), mlx.Slice(), mlx.Slice(from, to), mlx.Slice())\n... |
facebook/react | 35,432 | Bump qs from 6.4.0 to 6.4.1 in /fixtures/packaging/webpack/prod | Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p>
<blockquote>
<h2><strong>6.4.1</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: ignore <code>__proto__</code... | null | 96005e445c4c6df5f222cc62d0327d4a389c339f | null | low | [
{
"filename": "fixtures/packaging/webpack/prod/yarn.lock",
"patch": "@@ -936,8 +936,8 @@ punycode@^1.2.4, punycode@^1.4.1:\n resolved \"https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e\"\n \n qs@~6.4.0:\n- version \"6.4.0\"\n- resolved \"https://registr... |
huggingface/transformers | 44,353 | add expectations for xpu for olmo_hybrid model | @IlyasMoutawwakil , pls help review, thx! | a28c974c7ac74c83dbf379e93ceecc2661730f63 | 9dbc535644e1feb92224b9f4f3da4b1e8f93be88 | 20 | medium | [
{
"filename": "tests/models/olmo_hybrid/test_modeling_olmo_hybrid.py",
"patch": "@@ -179,7 +179,19 @@ def test_model_logits(self):\n -4.722480773925781,\n -4.015453338623047,\n ]\n- ]\n+ ],\n+ (\... |
electron/electron | 50,644 | fix: glitchy rendering and maximize behavior with different GTK themes | Backport of #50550
See that PR for details.
Notes: Fixed the appearance of maximized windows on GNOME in Wayland, especially when non-default GTK themes like Breeze are set.
| null | 1f51bf66fbfc8c4d6136f292e136c5e2ec51b278 | null | low | [
{
"filename": "shell/browser/ui/views/client_frame_view_linux.cc",
"patch": "@@ -163,7 +163,7 @@ int ClientFrameViewLinux::ResizingBorderHitTest(const gfx::Point& point) {\n gfx::Rect ClientFrameViewLinux::GetBoundsForClientView() const {\n gfx::Rect client_bounds = bounds();\n if (!frame_->IsFullscreen... |
rust-lang/rust | 154,674 | borrowck: Don't mention unused vars in closure outlive errors | When there is a closure arg lifetime error, the code does its best to find variables that correspond to the lifetimes involved. This commit stops mentioning arguments that are unused in closures, since they are not relevant. This removes the "red herring" of rust-lang/rust#113121.
The `user_arg_index` nomenclature c... | null | 9b2b29984173b0112fab2aec127d2294f98f00b6 | null | low | [
{
"filename": "compiler/rustc_borrowck/src/diagnostics/var_name.rs",
"patch": "@@ -1,12 +1,15 @@\n use rustc_index::IndexSlice;\n-use rustc_middle::mir::{Body, Local};\n+use rustc_middle::mir::visit::{PlaceContext, VisitPlacesWith, Visitor};\n+use rustc_middle::mir::{Body, Local, Place};\n use rustc_middle:... |
nodejs/node | 61,535 | doc: regenerate `node.1` using `doc-kit` | This file has been generated using `@nodejs/doc-kit`. Once #57343 lands, we will move the generation of this file into an Makefile script, but in the mean time, I've seen _several_ issues opened to update this file, so might as well update it.
You can preview the output of this man-page with `curl "https://raw.githu... | 6beb65e00ef197fdfc392f79e7836bc1761bfd3d | 5d494effc15fe22f64324cfaf530a0a3bab233a4 | 27 | medium | [
{
"filename": "doc/api/cli.md",
"patch": "@@ -833,15 +833,6 @@ added: v6.0.0\n Enable FIPS-compliant crypto at startup. (Requires Node.js to be built\n against FIPS-compatible OpenSSL.)\n \n-### `--enable-network-family-autoselection`\n-\n-<!-- YAML\n-added: v18.18.0\n--->\n-\n-Enables the family autoselect... |
vercel/next.js | 91,650 | [test] Unflake rendering indicator test & skip building indicator tests | [Flakiness metric](https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40git.repository.id%3A%22github.com%2Fvercel%2Fnext.js%22%20%40test.name%3A%28%22Build%20Activity%20Indicator%20Enabled%20-%20%28app%29%20Shows%20build%20indicator%20when%20page%20is%20built%20from%20modifying%22%20OR%20%22Build%20Acti... | null | 9f181bd11af5f532c529a6f168fe40505f0a4d75 | null | low | [
{
"filename": "test/development/dev-indicator/app/app/rendering/a/page.js",
"patch": "@@ -4,7 +4,7 @@ import { setTimeout } from 'timers/promises'\n \n export default async function Page() {\n await connection()\n- await setTimeout(100)\n+ await setTimeout(1000)\n \n return (\n <>",
"additions... |
ollama/ollama | 15,050 | ggml: force flash attention off for grok | By default, ollama supports FA for grok, but llama.cpp [disables it](https://github.com/ollama/ollama/blob/4fda69809a3fecf73d0f71657ef50f8f7e8f43f7/llama/llama.cpp/src/llama-context.cpp#L2418). If KV cache quantization has been set this causes the runner to crash.
Fixes: #15043 | null | ebbce136c7e035872ca7027dc9438bc2efc17123 | null | low | [
{
"filename": "fs/ggml/ggml.go",
"patch": "@@ -874,7 +874,7 @@ func (f GGML) SupportsFlashAttention() bool {\n \t\treturn true\n \t}\n \n-\tif slices.Contains([]string{\"gemma2\"}, arch) {\n+\tif slices.Contains([]string{\"gemma2\", \"grok\"}, arch) {\n \t\treturn false\n \t}\n ",
"additions": 1,
"d... |
facebook/react | 35,373 | Bump jws from 3.2.2 to 3.2.3 | Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/brianloveswords/node-jws/releases">jws's releases</a>.</em></p>
<blockquote>
<h2>v3.2.3</h2>
<h3>Changed</h3>
<ul>
<li>Fix advisory GHSA-869p-cjfg-cm3x... | null | b5f01787949b3619ef178a2574b54e2c1043910d | null | low | [
{
"filename": "yarn.lock",
"patch": "@@ -6015,10 +6015,10 @@ buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3:\n resolved \"https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242\"\n integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=\n \n-buff... |
huggingface/transformers | 44,321 | skip 2 invalid test cases for voxtral_realtime model | @vasqu This PR skipped 2 invalid test cases:
```
tests/models/voxtral_realtime/test_modeling_voxtral_realtime.py::VoxtralRealtimeForConditionalGenerationModelTest::test_generate_with_quant_cache
tests/models/voxtral_realtime/test_modeling_voxtral_realtime.py::VoxtralRealtimeForConditionalGenerationModelTest::test_fl... | null | dcd3d720aa7d4881970d2fc9c6c0286afb422672 | null | low | [
{
"filename": "tests/models/voxtral_realtime/test_modeling_voxtral_realtime.py",
"patch": "@@ -231,6 +231,12 @@ def test_custom_4d_attention_mask(self):\n def test_flash_attn_2_from_config(self):\n pass\n \n+ @unittest.skip(\n+ reason=\"This test does not apply to VoxtralRealtime since... |
nodejs/node | 62,455 | [v24.x backport] raw key formats support in KeyObject APIs | Backports #62240 (partially) and #62480 to v24.x
The omitted portion of #62240 is the removal and cleanup of `KeyExportJob` use in WebCryptoAPI. | 54ef940e0170272e5360613788047cec224bf38b | 541be3aaf292be39ab6be4ef6c1d466c94f3c400 | 1 | medium | [
{
"filename": "deps/ncrypto/ncrypto.h",
"patch": "@@ -855,6 +855,9 @@ class EVPKeyPointer final {\n DER,\n PEM,\n JWK,\n+ RAW_PUBLIC,\n+ RAW_PRIVATE,\n+ RAW_SEED,\n };\n \n enum class PKParseError { NOT_RECOGNIZED, NEED_PASSPHRASE, FAILED };\n@@ -864,6 +867,7 @@ class EVPKeyPointer ... |
electron/electron | 50,597 | fix: resolve getFileHandle concurrent stalling by queuing callbacks | #### Description of Change
Closes #50559
Previously, concurrent calls to FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess for the same file path would silently discard the subsequent callbacks because the internal callback map used a single callback per file path and std::map::try_emplace would drop... | null | 2c6332a7d6361b48ff598761ac18af7ed08e037d | null | low | [
{
"filename": "shell/browser/file_system_access/file_system_access_permission_context.cc",
"patch": "@@ -697,7 +697,11 @@ void FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess(\n content::GlobalRenderFrameHostId frame_id,\n base::OnceCallback<void(SensitiveEntryResult)> callback) {\n ... |
ollama/ollama | 15,062 | api/show: overwrite basename for copilot chat | Copilot Chat prefers to use `general.basename` in the built-in Ollama integration, but this name isn't usually shown directly to users (and there may be many models that share this name). Instead we pass back `req.Model`, which for this extension is the value that we return from `/api/tags` | 46cb7795e1b59e24c6f540ce1fad5ac630982a0a | 26b9f53f8ef1934f9df9fc5e39bbe701921efd9a | 15 | medium | [
{
"filename": "server/routes.go",
"patch": "@@ -63,6 +63,7 @@ const (\n \tcloudErrRemoteModelDetailsUnavailable = \"remote model details are unavailable\"\n \tcloudErrWebSearchUnavailable = \"web search is unavailable\"\n \tcloudErrWebFetchUnavailable = \"web fetch is unavailable\"\n+\tco... |
rust-lang/rust | 154,555 | Make sure we run the full suite, even when more specific filters are given | Some test suite's filter code took this into account, while others didn't.
Imagine this:
```
x test tests/ui/sometest.rs tests/ui
```
This would run only `tests/ui/sometest.rs` since we filtered out `tests/ui` since it matches the name of the test suite.
The reason `x test tests/ui` on its own works, is that... | null | 6179c5614434e80b95962a5525d6169fe4d340f4 | null | low | [
{
"filename": "src/bootstrap/src/core/build_steps/test.rs",
"patch": "@@ -37,8 +37,9 @@ use crate::core::{android, debuggers};\n use crate::utils::build_stamp::{self, BuildStamp};\n use crate::utils::exec::{BootstrapCommand, command};\n use crate::utils::helpers::{\n- self, LldThreads, add_dylib_path, ad... |
vercel/next.js | 91,643 | [test] Fix `edge-async-local-storage` deploy test timeout & race condition | The test was calling `createNext` inside each `it.each` test body, which meant deployment setup time counted against the 60-second per-test timeout introduced in #89929. In deploy mode, `createNext` deploys to Vercel which can exceed 60 seconds. When the test timed out, the `next` local variable was never assigned (the... | null | 542b2b029ca439815299067b47306a451587dff6 | null | low | [
{
"filename": "test/e2e/edge-async-local-storage/index.test.ts",
"patch": "@@ -1,105 +1,51 @@\n-import { createNext } from 'e2e-utils'\n-import { NextInstance } from 'e2e-utils'\n+import { nextTestSetup } from 'e2e-utils'\n import { fetchViaHTTP } from 'next-test-utils'\n \n describe('edge api can use async... |
facebook/react | 35,985 | [DevTools] Fix a crash when rendering a new class Component when simulating errored state |
## Summary
The Fiber reconciler assumes that only committed Error boundaries could have been placed in `forceErrorForFibers`. However, DevTools let any unknown Fiber be considered a boundary for which we previously simulated an error. Not only does that incorrectly trigger updates resetting the state, it also ca... | aac12ce597b49093a5add54b00deee3d8980f874 | 014138df87869b174956f90a33fd6cf66e160114 | 11 | medium | [
{
"filename": "packages/react-devtools-shared/src/__tests__/storeForceError-test.js",
"patch": "@@ -0,0 +1,106 @@\n+/**\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this source tre... |
vercel/next.js | 91,701 | Fix layout segment optimization: move app-page imports to server-utility transition | ## Summary
- Add `'turbopack-transition': 'next-server-utility'` to all server-side imports in the `app-page.ts` template so they are properly placed in the server utility layer, rather than relying on `SharedMerged` chunk groups to handle them
- Remove the now-unnecessary `next-server-utility` transition from `fil... | c894f5dfb5b3373a281b56a177fd9da09d84f21a | 6a8a31a7f42bb7d133aed5a6d854d069883aa57b | 6 | medium | [
{
"filename": "crates/next-api/src/app.rs",
"patch": "@@ -874,52 +874,55 @@ impl AppProject {\n &self,\n endpoint: Vc<AppEndpoint>,\n rsc_entry: ResolvedVc<Box<dyn Module>>,\n- client_shared_entries: Vc<EvaluatableAssets>,\n- has_layout_segments: bool,\n+ client_... |
huggingface/transformers | 43,728 | add `do_sample=False` to qwen2_5_vl model tests to stablize the output | In qwen2_5_vl model's test file, we use `Qwen/Qwen2.5-VL-7B-Instruct` model, which its default generation config's `do_sample` param is `True`. This causes some of the test cases are not steady, they will pass sometimes while sometimes get failed. In this PR we set `do_sample=False` explicitly to avoid this. | null | e0cb4d18cea52f1e0c573eb821f21f7ff33b922c | null | low | [
{
"filename": "tests/models/qwen2_5_vl/test_modeling_qwen2_5_vl.py",
"patch": "@@ -467,7 +467,7 @@ def test_small_model_integration_test(self):\n # verify generation\n inputs = inputs.to(torch_device)\n \n- output = model.generate(**inputs, max_new_tokens=30)\n+ output = model.... |
nodejs/node | 61,155 | tools: unlock ngtcp2 version updates | It was pinned to 1.15.1 in https://github.com/nodejs/node/pull/59946 without explanation.
| null | a385bb1d701c95b5d647666f9e5c12ca548dc124 | null | low | [
{
"filename": "tools/dep_updaters/update-ngtcp2.sh",
"patch": "@@ -10,20 +10,19 @@ DEPS_DIR=\"$BASE_DIR/deps\"\n # shellcheck disable=SC1091\n . \"$BASE_DIR/tools/dep_updaters/utils.sh\"\n \n-NEW_VERSION=\"1.15.1\"\n-# NEW_VERSION=\"$(\"$NODE\" --input-type=module <<'EOF'\n-# const res = await fetch('https:... |
electron/electron | 50,670 | fix: resolve getFileHandle concurrent stalling by queuing callbacks | Backport of #50597
See that PR for details.
Notes: Fixed an issue where concurrent `getFileHandle` requests on the same path could stall indefinitely. | null | 821b738db0a64c863e8371e7141564cef70d56b8 | null | low | [
{
"filename": "shell/browser/file_system_access/file_system_access_permission_context.cc",
"patch": "@@ -697,7 +697,11 @@ void FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess(\n content::GlobalRenderFrameHostId frame_id,\n base::OnceCallback<void(SensitiveEntryResult)> callback) {\n ... |
ollama/ollama | 14,940 | cmd/tui: add left arrow back navigation in model selector | - Right arrow `→` navigates into Model Configuration from the main menu, but there was no corresponding left arrow `←` to go back. This adds `←` as a "back" shortcut in both the single and multi model selectors, matching the `→ / ←` directional convention.
- `Esc` continues to work as a universal cancel.
- Help text ... | null | 7d7c90d7028ded7fab3843fab8828d3e9c60d4ea | null | low | [
{
"filename": "cmd/tui/selector.go",
"patch": "@@ -242,6 +242,10 @@ func (m selectorModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {\n \t\t\tm.cancelled = true\n \t\t\treturn m, tea.Quit\n \n+\t\tcase tea.KeyLeft:\n+\t\t\tm.cancelled = true\n+\t\t\treturn m, tea.Quit\n+\n \t\tcase tea.KeyEnter:\n \t\t\tfil... |
rust-lang/rust | 154,799 | add regression test for EII declaration conflicting with constructor | <!-- homu-ignore:start -->
<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.
This PR will get automatically assigned to a reviewer. In case y... | null | a3563ec6b91694f26ea99fdce4f76e8e1b4fa5f8 | null | low | [
{
"filename": "tests/ui/eii/duplicate/eii-declaration-conflicts-with-constructor.rs",
"patch": "@@ -1,11 +1,17 @@\n #![feature(extern_item_impls)]\n \n // Regression test for <https://github.com/rust-lang/rust/issues/153502>:\n+// Regression test for <https://github.com/rust-lang/rust/issues/152893>:\n \n s... |
vercel/next.js | 92,254 | turbo-tasks-backend: stability fixes for task cancellation and error handling | ### What?
Bug fixes and a refactoring in `turbo-tasks-backend` targeting stability issues that surface when filesystem caching is enabled:
1. **Preserve `cell_type_max_index` on task error** — when a task fails partway through execution, `cell_counters` only reflects the partially-executed state. Previously, `cell_ty... | 9e1509307e336bc422bc6d1c1cc0a32ce00d9523 | be3ee02b83756b9b24c07464b94e5fb687e8b1c8 | 14 | medium | [
{
"filename": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs",
"patch": "@@ -55,10 +55,10 @@ use crate::{\n backend::{\n operation::{\n AggregationUpdateJob, AggregationUpdateQueue, ChildExecuteContext,\n- CleanupOldEdgesOperation, ComputeDirtyAndCleanUpdate, Con... |
huggingface/transformers | 43,759 | add use_deterministic to guarantee the consistency for youtu-llm model | @IlyasMoutawwakil Hi, can you help review? Thx! | a276a763fa785a7f429c5ce8241f5b16064b2f44 | 239c3d6c275f6bfefbd4268ceff8add4782bfb1f | 9 | medium | [
{
"filename": "tests/models/youtu/test_modeling_youtu.py",
"patch": "@@ -20,6 +20,7 @@\n from transformers import AutoTokenizer, is_torch_available\n from transformers.testing_utils import (\n cleanup,\n+ require_deterministic_for_xpu,\n require_torch,\n require_torch_accelerator,\n slow,... |
ollama/ollama | 15,046 | ci: fix windows cgo compiler error | cmake calls generate, but without the env vars set, winds up trying to use an absolute compiler path with spaces and gets confused. | c2b0bb7a52b02a50e63274f07a21a4539e3cfe19 | 4fda69809a3fecf73d0f71657ef50f8f7e8f43f7 | 7 | medium | [
{
"filename": ".github/workflows/test.yaml",
"patch": "@@ -64,6 +64,7 @@ jobs:\n container: nvidia/cuda:13.0.0-devel-ubuntu22.04\n extra-packages: libcudnn9-dev-cuda-13 libopenblas-dev liblapack-dev liblapacke-dev git curl\n flags: '-DCMAKE_CUDA_ARCHITECTURES=87 -DBLAS_IN... |
facebook/react | 35,929 | [DevTools] Fix null ref crash in ContextMenu when items list is empty | ## Summary
Fixes #35923
When the `ContextMenu` component renders with an empty `items` list (or when the portal container is missing), the component returns `null` and the portal `<div ref={ref}>` is never mounted. However, the `useLayoutEffect` still fires and calls `repositionToFit(ref.current, ...)` where `ref.cur... | null | 4610359651fa10247159e2050f8ec222cb7faa91 | null | low | [
{
"filename": "packages/react-devtools-shared/src/devtools/ContextMenu/ContextMenu.js",
"patch": "@@ -8,15 +8,14 @@\n */\n \n import * as React from 'react';\n-import {useLayoutEffect, createRef} from 'react';\n+import {useLayoutEffect} from 'react';\n import {createPortal} from 'react-dom';\n \n import Co... |
ollama/ollama | 14,985 | mlxrunner: support partial match on pure transformer caches | Previously, a partial match within a node's edge would truncate the path to the parent snapshot - effectively making all cache types behave as recurrent caches. Caches with only transformer layers can rewind to arbitrary boundary so this restores this capability to improve cache hits | 77491439c282192a078fdf349f0fecd686490294 | 95ee7fbd29c6a0ceff073db87b81b005cd15b9c5 | 2 | medium | [
{
"filename": "x/mlxrunner/cache/recurrent.go",
"patch": "@@ -22,14 +22,9 @@ func (c *RecurrentCache) setStateRaw(old, v *mlx.Array) *mlx.Array {\n \tif v == nil || !v.Valid() {\n \t\treturn old\n \t}\n-\tif old == v {\n-\t\treturn old\n-\t}\n \n \tmlx.Pin(v)\n-\tif old != nil && old != v {\n-\t\tmlx.Unpin(... |
electron/electron | 50,655 | test: improve cookie changed event coverage | #### Description of Change
Add coverage for some uncovered cookie 'changed' events:
- `overwrite` + `inserted` events when a cookie is overwritten with a new value
- `overwrite` + `inserted-no-value-change-overwrite` when a cookie is overwritten with the same value
- `expired-overwrite` when a cookie is overwri... | null | 69891d04bfd0bc13ef04cf11aac0f6a497af5e72 | null | low | [
{
"filename": "spec/api-session-spec.ts",
"patch": "@@ -53,6 +53,26 @@ describe('session module', () => {\n }\n });\n \n+ const collectCookieChanges = async (cookies: Electron.Cookies, action: () => Promise<void>, count: number) => {\n+ const changes: Array<{ cause: string, cookie: Electro... |
nodejs/node | 62,552 | tools: bump the eslint group in /tools/eslint with 2 updates | Bumps the eslint group in /tools/eslint with 2 updates: [@eslint/markdown](https://github.com/eslint/markdown) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `@eslint/markdown` from 7.5.1 to 8.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.c... | null | 3bb416cfd75cff8a95f4d70cf8a9096e35f41a79 | null | low | [
{
"filename": "tools/eslint/package-lock.json",
"patch": "@@ -12,11 +12,11 @@\n \"@babel/eslint-parser\": \"^8.0.0-rc.3\",\n \"@babel/plugin-syntax-import-source\": \"^8.0.0-rc.3\",\n \"@eslint/js\": \"^10.0.1\",\n- \"@eslint/markdown\": \"^7.5.1\",\n+ \"@eslint/markdow... |
nodejs/node | 62,551 | meta: bump cachix/install-nix-action from 31.9.1 to 31.10.3 | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.9.1 to 31.10.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's releases</a>.</em></p>
<blockquote>
<h2>v31.10.3</h2>
<h2>Wha... | 21c6a06228c61425491b5fce8a99d1d5aaee7a48 | 062bf5205904a7159b4ddb6d23b96e4832dcd38b | 3 | medium | [
{
"filename": ".github/workflows/linters.yml",
"patch": "@@ -149,7 +149,7 @@ jobs:\n persist-credentials: false\n sparse-checkout: '*.nix'\n sparse-checkout-cone-mode: false\n- - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1\n+ - ... |
vercel/next.js | 91,622 | Skip CI for agent/editor config directory changes | ## Summary
- Add `.agents`, `.claude`, and `.cursor` to the `docs` group in `CHANGE_ITEM_GROUPS` in `scripts/run-for-change.mjs`
- Changes to these directories (agent skill definitions, editor configs) don't affect Next.js build/runtime/tests, so CI should skip for them — same as docs-only changes
- Both `build_and_dep... | null | f922882fac7026198e1d95d936047aad72350358 | null | low | [
{
"filename": "scripts/run-for-change.mjs",
"patch": "@@ -7,6 +7,9 @@ const exec = promisify(execOrig)\n \n const CHANGE_ITEM_GROUPS = {\n docs: [\n+ '.agents',\n+ '.claude',\n+ '.cursor',\n 'bench',\n 'docs',\n 'apps/docs',",
"additions": 3,
"deletions": 0
}
] |
rust-lang/rust | 154,529 | Make `setup_dep_graph` incremental-only and more straightforward | The existing code contains some very strange control flow that can put the dep graph into an inconsistent and untested state if streaming output setup fails.
(Specifically, that failure would put `DepGraph` into an "empty" state intended for non-incremental compilation, but other parts of the compiler would still th... | null | 63712e0f9d75b95d5ffe2ff4ed30dda2240a564b | null | low | [
{
"filename": "compiler/rustc_incremental/src/lib.rs",
"patch": "@@ -10,9 +10,8 @@ mod errors;\n mod persist;\n \n pub use persist::{\n- LoadResult, copy_cgu_workproduct_to_incr_comp_cache_dir, finalize_session_directory,\n- in_incr_comp_dir, in_incr_comp_dir_sess, load_query_result_cache, save_work_p... |
huggingface/transformers | 44,428 | Add XPU Expectations for vibe voice acoustic tokenizer tests | @IlyasMoutawwakil pls help review, thx! | null | 1af62a6046ae574b719f0418fdd1d5895080d72e | null | low | [
{
"filename": "tests/fixtures/vibevoice/expected_acoustic_tokenizer_results.json",
"patch": "@@ -1 +1,4 @@\n-{\"encoder\": [[2.140625, 3.0625, -1.3671875, 5.09375, -6.125, -11.125, 0.007080078125, 0.62890625, -0.263671875, 2.734375, 3.171875, 4.8125, 1.421875, -5.125, -0.431640625, 2.3125, -5.71875, 1.29687... |
facebook/react | 35,790 | [errors] s/form state/action state | Noticed `useActionState` error still refers to "form state" while writing the docs. | null | 93882bd40ee48dc6d072dfc0b6cc7801fac1be31 | null | low | [
{
"filename": "packages/react-dom/src/__tests__/ReactDOMForm-test.js",
"patch": "@@ -1092,7 +1092,7 @@ describe('ReactDOMForm', () => {\n const root = ReactDOMClient.createRoot(container);\n await act(async () => {\n root.render(<App />);\n- await waitForThrow('Cannot update form state wh... |
ollama/ollama | 14,984 | launch: skip openclaw gateway health check when no daemon install | This fixes issues with installing open claw in a headless environment, where waiting for the gateway would fail. | 5759c2d2d20bc3193e4520f4a6af42545dbbc104 | 6df6d097d94ee82897ac2a54621fb7a2d0e175eb | 10 | medium | [
{
"filename": "cmd/launch/openclaw.go",
"patch": "@@ -80,6 +80,12 @@ func (c *Openclaw) Run(model string, args []string) error {\n \t\t}\n \t\tif canInstallDaemon() {\n \t\t\tonboardArgs = append(onboardArgs, \"--install-daemon\")\n+\t\t} else {\n+\t\t\t// When we can't install a daemon (e.g. no systemd, su... |
huggingface/transformers | 45,044 | fix bug for janus model image generation | Fix issue in https://github.com/huggingface/transformers/issues/44792. @zucchini-nlp @ydshieh pls help review, thx! | 66958ae60e221e39356576031d6eb893d4228c2c | 6abd9725ee7d809dc974991f8ff6c958afb63a3a | 12 | medium | [
{
"filename": "src/transformers/models/janus/modeling_janus.py",
"patch": "@@ -18,7 +18,6 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-import copy\n from collections.abc import Callable\n from dataclasses import dataclass\n \n@@ -1204,23 ... |
electron/electron | 50,664 | test: improve cookie changed event coverage | Backport of #50655
See that PR for details.
Notes: none. | null | ef8c983ccbd14f34c80c26306568b87022a3a669 | null | low | [
{
"filename": "spec/api-session-spec.ts",
"patch": "@@ -53,6 +53,26 @@ describe('session module', () => {\n }\n });\n \n+ const collectCookieChanges = async (cookies: Electron.Cookies, action: () => Promise<void>, count: number) => {\n+ const changes: Array<{ cause: string, cookie: Electro... |
ollama/ollama | 14,919 | Fix mlxrunner subprocess deadlocks | - Deadlock on long stderr lines: The stderr reader used bufio.Scanner which stops at 64KB lines. If the subprocess exceeded this, the OS pipe buffer filled and the subprocess deadlocked. Replaced with an io.Copy-based statusWriter that streams stderr without buffering constraints.
- Done channel consumed by first rece... | 0ff7d724ff5a807c420dfe6f9bd1870c546ea426 | d7c176ab91724751df0eb74ee1df1f8571b515ce | 1 | medium | [
{
"filename": "llm/server.go",
"patch": "@@ -87,7 +87,8 @@ type LlamaServer interface {\n type llmServer struct {\n \tport int\n \tcmd *exec.Cmd\n-\tdone chan error // Channel to signal when the process exits\n+\tdone chan struct{} // closed when the process exits\n+\tdoneErr error ... |
nodejs/node | 62,543 | meta: bump actions/cache from 5.0.3 to 5.0.4 | Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v5.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add release instructions an... | null | f5e788a50e123abc3da08cd1b8d3662e5f49a752 | null | low | [
{
"filename": ".github/workflows/update-v8.yml",
"patch": "@@ -20,7 +20,7 @@ jobs:\n with:\n persist-credentials: false\n - name: Cache node modules and update-v8\n- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3\n+ uses: actions/cache@668228422a... |
huggingface/transformers | 45,169 | Fix explicit local code resolution for tokenizers and image processors | In https://github.com/huggingface/transformers/pull/45094 I introduced some errors to the remote code resolution when trying to detect if local code belonged to Transformers or not.
These tests were:
```bash
pytest tests/models/cohere_asr/test_modeling_cohere_asr.py::CohereAsrIntegrationTest::test_longform_english
py... | 81db7d3513a7045ef96c55eec71b8075c529d098 | 43ed69fe91642e0b37cdc243bb3af2629108f727 | 8 | medium | [
{
"filename": "src/transformers/models/auto/image_processing_auto.py",
"patch": "@@ -725,7 +725,7 @@ def from_pretrained(cls, pretrained_model_name_or_path, *inputs, **kwargs):\n has_remote_code = image_processor_auto_map is not None\n has_local_code = image_processor_class is not None or ty... |
rust-lang/rust | 154,565 | Remove `DepGraphData::dep_node_debug`. | This hashmap was added in rust-lang/rust#42625 and is used for debug-only printing. If a key isn't recoverable, `DepNode::construct` will create a string for it (using `DepNodeKey::to_debug_str`) and insert the string in the hashmap, but only if (a) it's a debug build, and (b) `-Zincremental-info` or `-Zquery-dep-graph... | null | 659a7fcd0aa8e8f6421051c95e33cabe7618c4f6 | null | low | [
{
"filename": "compiler/rustc_middle/src/dep_graph/dep_node.rs",
"patch": "@@ -121,19 +121,7 @@ impl DepNode {\n where\n Key: DepNodeKey<'tcx>,\n {\n- let dep_node = DepNode { kind, key_fingerprint: key.to_fingerprint(tcx).into() };\n-\n- #[cfg(debug_assertions)]\n- {\n-... |
ollama/ollama | 14,106 | add ability to turn on debug request logging | If `OLLAMA_DEBUG_LOG_REQUESTS` is set, then on server startup a temp folder will be created. Upon any inference request, the body will be logged to a file in this folder, as well as a small shell script to "replay" the request using cURL.
This is just intended for debugging scenarios, not as something to turn on nor... | 3f3a24b4189a6c143d691c0747af3f284ff8928f | 46cb7795e1b59e24c6f540ce1fad5ac630982a0a | 2 | medium | [
{
"filename": "envconfig/config.go",
"patch": "@@ -214,6 +214,8 @@ func LogLevel() slog.Level {\n var (\n \t// FlashAttention enables the experimental flash attention feature.\n \tFlashAttention = BoolWithDefault(\"OLLAMA_FLASH_ATTENTION\")\n+\t// DebugLogRequests logs inference requests to disk for replay/... |
vercel/next.js | 89,861 | ci: add node-stream test coverage workflow | ## Summary
Run existing app-dir tests with `__NEXT_USE_NODE_STREAMS=true` in CI to validate the node stream rendering path alongside the default web stream path.
- New CI job in `build_and_test.yml` that runs a curated set of app-dir tests with the flag enabled
- `test/use-node-streams-tests-manifest.json`: manifest ... | null | 058d950b15be9f6631703c53fd4f782ca5f859a9 | null | low | [
{
"filename": ".github/workflows/build_and_test.yml",
"patch": "@@ -812,7 +812,6 @@ jobs:\n \n uses: ./.github/workflows/build_reusable.yml\n with:\n- # Keep Next.js related env variables in sync with additionalEnv in next-deploy.ts\n afterBuild: |\n export __NEXT_CACHE_COMPONENTS... |
electron/electron | 50,642 | ci: add Datadog metrics to clean-src-cache job | #### Description of Change
Enhanced the `clean-src-cache` workflow to capture and report disk space metrics to Datadog. The workflow now:
1. Captures disk space metrics before cleanup (free space and total capacity for both cache volumes)
2. Performs the existing cleanup of files older than 15 days
3. Captures disk s... | c6e201c96598e169300c86ad59940abdad91f4ec | c3d441cf7df415b766c5b57e346d7377280958ef | 16 | medium | [
{
"filename": ".github/workflows/clean-src-cache.yml",
"patch": "@@ -17,19 +17,139 @@ jobs:\n runs-on: electron-arc-centralus-linux-amd64-32core\n permissions:\n contents: read\n+ env:\n+ DD_API_KEY: ${{ secrets.DD_API_KEY }}\n container:\n image: ghcr.io/electron/build:bc2f4... |
nodejs/node | 62,555 | build: bump GCC requirement to 13.2 | V8 can no longer be compiled with GCC 12.
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
- the commit message formatting guidelines at
https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#commit-message-g... | 7b8934d2e4896bf453c6bd5228484fbcaef82cd2 | 6d954e7bbbc4d4f4b09a346b4feca4aaf250e6d4 | 22 | medium | [
{
"filename": "BUILDING.md",
"patch": "@@ -156,7 +156,7 @@ Depending on the host platform, the selection of toolchains may vary.\n \n | Operating System | Compiler Versions |\n | ---------------- | ------------------------------------------------------------... |
facebook/react | 35,948 | [noop] Fail tests on unasserted recoverable errors | `react-noop-renderer` previously swallowed recoverable errors (from `onRecoverableError`). Now we pass those through to `console.error` so that we fail the test unless `assertConsoleError` | null | ee4699f5a1833bd12701d21556f36376d6ebad8b | null | low | [
{
"filename": "packages/react-noop-renderer/src/createReactNoop.js",
"patch": "@@ -1151,9 +1151,9 @@ function createReactNoop(reconciler: Function, useMutation: boolean) {\n }\n }\n \n- function onRecoverableError(error) {\n- // TODO: Turn this on once tests are fixed\n- // console.error(error)... |
rust-lang/rust | 154,821 | Add three tests for fixed issues (two ICEs and one coherence checking failure that now passes) | Closes rust-lang/rust#112588.
Closes rust-lang/rust#113793.
Closes rust-lang/rust#119382. | null | 549c4e411f4c21ef4c2513934ce1d510688c3b06 | null | low | [
{
"filename": "tests/ui/closures/closure-2021-captures-lint-field-projection-ice-119382.rs",
"patch": "@@ -0,0 +1,21 @@\n+//! Regression test for <https://github.com/rust-lang/rust/issues/119382>.\n+//!\n+//! The `-Wrust-2021-incompatible-closure-captures` lint used to ICE\n+//! when applied to erroneous co... |
nodejs/node | 62,550 | meta: bump step-security/harden-runner from 2.15.0 to 2.16.1 | Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.15.0 to 2.16.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's releases</a>.</em></p>
<blockquote>
<h2>v2.16.1</h2>
<... | ef601acf4d1861bb0b7f9cfe255da0e91b67f15f | 731fe9738fd5077d8351f6dd3b465a0a3452be2e | 3 | high | [
{
"filename": ".github/workflows/scorecard.yml",
"patch": "@@ -35,7 +35,7 @@ jobs:\n \n steps:\n - name: Harden Runner\n- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0\n+ uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901... |
ollama/ollama | 14,961 | parsers: robust xml tool repair | Previous xml repair for glm was a good start, but we need to go further and repair any incorrect open or closing tags | null | 126d8db7f3ad151ead9fb588f3a56cd5f5c9c13b | null | low | [
{
"filename": "model/parsers/glm46.go",
"patch": "@@ -345,44 +345,163 @@ func escapeGLM46Content(s string) string {\n \treturn result.String()\n }\n \n-// repairUnclosedArgValues inserts missing </arg_value> closing tags.\n-// GLM models sometimes omit the closing tag, producing XML like:\n-//\n-//\t<arg_va... |
vercel/next.js | 91,635 | Update Rspack production test manifest | This auto-generated PR updates the production integration test manifest used when testing Rspack. | null | 46377eacf55a99c6c3a6b8c68c326ac71788d30c | null | low | [
{
"filename": "test/rspack-build-tests-manifest.json",
"patch": "@@ -139,7 +139,6 @@\n },\n \"test/e2e/app-dir/actions-allowed-origins/app-action-allowed-origins.test.ts\": {\n \"passed\": [\n- \"app-dir action allowed origins should not crash for requests from privacy sensitive contexts\",\n ... |
nodejs/node | 62,549 | meta: bump actions/download-artifact from 8.0.0 to 8.0.1 | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<h2>What's C... | cf17899ab946ea71d5fd1591d8519b4e5db30079 | 21c6a06228c61425491b5fce8a99d1d5aaee7a48 | 4 | medium | [
{
"filename": ".github/workflows/build-tarball.yml",
"patch": "@@ -127,7 +127,7 @@ jobs:\n - name: Environment Information\n run: npx envinfo\n - name: Download tarball\n- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0\n+ uses: actions/do... |
electron/electron | 50,671 | fix: resolve getFileHandle concurrent stalling by queuing callbacks | Backport of #50597
See that PR for details.
Notes: Fixed an issue where concurrent `getFileHandle` requests on the same path could stall indefinitely. | null | 28f46a967e952b7ed78804765bbcbddb7c0b2e85 | null | low | [
{
"filename": "shell/browser/file_system_access/file_system_access_permission_context.cc",
"patch": "@@ -697,7 +697,11 @@ void FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess(\n content::GlobalRenderFrameHostId frame_id,\n base::OnceCallback<void(SensitiveEntryResult)> callback) {\n ... |
huggingface/transformers | 45,166 | Re-add regex substitutions to the response parsing spec | We didn't think we needed them, but I think we do after all! | null | c1237d9bec73c24546b909b10468eef5043ec30f | null | low | [
{
"filename": "src/transformers/utils/chat_parsing_utils.py",
"patch": "@@ -70,14 +70,22 @@ def recursive_parse(\n \n # If not, we have to do a little parsing. First, set some vars and do basic validation\n node_type = node_schema.get(\"type\")\n- has_regex = \"x-regex\" in node_schema or \"x-reg... |
huggingface/transformers | 44,490 | fix model parallelism bug for eurobert model | @ArthurZucker @Cyrilvallez pls help review, thx! This PR fixes failed test case:
`pytest -rA tests/models/eurobert/test_modeling_eurobert.py::EuroBertModelTest::test_model_parallelism` | cb17d70d826be788f9fd7a9bc19aa7e7bbd56bf0 | 03d0496893fb2b8f94379c1a87a451ec680d7453 | 2 | medium | [
{
"filename": "src/transformers/models/eurobert/modeling_eurobert.py",
"patch": "@@ -512,6 +512,7 @@ def forward(\n if attention_mask is None:\n pooled_output = last_hidden_state.mean(dim=1)\n else:\n+ attention_mask = attention_mask.to(... |
electron/electron | 50,668 | fix: validate `dock_state_ `against allowlist before JS execution | Backport of #50646
See that PR for details.
Notes: none | 4323fa4b067c7a97c3ef5b511bcf9139e71467fc | 04614eed17986bddc43eb509ec870424ee6a47d1 | 7 | medium | [
{
"filename": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -12,6 +12,7 @@\n #include <utility>\n \n #include \"base/base64.h\"\n+#include \"base/containers/fixed_flat_set.h\"\n #include \"base/containers/span.h\"\n #include \"base/dcheck_is_on.h\"\n #include \"base/memory/raw_ptr.h\"\n@@ -16... |
facebook/react | 35,958 | [DevTools] Don't connect to pages that are being prerendered |
## Summary
Fixes https://github.com/facebook/react/issues/35954
Root cause was ping-ponging the proxy connection between the actual page and the prerendered page. Both were battling for the same tab ID.
[We'll see if `pageshow` firing while prerendering is actually a bug](https://issues.chromium.org/issues/4... | null | 23b2d8514f13f109b980b0a1f4f3aab906ad51d0 | null | low | [
{
"filename": "flow-typed/environments/dom.js",
"patch": "@@ -1415,6 +1415,8 @@ declare class Document extends Node {\n links: HTMLCollection<HTMLLinkElement>;\n media: string;\n open(url?: string, name?: string, features?: string, replace?: boolean): any;\n+ /** @see {@link https://developer.mozilla... |
rust-lang/rust | 154,807 | add regression test for 119686 | closes rust-lang/rust#119686 | null | 8ae94a90e5e838c2a7d738ce7f2734d1328669f4 | null | low | [
{
"filename": "tests/ui/borrowck/async-trait-proposes-let-binding.rs",
"patch": "@@ -0,0 +1,16 @@\n+// Regression test for <https://github.com/rust-lang/rust/issues/119686>.\n+//@ edition: 2024\n+struct A;\n+pub trait Trait1 {\n+ async fn func() -> ();\n+}\n+\n+impl Trait1 for A {\n+ async fn func() -... |
ollama/ollama | 14,885 | app: fix desktop app stuck loading when OLLAMA_HOST is an unspecified bind address | This PR:
- Add `envconfig.ConnectableHost()` that returns `Host()` with unspecified bind addresses (`0.0.0.0`, `::`) replaced by loopback (`127.0.0.1`, `::1`)
- Use `ConnectableHost()` in `api.ClientFromEnvironment()` so all clients (desktop app, CLI, tools) automatically connect to a reachable address
- Use `Connec... | null | 3f3a24b4189a6c143d691c0747af3f284ff8928f | null | low | [
{
"filename": "app/ui/ui.go",
"patch": "@@ -155,7 +155,7 @@ func (s *Server) ollamaProxy() http.Handler {\n \t\t\t\t\treturn\n \t\t\t\t}\n \n-\t\t\t\ttarget := envconfig.Host()\n+\t\t\t\ttarget := envconfig.ConnectableHost()\n \t\t\t\ts.log().Info(\"configuring ollama proxy\", \"target\", target.String())\n... |
vercel/next.js | 91,647 | [test] Increase `retry` timeouts for two flaky `app-action` tests | - [Flakiness metric for `should handle redirects to routes that provide an invalid RSC response`](https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40git.repository.id%3A%22github.com%2Fvercel%2Fnext.js%22%20%40test.name%3A%22app-dir%20action%20handling%20fetch%20actions%20should%20handle%20redirects%20... | null | d57459c31609d1897d811fd821c01b3238561da7 | null | low | [
{
"filename": "test/e2e/app-dir/actions/app-action.test.ts",
"patch": "@@ -1335,7 +1335,7 @@ describe('app-dir action handling', () => {\n )\n expect(await browser.url()).toBe(`${next.url}/pages-dir`)\n expect(mpaTriggered).toBe(true)\n- }, 5000)\n+ }, 10_000)\n })\n \n... |
nodejs/node | 62,545 | meta: bump codecov/codecov-action from 5.5.2 to 6.0.0 | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>⚠️ This version intr... | null | 25932918d8718296ce1fd3632c8cacb4243b3510 | null | low | [
{
"filename": ".github/workflows/coverage-linux-without-intl.yml",
"patch": "@@ -87,6 +87,6 @@ jobs:\n - name: Clean tmp\n run: rm -rf coverage/tmp && rm -rf out\n - name: Upload\n- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2\n+ uses: cod... |
electron/electron | 50,646 | fix: validate `dock_state_ `against allowlist before JS execution | #### Description of Change
The dock_state_ member was concatenated directly into a JavaScript string and executed via ExecuteJavaScript() in the DevTools context.
We should validate against the four known dock states and fall back to "right" for any unrecognized value for safety.
#### Checklist
<!-- Remove it... | null | 12109371d3aa06bc95bf18893748782839023a8f | null | low | [
{
"filename": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -12,6 +12,7 @@\n #include <utility>\n \n #include \"base/base64.h\"\n+#include \"base/containers/fixed_flat_set.h\"\n #include \"base/containers/span.h\"\n #include \"base/dcheck_is_on.h\"\n #include \"base/memory/raw_ptr.h\"\n@@ -16... |
facebook/react | 35,957 | [DevTools] Improve type coverage for extension runtime API | Adds types for `chrome.runtime.*` and `chrome.tabs.*`. Types are based of off the version that's shared across browsers. We'll see if we need different versions for chrome and firefox.
`devtools.panels`, `storage`, `permissions`, and `scripting` are still typed as `any`. Main interest was `runtime` and `tabs` to inv... | null | 4b568a8dbb4cb84b0067f353b9c0bec1ddb61d8e | null | low | [
{
"filename": "packages/react-devtools-extensions/src/background/index.js",
"patch": "@@ -1,4 +1,12 @@\n-/* global chrome */\n+/**\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this... |
huggingface/transformers | 44,657 | fix bug embedding_size mismatch with hidden_size in electra model test | @ArthurZucker @Cyrilvallez pls help review. Thx! | null | 3bf92002f84291f61fd6556a946e895609c516f3 | null | low | [
{
"filename": "tests/models/electra/test_modeling_electra.py",
"patch": "@@ -126,6 +126,7 @@ def prepare_config_and_inputs(self):\n def get_config(self):\n return ElectraConfig(\n vocab_size=self.vocab_size,\n+ embedding_size=self.hidden_size, # Match hidden_size to avoid... |
electron/electron | 50,665 | fix: validate `dock_state_ `against allowlist before JS execution | Backport of #50646
See that PR for details.
Notes: none | be7baccf819b1993396f8531410ad15a11b690a8 | efc4d3c6b6f1c04f658ca0d9d2512dcfe78eb7ba | 2 | high | [
{
"filename": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -12,6 +12,7 @@\n #include <utility>\n \n #include \"base/base64.h\"\n+#include \"base/containers/fixed_flat_set.h\"\n #include \"base/containers/span.h\"\n #include \"base/dcheck_is_on.h\"\n #include \"base/memory/raw_ptr.h\"\n@@ -16... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.