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
ollama/ollama
10,310
ml: add missing cmake property and remove additional CMakeLists.txt
943464ccb85678069b2ad44051f13203c51e67b0
dc264be6ffa39cc2cb02565fd8674a894b066936
2
medium
[ { "filename": "CMakeLists.txt", "patch": "@@ -24,6 +24,7 @@ set(GGML_LLAMAFILE ON)\n set(GGML_CUDA_PEER_MAX_BATCH_SIZE 128)\n set(GGML_CUDA_GRAPHS ON)\n set(GGML_CUDA_FA ON)\n+set(GGML_CUDA_COMPRESSION_MODE none)\n \n if((CMAKE_OSX_ARCHITECTURES AND NOT CMAKE_OSX_ARCHITECTURES MATCHES \"arm64\")\n OR (N...
ggml-org/llama.cpp
20,652
benches : add Nemotron 3 Nano on DGX Spark
null
9b342d0a9f2f4892daec065491583ec2be129685
null
low
[ { "filename": "benches/nemotron/nemotron-dgx-spark.md", "patch": "@@ -24,9 +24,9 @@ Fri Mar 6 11:39:45 2026\n +-----------------------------------------+------------------------+----------------------+\n ```\n \n-## ggml-org/nemotron-3-super-120b-GGUF\n+## ggml-org/Nemotron-3-Super-120B-GGUF\n \n-Model: ht...
huggingface/transformers
43,503
Enhance repo consistence bot
# What does this PR do? Allow it to do a subset of simpler fixes instead a full set.
e4f63302789932da47fbca8849428c8092dc0cc3
0189e042b8bd73573b95d7be7910f0ceab9c23f1
26
medium
[ { "filename": ".github/workflows/pr-repo-consistency-bot.yml", "patch": "@@ -7,15 +7,15 @@ on:\n branches-ignore:\n - main\n concurrency:\n- group: ${{ github.workflow }}-${{ github.event.issue.number }}-${{ startsWith(github.event.comment.body, '@bot /repo') }}\n+ group: ${{ github.workflow }}-...
electron/electron
49,642
fix: alt-space should route through 'system-context-menu'
Backport of #49619 See that PR for details. Notes: Fixed an issue where alt+space triggered th system context menu even if an accelerator was registered for the hotkey combination.
null
0abdb91b7802196f11c8d2bffabdf661bf343cc6
null
low
[ { "filename": "shell/browser/ui/win/electron_desktop_window_tree_host_win.cc", "patch": "@@ -150,6 +150,31 @@ bool ElectronDesktopWindowTreeHostWin::HandleMouseEvent(ui::MouseEvent* event) {\n return views::DesktopWindowTreeHostWin::HandleMouseEvent(event);\n }\n \n+bool ElectronDesktopWindowTreeHostWin::...
nodejs/node
60,369
build: update android-patches/trap-handler.h.patch
When compiling the Android static library, I found that the patch file `trap-handler.h.patch` was outdated: ``` ubuntu:~/work/node$ ./android-configure patch Node.js android configure: Found Python 3.12.3... - Patches List - [1] [deps/v8/src/trap-handler/trap-handler.h] related to https://github.com/nodejs/node/i...
null
16188998e2f7ad8a5855477429e8da689c3f0dd9
null
low
[ { "filename": "android-patches/trap-handler.h.patch", "patch": "@@ -1,26 +1,47 @@\n---- trap-handler.h\t2022-08-11 09:01:23.384000000 +0800\n-+++ fixed-trap-handler.h\t2022-08-11 09:09:15.352000000 +0800\n-@@ -17,23 +17,7 @@\n- namespace internal {\n- namespace trap_handler {\n- \n+--- trap-handler.h\n++++ ...
vuejs/vue
10,031
[automated] Patreon sponsors update
This is an automated pull request.
0caebfe905bc1e587fb583de778287c2362bba1a
06d4ad40a49e85e678ce2aa8fac0ecf2176f86e2
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -36,7 +36,7 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n </a>\n </td>\n <td align=\"center\" valign=\"middle\">\n- <a href=\"https://www.bitsrc.io/?utm_source=vue&utm_medium=vue&utm_campaign=vue&utm_...
ollama/ollama
10,303
server/internal/registry: remove superfluous progress bar flush
This removes the extra flushProgress() at the end of handlePull. It is unnecessary because final progress updates are flushed in all cases of the main select loop.
1e7f62cb429e5a962dd9c448e7b1b3371879e48b
369de832cdca7680c8f50ba196d39172a895fcad
5
medium
[ { "filename": "server/internal/registry/server.go", "patch": "@@ -284,7 +284,6 @@ func (s *Local) handlePull(w http.ResponseWriter, r *http.Request) error {\n \t\t\tfl.Flush()\n \t\t}\n \t}\n-\tdefer flushProgress()\n \n \tt := time.NewTicker(1<<63 - 1) // \"unstarted\" timer\n \tstart := sync.OnceFunc(func...
vuejs/vue
9,934
fix typo
<!-- Please make sure to read the Pull Request Guidelines: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines --> <!-- PULL REQUEST TEMPLATE --> <!-- (Update "[ ]" to "[x]" to check a box) --> **What kind of change does this PR introduce?** (check at least one) - [ ] Bugf...
26bd80774fd70625b2ec44ddd9c967571ef4a884
0caebfe905bc1e587fb583de778287c2362bba1a
2
high
[ { "filename": "README.md", "patch": "@@ -92,7 +92,7 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n </table>\n <!--special-china end-->\n \n-<h3 align=\"center\">Gold Sponsors</h4>\n+<h3 align=\"center\">Gold Sponsors</h3>\n \n <!--gold start-->\n <table>", "additio...
nodejs/node
61,434
doc: remove Windows Dev Home instructions from BUILDING
Fixes: https://github.com/nodejs/node/issues/61424 ## Situation [Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/) instructions in the [BUILDING > Windows > Option 2: Automated install with WinGet](https://github.com/nodejs/node/blob/main/BUILDING.md#option-2-automated-install-with-winget) document s...
33ea43eff3835b3f34e27fd9ecbacddabfc1fe5c
a5ae2b2879d9c381d21b74e5a56c3604a0458c9c
4
medium
[ { "filename": "BUILDING.md", "patch": "@@ -791,14 +791,6 @@ To install Node.js prerequisites from PowerShell Terminal:\n winget configure .\\.configurations\\configuration.dsc.yaml\n ```\n \n-Alternatively, you can use [Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/)\n-to install the prerequi...
ollama/ollama
10,304
server/internal/client/ollama: cleanup use of multiple counters
The completed and received counters must work in tandem and the code should better reflect that. Previously, the act of updating them was 2-3 lines of code duplicated in multiple places. This consolidates them into a single update closure for easy reading and maintenance. This also simplifies error handling in place...
1e7f62cb429e5a962dd9c448e7b1b3371879e48b
3457a315b241d5d2ada9958d22cc5effb2643a7e
4
medium
[ { "filename": "server/internal/client/ollama/registry.go", "patch": "@@ -431,14 +431,13 @@ func (r *Registry) Push(ctx context.Context, name string, p *PushParams) error {\n //\n // It always calls update with a nil error.\n type trackingReader struct {\n-\tl *Layer\n \tr io.Reader\n-\tupdate func...
vuejs/vue
9,970
[automated] Patreon sponsors update
This is an automated pull request.
f0b9c923786e1e35e4586502d21cc2f804c9489d
26bd80774fd70625b2ec44ddd9c967571ef4a884
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -221,6 +221,11 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n </td>\n </tr><tr></tr>\n <tr>\n+ <td align=\"center\" valign=\"middle\">\n+ <a href=\"https://www.bacancytechnology.com\" target=\"_blank\">...
ggml-org/llama.cpp
20,365
tests : write to binary buffer to avoid newline translation in jinja -py
Write directly to `stdout` binary buffer for Python tests to avoid newline translation. Should fix test on Windows.
null
55e87026f7b782a577544516687326d402b0503b
null
low
[ { "filename": "tests/test-jinja.cpp", "patch": "@@ -1915,7 +1915,7 @@ env.globals[\"raise_exception\"] = raise_exception\n \n template = env.from_string(tmpl)\n result = template.render(**vars_json)\n-print(result, end='')\n+sys.stdout.buffer.write(result.encode())\n )\";\n \n static void test_template_py(t...
facebook/react
33,792
[Flight] Assume `__turbopack_load_by_url__ ` returns a cached Promise
React doesn't have a signal it can hook into to dispose of chunk cache. Bundlers used to re-evaluate the React Client module to get a fresh cache. However, this is problematic if React Client is in the same bundle (but different module layer) as React Server. Re-evaluating React Server is not safe since it contains ...
null
d85ec5f5bd778d09214e3429e7fd043c4a152242
null
low
[ { "filename": "packages/react-server-dom-turbopack/src/client/ReactFlightClientConfigBundlerTurbopack.js", "patch": "@@ -132,12 +132,6 @@ export function resolveServerReference<T>(\n return [resolvedModuleData.id, resolvedModuleData.chunks, name];\n }\n \n-// The chunk cache contains all the chunks we've ...
vercel/next.js
88,953
Enable pnpm dependency caching in e2e deploy tests
Adds pnpm dependency caching to the e2e deploy test workflow. Basically all workflows using build_reusable in a GitHub hosted runners now get pnpm dependency caching. Self-hosted runners relied on the persisted worker environment. It's also nice for forks/mirrors that use GitHub-hosted runners. For e2e deploy tes...
null
62f400216a6d40e6a96ffd185511c09fa48075ae
null
low
[ { "filename": ".github/workflows/build_reusable.yml", "patch": "@@ -200,6 +200,22 @@ jobs:\n with:\n fetch-depth: 25\n \n+ # Cache pnpm store on GitHub-hosted runners (self-hosted runners have their own persistent storage)\n+ - name: Get pnpm store directory\n+ if: ${{ run...
electron/electron
49,619
fix: alt-space should route through 'system-context-menu'
#### Description of Change Closes https://github.com/electron/electron/issues/49507 Closes https://github.com/electron/electron/issues/19429 Routes alt-space through 'system-context-menu', allowing a user to prevent default behavior of showing the system context menu. #### Checklist <!-- Remove items that do...
null
8fdb7549bb3009db3f1c42e1d167028500aba39e
null
low
[ { "filename": "shell/browser/ui/win/electron_desktop_window_tree_host_win.cc", "patch": "@@ -150,6 +150,31 @@ bool ElectronDesktopWindowTreeHostWin::HandleMouseEvent(ui::MouseEvent* event) {\n return views::DesktopWindowTreeHostWin::HandleMouseEvent(event);\n }\n \n+bool ElectronDesktopWindowTreeHostWin::...
huggingface/transformers
43,464
Fix failing `markuplm` integration tests
# What does this PR do? Fixes failing [MarkupLMModelIntegrationTest](https://github.com/huggingface/transformers/actions/runs/21307980813/job/61339620056#step:14:1451). ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did you r...
null
60b9abc8a7c7f92230390c88fafb2c119f931d36
null
low
[ { "filename": "tests/models/markuplm/test_modeling_markuplm.py", "patch": "@@ -368,7 +368,7 @@ def default_processor(self):\n \n @slow\n def test_forward_pass_no_head(self):\n- model = MarkupLMModel.from_pretrained(\"microsoft/markuplm-base\").to(torch_device)\n+ model = MarkupLMModel....
vuejs/vue
9,933
[automated] Patreon sponsors update
This is an automated pull request.
f478ab80106b4993398761608aee71b9724e2227
f0b9c923786e1e35e4586502d21cc2f804c9489d
10
medium
[ { "filename": "BACKERS.md", "patch": "@@ -220,6 +220,13 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n </a>\n </td>\n </tr><tr></tr>\n+ <tr>\n+ <td align=\"center\" valign=\"middle\">\n+ <a href=\"https://blokt.com/\" target=\"_blank\">...
facebook/react
33,788
[compiler] Check TSAsExpression and TSNonNullExpression reorderability
## Summary The `TSAsExpression` and `TSNonNullExpression` nodes are supported by `lowerExpression()` but `isReorderableExpression()` does not check if they can be reordered. This PR updates `isReorderableExpression()` to handle these two node types by adding cases that fall through to the existing `TypeCastExpressio...
96c61b7f1f145b9fe5103051b636959cdeb20cc8
fe813143e23675963f92d25fa1fb35b39db40272
8
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -3001,6 +3001,8 @@ function isReorderableExpression(\n }\n }\n }\n+ case 'TSAsExpression':\n+ case 'TSNonNullExpression':\n case 'TypeCastExpression': {\n return isReorderableExp...
huggingface/transformers
43,483
Add pytest-random-order for reproducible test randomization
# What does this PR do? Uses bucket=module to randomize tests within files, compatible with --dist=loadfile. CI uses CIRCLE_BUILD_NUM as seed for reproducibility across parallel containers. Local runs use random seed to catch order dependencies over time. Enables debugging by reproducing exact test order from failed...
6301b5034d4e14043a543b3228860331eea773a6
9495ae2880d53dcb8e91cad5f618787c0cfc1c96
2
medium
[ { "filename": ".circleci/create_circleci_config.py", "patch": "@@ -32,7 +32,7 @@\n \"DISABLE_SAFETENSORS_CONVERSION\": True,\n }\n # Disable the use of {\"s\": None} as the output is way too long, causing the navigation on CircleCI impractical\n-COMMON_PYTEST_OPTIONS = {\"max-worker-restart\": 0, \"vvv\...
nodejs/node
61,355
doc: clarify TypedArray properties on Buffer
Add "properties" to clarify presence of non-method properties like `byteLength`. This follows MDN which also distinguishes methods and properties. Fixes: https://github.com/nodejs/node/issues/34946 Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteLength
null
42d94e0623a02c1581b008176e4815c8ae619e5e
null
low
[ { "filename": "doc/api/buffer.md", "patch": "@@ -243,7 +243,7 @@ changes:\n -->\n \n `Buffer` instances are also JavaScript {Uint8Array} and {TypedArray}\n-instances. All {TypedArray} methods are available on `Buffer`s. There are,\n+instances. All {TypedArray} methods and properties are available on `Buffer...
facebook/react
33,757
[Flight] Don't block on debug channel if it's not wired up
React Elements reference debug data (their stack and owner) in the debug channel. If the debug channel isn't wired up this can block the client from resolving. We can infer that if there's no debug channel wired up and the reference wasn't emitted before the element, then it's probably because it's in the debug chan...
eb7f8b42c92ed804bbf7f700d2bdda276d591007
2f0e7e570d3a99adc2a18e7575d1d2bb69660e1f
4
medium
[ { "filename": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1353,6 +1353,26 @@ function waitForReference<T>(\n map: (response: Response, model: any, parentObject: Object, key: string) => T,\n path: Array<string>,\n ): T {\n+ if (\n+ __DEV__ &&\n+ // TODO: This should check for t...
ollama/ollama
10,306
Give tests more time to run
Fix flake failures on windows
null
56dc316a57f07fbed80723d1ecd589da0906018e
null
low
[ { "filename": "server/sched_test.go", "patch": "@@ -355,7 +355,7 @@ func TestRequestsMultipleLoadedModels(t *testing.T) {\n }\n \n func TestGetRunner(t *testing.T) {\n-\tctx, done := context.WithTimeout(context.Background(), 200*time.Millisecond)\n+\tctx, done := context.WithTimeout(context.Background(), 3*...
ggml-org/llama.cpp
20,639
kleidiai: add data type check to get_tensor_traits
This patch adds a check for the F16 data type into the KleidiAI get_tensor_traits function if input data isn't in the `ggml_backend_cpu_kleidiai_buffer_type` format. The path with input data not in the KleidiAI buffer type format is currently only supported for the F16 type, notably causing issues in some specific ...
null
cf21cdf36ceb456b5312aa7d9058da297f3bf574
null
low
[ { "filename": "ggml/src/ggml-cpu/kleidiai/kleidiai.cpp", "patch": "@@ -1473,10 +1473,12 @@ class extra_buffer_type : ggml::cpu::extra_buffer_type {\n if (op->src[0]->buffer && op->src[0]->buffer->buft == ggml_backend_cpu_kleidiai_buffer_type()) {\n return (ggml::cpu::tensor_trait...
vercel/next.js
89,098
[ci] Make `gh auth status` optional when triggering a release
Closes https://linear.app/vercel/issue/NAR-753/ To debug issues like https://github.com/vercel/next.js/actions/runs/21368451191 further. Backport: https://github.com/vercel/next.js/pull/89100
null
b210e2e6f2c2029f2c4f0f2e3269d42ce47eb8d7
null
low
[ { "filename": ".github/workflows/trigger_release.yml", "patch": "@@ -28,10 +28,6 @@ on:\n default: false\n type: boolean\n \n- secrets:\n- RELEASE_BOT_GITHUB_TOKEN:\n- required: true\n-\n name: Trigger Release\n \n env:\n@@ -62,6 +58,9 @@ jobs:\n \n - name: Check token\n...
electron/electron
49,658
fix: remove menu observer before destroying menu_controller_
Backport of #49648 See that PR for details. Notes: Fixed an application crash on MacOS where the menu observer was not being properly removed before garbage collection.
null
64ef870e34be860569e022146e612ee03deff091
null
low
[ { "filename": "shell/browser/api/electron_api_menu.cc", "patch": "@@ -68,6 +68,10 @@ Menu::Menu(gin::Arguments* args)\n }\n \n Menu::~Menu() {\n+ RemoveModelObserver();\n+}\n+\n+void Menu::RemoveModelObserver() {\n if (model_) {\n model_->RemoveObserver(this);\n }", "additions": 4, "deletio...
vuejs/vue
9,909
test: fix running e2e test on windows
<!-- Please make sure to read the Pull Request Guidelines: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines --> <!-- PULL REQUEST TEMPLATE --> <!-- (Update "[ ]" to "[x]" to check a box) --> **What kind of change does this PR introduce?** (check at least one) - [ ] Bugf...
null
bd6cea0973247e2a8e1d4a2250614c0bf44f0b26
null
low
[ { "filename": "test/e2e/nightwatch.config.js", "patch": "@@ -50,7 +50,8 @@ module.exports = {\n 'desiredCapabilities': {\n 'browserName': 'phantomjs',\n 'javascriptEnabled': true,\n- 'acceptSslCerts': true\n+ 'acceptSslCerts': true,\n+ 'phantomjs.binary.path': requ...
huggingface/transformers
43,499
Add missing GPURawMetrics.from_dict() method in benchmark_v2
Adds the missing `from_dict()` classmethod to the `GPURawMetrics` dataclass in `benchmark_v2/framework/hardware_metrics.py`. (`BenchmarkResult.from_dict()` is used at line 144 of `data_classes.py`) ...
null
c4b4196ee206e560f77d07b628e5982240e83158
null
low
[ { "filename": "benchmark_v2/framework/data_classes.py", "patch": "@@ -136,7 +136,7 @@ def to_dict(self, summarized: bool = False) -> dict[str, Any]:\n }\n \n @classmethod\n- def from_dict(cls, data: dict[str, None | int | float]) -> \"BenchmarkResult\":\n+ def from_dict(cls, data: dict[str...
nodejs/node
61,387
src: cache context lookup in vectored io loops
I tried to prevent the call from being repeated
null
488aaee51f0098565128ce842bcf561d539295ed
null
low
[ { "filename": "src/env-inl.h", "patch": "@@ -897,7 +897,7 @@ v8::Local<v8::Context> Environment::context() const {\n return principal_realm()->context();\n }\n \n-Realm* Environment::principal_realm() const {\n+PrincipalRealm* Environment::principal_realm() const {\n return principal_realm_.get();\n }\n...
ollama/ollama
10,239
fix write gguf padding
this change fixes the gguf writer so it correctly accounts for padding when writing tensor info. it also fixes some conversion fields this also fixes a json error in llama conversion
null
2fec73eef6e9482f606f185ebb2ae4f75ad1a37c
null
low
[ { "filename": "convert/convert_llama.go", "patch": "@@ -28,12 +28,12 @@ type llamaModel struct {\n \tNumKeyValueHeads uint32 `json:\"num_key_value_heads\"`\n \tRopeTheta float32 `json:\"rope_theta\"`\n \tRopeScaling struct {\n-\t\tType string `json:\"t...
facebook/react
33,653
Fix typo "Complier" to "Compiler" and remove duplicate issue reference
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork ...
null
4db4b21c63ebc4edc508c5f7674f9df50d8f9744
null
low
[ { "filename": "CHANGELOG.md", "patch": "@@ -19,11 +19,11 @@ An Owner Stack is a string representing the components that are directly respons\n * Updated `useId` to use valid CSS selectors, changing format from `:r123:` to `«r123»`. [#32001](https://github.com/facebook/react/pull/32001)\n * Added a dev-only ...
electron/electron
49,664
ci: handle PRs with no checks in rerun apply patches
Backport of #49630 See that PR for details. Notes: none <!-- Please add a one-line description for app developers to read in the release notes, or 'none' if no notes relevant to app developers. Examples and help on special cases: https://github.com/electron/clerk/blob/main/README.md#examples -->
1aa08a4de42984a92c3040d43a387d9258ba1405
f295327047030fd3da41213dfe2a0de43b97e169
15
medium
[ { "filename": ".github/workflows/rerun-apply-patches.yml", "patch": "@@ -35,20 +35,20 @@ jobs:\n echo \"Processing PR #${PR_NUMBER}\"\n \n # Find the Apply Patches workflow check for this PR\n- CHECK=$(gh pr checks \"$PR_NUMBER\" --json link,name,state,workflow --jq '[.[] ...
ggml-org/llama.cpp
20,629
ci : update labeler
null
0ed992973b808d3e44c2e10080198266325b677a
null
low
[ { "filename": ".github/labeler.yml", "patch": "@@ -104,3 +104,20 @@ OpenCL:\n - any-glob-to-any-file:\n - ggml/include/ggml-opencl.h\n - ggml/src/ggml-opencl/**\n+ - docs/backend/OPENCL.md\n+Hexagon:\n+ - changed-files:\n+ - any-glob-to-any-file:\n+ ...
vercel/next.js
89,084
Update Rspack development test manifest
This auto-generated PR updates the development integration test manifest used when testing Rspack.
null
ead95dfb04edd523fe8c2d20123c487e61257747
null
low
[ { "filename": "test/rspack-dev-tests-manifest.json", "patch": "@@ -237,6 +237,7 @@\n \"Error overlay - RSC build errors should error when useActionState from react is used in server component\",\n \"Error overlay - RSC build errors should error when useDeferredValue from react is used in server ...
ggml-org/llama.cpp
20,215
Map developer role to system
This adds the compatibility solution to map the developer role to system role in non-GPT-OSS models, needed for some OpenAI tools.
97c64fbdbdf6662a0f31c97918fec7d480e1ecf5
f76565db92272d98976d5b8b1809ebe1e079f8cd
10
medium
[ { "filename": "common/chat.cpp", "patch": "@@ -1352,6 +1352,17 @@ static common_chat_params common_chat_params_init_lfm2(const common_chat_templat\n \n namespace workaround {\n \n+static void map_developer_role_to_system(json & messages) {\n+ for (auto & message : messages) {\n+ if (message.contai...
vuejs/vue
9,912
fix(types): fix global namespace declaration for UMD bundle
<!-- Please make sure to read the Pull Request Guidelines: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines --> <!-- PULL REQUEST TEMPLATE --> <!-- (Update "[ ]" to "[x]" to check a box) --> **What kind of change does this PR introduce?** (check at least one) - [x] Bugf...
null
ab50e8e1da2f4f944af683252481728485fedf16
null
low
[ { "filename": "types/index.d.ts", "patch": "@@ -1,9 +1,8 @@\n import { Vue } from \"./vue\";\n+import \"./umd\";\n \n export default Vue;\n \n-export as namespace Vue;\n-\n export {\n CreateElement,\n VueConstructor", "additions": 1, "deletions": 2 }, { "filename": "types/test/tsconfig.j...
nodejs/node
61,359
fs: remove duplicate getValidatedPath calls
already validated earlier in the function https://github.com/nodejs/node/blob/main/lib/fs.js#L1635
null
2cc10dafa0721904828e5e1dbb0ce4bda7b2fc2c
null
low
[ { "filename": "lib/fs.js", "patch": "@@ -1648,7 +1648,7 @@ function statfs(path, options = { bigint: false }, callback) {\n \n callback(err, getStatFsFromBinding(stats));\n };\n- binding.statfs(getValidatedPath(path), options.bigint, req);\n+ binding.statfs(path, options.bigint, req);\n }\n \n /**\n...
facebook/react
33,756
[Flight] Treat empty message as a close signal
We typically treat an empty message as closing the debug channel stream but for the Noop renderer we don't use an intermediate stream but just pass the message through. https://github.com/facebook/react/blob/bbc13fa17be8eebef3e6ee47f48c76c0c44e2f36/packages/react-server-dom-webpack/src/client/ReactFlightDOMClientBro...
60b5271a9ad0e9eec2489b999ce774d39d09285b
eed25607629f5e67f13f53e91edec12b3388559f
7
medium
[ { "filename": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -5808,6 +5808,10 @@ export function resolveDebugMessage(request: Request, message: string): void {\n \"resolveDebugMessage/closeDebugChannel should not be called for a Request that wasn't kept alive. This is a bug in React.\"...
nodejs/node
61,431
build,win: update WinGet configurations to Python 3.14
Refs: https://github.com/nodejs/node/issues/61427 ## Situation The [BUILDING > Windows Prerequisites](https://github.com/nodejs/node/blob/main/BUILDING.md#windows-prerequisites) documentation section [2: Automated install with WinGet](https://github.com/nodejs/node/blob/main/BUILDING.md#option-2-automated-install...
be441796583ffc70d2bd6c421d82bffdd1cd837b
33ea43eff3835b3f34e27fd9ecbacddabfc1fe5c
1
medium
[ { "filename": ".configurations/configuration.dsc.yaml", "patch": "@@ -5,11 +5,11 @@ properties:\n - resource: Microsoft.WinGet.DSC/WinGetPackage\n id: pythonPackage\n directives:\n- description: Install Python 3.12\n+ description: Install Python 3.14\n module: Microsoft...
ollama/ollama
10,276
server: add `OpenAI-Beta` header to CORS safelist
alphabetized the compat list and then added a single header fixes: #9801
e53b3cbd0c3f08eb692a318c8eaf687a01c2e8c0
0fe487e7325cd72b8b06e758c2a03842c557dbda
28
medium
[ { "filename": "server/routes.go", "patch": "@@ -1152,17 +1152,18 @@ func (s *Server) GenerateRoutes(rc *ollama.Registry) (http.Handler, error) {\n \t\t\"X-Requested-With\",\n \n \t\t// OpenAI compatibility headers\n+\t\t\"OpenAI-Beta\",\n+\t\t\"x-stainless-arch\",\n+\t\t\"x-stainless-async\",\n+\t\t\"x-stai...
electron/electron
49,630
ci: handle PRs with no checks in rerun apply patches
#### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/electron/electron/blob/main/CONTRIBUTING.md --> There's an edge case that I wasn't aware of before, where `gh pr checks` exits with a ...
0e161c18eb8e3ec227bf3a90c01ba2683bf86842
ef11669b67c6b025207077c27b3beb04a72722a0
24
medium
[ { "filename": ".github/workflows/rerun-apply-patches.yml", "patch": "@@ -35,20 +35,20 @@ jobs:\n echo \"Processing PR #${PR_NUMBER}\"\n \n # Find the Apply Patches workflow check for this PR\n- CHECK=$(gh pr checks \"$PR_NUMBER\" --json link,name,state,workflow --jq '[.[] ...
huggingface/transformers
43,477
Remove stale TODO comments in UDOP tied weights
## Summary Remove outdated TODO comments claiming patch embedding weight tying is "not working". ## Details Testing confirms the tying mechanism works correctly: - `patch_embed.proj.weight` and `encoder.embed_patches.proj.weight` share the same tensor - Only source weights are saved to state_dict - Weight tying is cor...
null
ab87f2445096554e1c28ffe896afd96fa9469444
null
low
[ { "filename": "src/transformers/models/udop/modeling_udop.py", "patch": "@@ -1420,8 +1420,8 @@ class UdopModel(UdopPreTrainedModel):\n _tied_weights_keys = {\n \"encoder.embed_tokens.weight\": \"shared.weight\",\n \"decoder.embed_tokens.weight\": \"shared.weight\",\n- \"encoder.em...
ollama/ollama
10,226
ggml: Fix memory leak on input tensors
For every forward pass through the model, we need to allocate input tensors: tokens, images, positions, outputs and masks. These get allocated in system memory. However, when we close the context that the tensors were allocated through, the metadata gets freed but the actual backend memory does not. This results in ...
34c3b68fc8a14eb5a93f6bdd175fa94e2e8fa12b
f50d691254e671e69975c4e54fc4d0469b538f10
1
medium
[ { "filename": "ml/backend/ggml/ggml.go", "patch": "@@ -447,13 +447,16 @@ func (b *Backend) NewContextSize(n int) ml.Context {\n \t\tpanic(fmt.Errorf(\"requested number of graph nodes (%v) for new context exceeds maximum (%v)\", n, b.maxGraphNodes))\n \t}\n \n+\tvar allocatedBuffers []*C.struct_ggml_backend_...
facebook/react
33,755
[Fizz] Reset the segent id assignment when postponing the root
When postponing the root we encode the segment Id into the postponed state but we should really be reseting it to zero so we can restart the counter from the beginning when the resume is actually just a re-render. This also no longer assigns the root segment id based on the postponed state when resuming the root for...
befc1246b07a04b401bc6e914b7f336a442dca1a
463b808176ad7c9429a4981bb45a1da225fd4b85
17
medium
[ { "filename": "packages/react-dom/src/__tests__/ReactDOMFizzStaticBrowser-test.js", "patch": "@@ -1623,7 +1623,7 @@ describe('ReactDOMFizzStaticBrowser', () => {\n \n expect(result).toBe(\n '<!DOCTYPE html><html><head><link rel=\"expect\" href=\"#_R_\" blocking=\"render\"/></head>' +\n- '<b...
electron/electron
49,662
ci: handle PRs with no checks in rerun apply patches
Backport of #49630 See that PR for details. Notes: none <!-- Please add a one-line description for app developers to read in the release notes, or 'none' if no notes relevant to app developers. Examples and help on special cases: https://github.com/electron/clerk/blob/main/README.md#examples -->
ed8493c5b15903d21919ae520ce21f1b708327a9
96db5b9734c43c6192d1527f7dc4b013d577efd2
12
medium
[ { "filename": ".github/workflows/rerun-apply-patches.yml", "patch": "@@ -35,20 +35,20 @@ jobs:\n echo \"Processing PR #${PR_NUMBER}\"\n \n # Find the Apply Patches workflow check for this PR\n- CHECK=$(gh pr checks \"$PR_NUMBER\" --json link,name,state,workflow --jq '[.[] ...
vuejs/vue
9,917
fix(compiler): Remove the waring for valid v-slot value
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes - [ ] Other, please describe: **Does this PR introduce a breaking change?** (check one) - [ ] Yes - [x] No The Vue doc says that one can us...
ebc1893faccd1a9d953a8e8feddcb49cf1b9004d
085d188379af98e9f482d7e2009ebfd771bd7ca5
25
medium
[ { "filename": "src/compiler/error-detector.js", "patch": "@@ -36,6 +36,8 @@ function checkNode (node: ASTNode, warn: Function) {\n const range = node.rawAttrsMap[name]\n if (name === 'v-for') {\n checkFor(node, `v-for=\"${value}\"`, warn, range)\n+ } else if (name ==...
facebook/react
33,750
[compiler] Add CompilerError.UnsupportedJS variant
We use this variant for syntax we intentionally don't support: with statements, eval, and inline class declarations. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33750). * #33753 * #33752 * #33751...
0bfa404bacbad78af5b39c080ba67535f2e53044
96c61b7f1f145b9fe5103051b636959cdeb20cc8
1
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -15,6 +15,11 @@ export enum ErrorSeverity {\n * misunderstanding on the user’s part.\n */\n InvalidJS = 'InvalidJS',\n+ /**\n+ * JS syntax that is not supported and which we do not plan to support. De...
facebook/react
33,748
[compiler] More precise errors for invalid import/export/namespace statements
import, export, and TS namespace statements can only be used at the top-level of a module, which is enforced by parsers already. Here we add a backup validation of that. As of this PR, we now have only major statement type (class declarations) listed as a todo. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [S...
81e1ee7476a68fdf13c63d3002e5ef1b699b6842
0bfa404bacbad78af5b39c080ba67535f2e53044
1
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -1397,6 +1397,41 @@ function lowerStatement(\n });\n return;\n }\n+ case 'ExportAllDeclaration':\n+ case 'ExportDefaultDeclaration':\n+ case 'ExportNamedDeclaration':\n+ case 'ImportDe...
ollama/ollama
10,221
ggml: Log filesystem errors
Sometimes loading the GGUF file fails with: panic: context canceled This is probably a filesystem error but it doesn't provide any information about what happened.
dbb149e6f78673cc1c84e6527321c740d8d36a9a
bc108b9ad61da81a5d170e0f487b7603fbeb768f
8
medium
[ { "filename": "ml/backend/ggml/ggml.go", "patch": "@@ -332,6 +332,7 @@ func New(ctx context.Context, r *os.File, params ml.BackendParams) (ml.Backend,\n \t\t\t// seeking around within an FD shared between all goroutines.\n \t\t\tfile, err := os.Open(r.Name())\n \t\t\tif err != nil {\n+\t\t\t\tslog.Warn(\"fi...
ggml-org/llama.cpp
20,612
jinja : add capability check for object args
Add capability check for tool call arguments as objects.
null
1bbec6a75dd4c2dfe617978244b72f5c02e28696
null
low
[ { "filename": "common/chat.cpp", "patch": "@@ -1519,7 +1519,6 @@ static common_chat_params common_chat_templates_apply_jinja(const struct common_\n // map developer to system for all models except for GPT-OSS\n workaround::map_developer_role_to_system(params.messages);\n }\n- workarou...
huggingface/transformers
43,480
fix(Phi4Multimodal): Fix incorrect default vision/audio config initialization in Phi4MultimodalConfig
## 🐛 Bug Fix: Phi4MultimodalConfig default sub-config initialization This PR fixes two issues in `Phi4MultimodalConfig.__init__` related to default initialization of multimodal sub-configs. Rations in Phi4MultimodalConfig # What does this PR do? ### ❌ Problems fixed 1. When `vision_config` is `None`,...
55dadb865681d9330f7b1e8fec92156cc38cd253
3abe00a942ef74eb74f7a4cb44f3911cd78cf254
23
medium
[ { "filename": "src/transformers/models/phi4_multimodal/configuration_phi4_multimodal.py", "patch": "@@ -376,12 +376,12 @@ def __init__(\n if isinstance(vision_config, dict):\n vision_config = Phi4MultimodalVisionConfig(**vision_config)\n elif vision_config is None:\n- ...
electron/electron
49,663
ci: handle PRs with no checks in rerun apply patches
Backport of #49630 See that PR for details. Notes: none <!-- Please add a one-line description for app developers to read in the release notes, or 'none' if no notes relevant to app developers. Examples and help on special cases: https://github.com/electron/clerk/blob/main/README.md#examples -->
f36da597ff2e6dbeffd0fde40c3cdd400b23644b
712bafde02f93fde454a4a30b7ed0eb317788874
10
medium
[ { "filename": ".github/workflows/rerun-apply-patches.yml", "patch": "@@ -35,20 +35,20 @@ jobs:\n echo \"Processing PR #${PR_NUMBER}\"\n \n # Find the Apply Patches workflow check for this PR\n- CHECK=$(gh pr checks \"$PR_NUMBER\" --json link,name,state,workflow --jq '[.[] ...
nodejs/node
61,428
doc: update Python 3.14 manual install instructions (Windows)
Refs: https://github.com/nodejs/node/issues/61427 Refs: https://github.com/nodejs/node-gyp/issues/3264 ## Current documentation The document section [BUILDING > Windows Prerequisites > Option 1: Manual install](https://github.com/nodejs/node/blob/main/BUILDING.md#option-1-manual-install) provides the following i...
null
be441796583ffc70d2bd6c421d82bffdd1cd837b
null
low
[ { "filename": "BUILDING.md", "patch": "@@ -735,8 +735,8 @@ Refs:\n \n ##### Option 1: Manual install\n \n-* The current [version of Python][Python versions] from the\n- [Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation)\n+* The current [version of Python][Python...
vercel/next.js
89,100
[backport][ci] Make gh auth status optional when triggering a release
Backports https://github.com/vercel/next.js/pull/89098 Part of Closes https://linear.app/vercel/issue/NAR-753/
null
098c0c0f2b1fa59b78315cf2e2a98ee1934956b8
null
low
[ { "filename": ".github/workflows/trigger_release.yml", "patch": "@@ -28,10 +28,6 @@ on:\n default: false\n type: boolean\n \n- secrets:\n- RELEASE_BOT_GITHUB_TOKEN:\n- required: true\n-\n name: Trigger Release\n \n env:\n@@ -62,6 +58,9 @@ jobs:\n \n - name: Check token\n...
huggingface/transformers
43,403
handle 1D position_ids for modeling_flash_attention_utils as well
This PR fixes failed test case of `pytest -rA tests/models/lighton_ocr/test_modeling_lighton_ocr.py::LightOnOcrForConditionalGenerationModelTest::test_eager_matches_fa2_generate`, in this case `position_ids` is concated to 1D in [position_ids_in_meshgrid](https://github.com/huggingface/transformers/blob/main/src/tran...
55d1d0933b09a5eab79f10bde80384256837b5b5
760946c7fa417f9c2eda74416b67ff5999b34bc1
8
medium
[ { "filename": "tests/models/lighton_ocr/test_modeling_lighton_ocr.py", "patch": "@@ -243,11 +243,14 @@ def _prepare_for_class(self, inputs_dict, model_class, return_labels=False):\n \"\"\"\n inputs_dict = super()._prepare_for_class(inputs_dict, model_class, return_labels=return_labels)\n \n-...
vuejs/vue
9,884
feat: add warning when .native modifier is used on native HTML elements
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes - [ ] Other, please describe: **Does this PR introduce a breaking change?** (check one) - [ ] Yes - [x] No If yes, please describe the impa...
null
861aea16615a9736eab6af6d05fa5500ae4d6c37
null
low
[ { "filename": "src/core/vdom/create-element.js", "patch": "@@ -98,6 +98,12 @@ export function _createElement (\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag)\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n+ if (process.env.NODE_ENV !== 'pr...
ollama/ollama
10,185
Fix nondeterministic model unload order
Fix nondeterministic model unload order in scheduler Summary This pull request fixes a bug where Ollama's model scheduler sometimes failed to unload models predictably, leading to inconsistent memory release and occasional request failures, especially on Linux. Root Cause The scheduler iterated over Go maps (whic...
9876c9faa41c7dd7143fa47727520d353559f81b
42ecb9f13896c5329764e1946ec3ab1aad2de0a1
23
medium
[ { "filename": "server/sched.go", "patch": "@@ -667,13 +667,19 @@ func (runner *runnerRef) waitForVRAMRecovery() chan any {\n \treturn finished\n }\n \n-type ByDuration []*runnerRef\n-\n-func (a ByDuration) Len() int { return len(a) }\n-func (a ByDuration) Swap(i, j int) { a[i], a[j] = a[j], a[i] }\n-fu...
facebook/react
33,746
[compiler] Errors for eval(), with statments, class declarations
* Error for `eval()` * More specific error message for `with (expr) { ... }` syntax * More specific error message for class declarations --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33746). * #337...
null
4a3ff8eed65f96cda7617150f92de3544d5ddf6a
null
low
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -1355,13 +1355,45 @@ function lowerStatement(\n \n return;\n }\n+ case 'WithStatement': {\n+ builder.errors.push({\n+ reason: `JavaScript 'with' syntax is not supported`,\n+ descri...
ggml-org/llama.cpp
19,939
webui: use date in more human readable exported filename
Addresses #19722. The default exported conversation filename moves from `conversation_268a9ca8-7313-493f-9627-c833c012f301_import_v4_as_uuid_fr.json` (old) to a more human usable `2026-02-26_19-59-36_conv_268a9ca8_import_v4_as_uuid_fr.json` (new) It uses the timestamp of the last message and cuts the UUID t...
null
d8c331c0afb1730a17c4440a924d0f57884245c0
null
low
[ { "filename": "tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsImportExportTab.svelte", "patch": "@@ -3,6 +3,7 @@\n \timport { Button } from '$lib/components/ui/button';\n \timport { DialogConversationSelection, DialogConfirmation } from '$lib/components/app';\n \timport { createMess...
ollama/ollama
10,091
types: include the 'items' and '$defs' fields to properly handle "array" types
This PR adds the capability for Ollama to handle tool argument types that are homegeneous arrays more correctly. ## BACKGROUND JSON-Schema allows the description of object with named properties. In addition, the type of each property can be indicated with a "type" annotation with value "string", "integer", "num...
6747099d715bfc8c9679c3f6365a08ffb950ad32
ef65174df23fb2efb499a18d7071348cc0ec58da
5
medium
[ { "filename": "api/types.go", "patch": "@@ -163,6 +163,7 @@ func (t *ToolCallFunctionArguments) String() string {\n \n type Tool struct {\n \tType string `json:\"type\"`\n+\tItems any `json:\"items,omitempty\"`\n \tFunction ToolFunction `json:\"function\"`\n }\n \n@@ -213,9 +214,12 @@ ...
nodejs/node
61,192
src: simplify handling of kNoAuthTagLength
Since https://github.com/nodejs/node/pull/61084, the `kNoAuthTagLength` constant is only used - during the entire lifetime of non-authenticating cipher/decipher objects and - during the initialization of authenticating cipher/decipher objects. In particular, it is never used during the lifetime of an authenticat...
null
a86db6be70d4be0a05a14e7c1a0065149819c723
null
low
[ { "filename": "src/crypto/crypto_cipher.cc", "patch": "@@ -427,61 +427,44 @@ bool CipherBase::InitAuthenticated(const char* cipher_type,\n return false;\n }\n \n- if (ctx_.isGcmMode()) {\n- if (auth_tag_len != kNoAuthTagLength) {\n- if (!Cipher::IsValidGCMTagLength(auth_tag_len)) {\n- ...
electron/electron
49,634
fix: possible crash in FileSystem API
Backport of #49578 See that PR for details. Notes: Fixed a crash that could occur when using the File System Access API.
null
681a2c1aba825f9fe4c4324cd27f910794051e21
null
low
[ { "filename": "shell/browser/file_system_access/file_system_access_permission_context.cc", "patch": "@@ -400,31 +400,47 @@ class FileSystemAccessPermissionContext::PermissionGrantImpl\n }\n }\n \n+ // Updates the in-memory permission grant for the `new_path` in the `grants`\n+ // map using the same ...
vercel/next.js
88,938
Turbopack: allow key block without hash in SST files
### What? Change the SST format to allow a variable hash len. For short keys avoid storing the hashes and recompute them on demand instead. For short keys use bit rotation instead of a real hash. This avoid wasting storage for hashes which can be cheaply recomputed
null
03899db53a83d7ca665c3f56273595f3dca195a6
null
low
[ { "filename": "turbopack/crates/turbo-persistence/README.md", "patch": "@@ -85,7 +85,7 @@ The hashes are sorted.\n \n #### Key Block\n \n-- 1 byte block type (1: key block)\n+- 1 byte block type (1: key block with hash, 2: key block without hash)\n - 3 bytes entry count\n - foreach entry\n - 1 byte type\n...
vuejs/vue
9,907
Improving license clarity of simplehtmlparser.js
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes - [x] Other, please describe: License documentation **Does this PR introduce a breaking change?** (check one) - [ ] Yes - [x] No If yes, ...
null
29e745f99f43d0629df547da80b016996ae70872
null
low
[ { "filename": "src/compiler/parser/html-parser.js", "patch": "@@ -5,7 +5,7 @@\n /*!\n * HTML Parser By John Resig (ejohn.org)\n * Modified by Juriy \"kangax\" Zaytsev\n- * Original code by Erik Arvidsson, Mozilla Public License\n+ * Original code by Erik Arvidsson (MPL-1.1 OR Apache-2.0 OR GPL-2.0-or-late...
huggingface/transformers
43,326
Fix Mxfp4 dequantize
# What does this PR do? As per the title. Fix https://github.com/huggingface/transformers/issues/43317. They move the devices without being asked to do it, resulting in OOMs when using with a device_map="auto". Also, no need to upscale the dtype to int64 as they are only used to indexing and it takes up more memory...
null
d3dfc36ba9685891032032474e0289ffa23f78aa
null
low
[ { "filename": "src/transformers/integrations/mxfp4.py", "patch": "@@ -12,7 +12,7 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-from ..utils import is_torch_available, is_torch_xpu_available, logging\n+from ..utils import is_torch_available...
vuejs/vue
9,860
[automated] Patreon sponsors update
This is an automated pull request.
15704ce6ef274f30b05b9fc89337a18bbe48ff57
f478ab80106b4993398761608aee71b9724e2227
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -21,7 +21,7 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <img width=\"260px\" src=\"https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/stdlib.png\">\n </a>\n </p>\n-\n+ \n <!--special end-...
ggml-org/llama.cpp
20,641
sync : ggml
null
f47a246a0842119c09634870a111eb18d666a6ca
null
low
[ { "filename": "scripts/sync-ggml.last", "patch": "@@ -1 +1 @@\n-d6754f3d0e6d0acd21c12442353c9fd2f94188e7\n+553552e1d88be2b214b85e5159eedd39a63e2c34", "additions": 1, "deletions": 1 } ]
facebook/react
33,740
[compiler] Show logged errors in playground
In playground it's helpful to show all errors, even those that don't completely abort compilation. For example, to help demonstrate that the compiler catches things like setState in effects. This detects these errors and ensures we show them.
null
ec4374c3872b320af60f322289c30cd3d7066bdf
null
low
[ { "filename": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -44,6 +44,7 @@ import {\n PrintedCompilerPipelineValue,\n } from './Output';\n import {transformFromAstSync} from '@babel/core';\n+import {LoggerEvent} from 'babel-plugin-react-compiler/dist/Entrypoint';\n \n function ...
nodejs/node
61,421
deps: patch V8 to 14.3.127.18
This is an automated patch update of V8 to 14.3.127.18.
null
87d7db19185462e485e721a6f6897dab3e1891fb
null
low
[ { "filename": "deps/v8/include/v8-version.h", "patch": "@@ -11,7 +11,7 @@\n #define V8_MAJOR_VERSION 14\n #define V8_MINOR_VERSION 3\n #define V8_BUILD_NUMBER 127\n-#define V8_PATCH_LEVEL 17\n+#define V8_PATCH_LEVEL 18\n \n // Use 1 for candidates and 0 otherwise.\n // (Boolean macro values are not supporte...
vuejs/vue
9,846
[automated] Patreon sponsors update
This is an automated pull request.
af15d16d62d5ebea28322b703806624dd1ffd039
fb4d2c1c632795d1db0e81ad8289cd1718b19e61
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -209,6 +209,11 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <img width=\"148px\" src=\"https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/x_team.png\">\n </a>\n </td>\n+ ...
ollama/ollama
9,855
Fix dockerfile.
null
5c0331fd83877a5a91ec216c6d40b7ceaa8ff51e
null
low
[ { "filename": "Dockerfile", "patch": "@@ -104,8 +104,8 @@ COPY --from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12\n FROM --platform=linux/arm64 scratch AS arm64\n COPY --from=cuda-11 dist/lib/ollama/cuda_v11 /lib/ollama/cuda_v11\n COPY --from=cuda-12 dist/lib/ollama/cuda_v12 /lib/ollama/cuda_v12\n...
electron/electron
49,578
fix: possible crash in FileSystem API
#### Description of Change Refs https://chromium-review.googlesource.com/6880247 Fixes a crash that can arise in the File System Access API in the following scenario: 1. Create fileHandle1 at path1. 2. Call fileHandle1.remove() or user manually delete the file. 3. Create fileHandle2 at path2. 4. fileHandle2...
null
86209f60eb3aedf8368fff0d415a17d2dcb7d0a6
null
low
[ { "filename": "shell/browser/file_system_access/file_system_access_permission_context.cc", "patch": "@@ -400,31 +400,47 @@ class FileSystemAccessPermissionContext::PermissionGrantImpl\n }\n }\n \n+ // Updates the in-memory permission grant for the `new_path` in the `grants`\n+ // map using the same ...
facebook/react
33,743
[Flight] Call finishHaltedTask on sync aborted tasks in stream abort listeners
This is the same as we do for currently rendering tasks. They get effectively sync aborted when the listener is invoked. We potentially miss out on some debug info in that case but that would only apply to any entries inside the stream which doesn't really have their own debug info anyway.
e6dc25daea3d949fa5eae3bdffb8b6b79e30fc82
60b5271a9ad0e9eec2489b999ce774d39d09285b
2
high
[ { "filename": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -1079,8 +1079,9 @@ function serializeReadableStream(\n signal.removeEventListener('abort', abortStream);\n const reason = signal.reason;\n if (enableHalt && request.type === PRERENDER) {\n- haltTask(streamTask, req...
vuejs/vue
9,845
[automated] Patreon sponsors update
This is an automated pull request.
6a8473411ab67e4b4b00773c5c15b0fad7339b76
af15d16d62d5ebea28322b703806624dd1ffd039
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -145,18 +145,23 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <img width=\"148px\" src=\"https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/vuejobs.png\">\n </a>\n </td>\n+...
huggingface/transformers
43,487
[`fix`] Sam3Video: Avoid fpn_position_embedding; use pooler_output
Resolves #43474 Resolves #43475 # What does this PR do? * Removes `fpn_position_embeddings`, should have been `fpn_position_encoding` all along. Affected 3 architectures, and was introduced in #42564 3 days ago. * Uses `...get_text_features(..., return_dict=True).pooler_output` format, this is required since #4...
89b8475d8951fd641726ac526dedbddddbc7e84a
c8561da82c42adca9325f01ce1ff5aabadea0c3f
12
medium
[ { "filename": "src/transformers/models/edgetam_video/modeling_edgetam_video.py", "patch": "@@ -2280,7 +2280,7 @@ def _prepare_vision_features(\n image_batch = inference_session.get_frame(frame_idx).unsqueeze(0) # Add batch dimension\n image_outputs = self.get_image_features(image_ba...
facebook/react
33,737
[Flight] Yolo Retention of Promises
Follow up to #33736. If we need to save on CPU/memory pressure, we can instead just pray and hope that a Promise doesn't get garbage collected before we need to read it. This can cause fragile access to the Promise value in devtools especially if it's a slow and pressured render. Basically, you'd have to hope ...
49ded1d12a4c2771f4fa6e4592de2f97184700a9
033edca72199f5b0dac87e4662b6a4d32a9610ce
3
medium
[ { "filename": "packages/react-server/src/ReactFlightServerConfigDebugNode.js", "patch": "@@ -37,19 +37,6 @@ const getAsyncId = AsyncResource.prototype.asyncId;\n const pendingOperations: Map<number, AsyncSequence> =\n __DEV__ && enableAsyncDebugInfo ? new Map() : (null: any);\n \n-// This is a weird one. ...
vuejs/vue
9,834
[automated] Patreon sponsors update
This is an automated pull request.
94c0918f8d4f16d4d0e77771529f05427b1c2a7b
6a8473411ab67e4b4b00773c5c15b0fad7339b76
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -200,7 +200,7 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n </a>\n </td>\n <td align=\"center\" valign=\"middle\">\n- <a href=\"http://x-team.com/join\" target=\"_blank\">\n+ <a href=\"https://...
vercel/next.js
89,069
Use null-prototype objects in server actions manifests
As a defense-in-depth mechanism, we're converting the server actions manifests to use null-prototype objects, so that property lookups cannot traverse `Object.prototype`.
null
e8ef2305b5a69a1711d5b84ed003591e4db761d3
null
low
[ { "filename": "packages/next/src/server/app-render/manifests-singleton.ts", "patch": "@@ -274,14 +274,22 @@ export function selectWorkerForForwarding(\n export function setManifestsSingleton({\n page,\n clientReferenceManifest,\n- serverActionsManifest,\n+ serverActionsManifest: rawServerActionsManife...
facebook/react
33,742
[Flight] Always defer Promise values if they're not already resolved
If we have the ability to lazy load Promise values, i.e. if we have a debug channel, then we should always use it for Promises that aren't already resolved and instrumented. There's little downside to this since they're async anyway. This also lets us avoid adding `.then()` listeners too early. E.g. if adding the...
150f022444466266bc09302b8fd47c3e4ce4d791
e6dc25daea3d949fa5eae3bdffb8b6b79e30fc82
1
medium
[ { "filename": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -2048,6 +2048,18 @@ function parseModelString(\n if (value.length > 2) {\n const debugChannel = response._debugChannel;\n if (debugChannel) {\n+ if (value[2] === '@') {\n+ ...
vuejs/vue
9,828
[automated] Patreon sponsors update
This is an automated pull request.
8637009b5bbbfa5cee6aa3d9b9dc24922f3dfd50
94c0918f8d4f16d4d0e77771529f05427b1c2a7b
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -167,43 +167,28 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <img width=\"148px\" src=\"https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/devsquad.png\">\n </a>\n </td>\n...
ggml-org/llama.cpp
20,640
llama-graph: replace cont with reshape for alpha in qwen35
I did not understand why this is there, since we can use a reshape? Maybe I missed something. Gives a small TG boost ~1%
d23355afc319f598d0e588a2d16a4da82e14ff41
3c8521c4f59a07302076dc5d41424bb3a25777d8
25
medium
[ { "filename": "src/models/qwen35.cpp", "patch": "@@ -224,7 +224,7 @@ ggml_tensor * llm_build_qwen35::build_layer_attn_linear(\n beta = ggml_sigmoid(ctx0, beta);\n \n ggml_tensor * alpha = build_lora_mm(model.layers[il].ssm_alpha, cur, model.layers[il].ssm_alpha_s);\n- alpha = ggml_cont_3d(ctx0, a...
ollama/ollama
10,182
cleanup: remove OLLAMA_TMPDIR and references to temporary executables
OLLAMA_TMPDIR and extractRunners() were removed in 4879a234c4bd3f2bbc99d9b09c44bd99fc337679.
9876c9faa41c7dd7143fa47727520d353559f81b
ccc8c6777bc926b4cdb3b0a89ad344418b6710da
18
medium
[ { "filename": "cmd/cmd.go", "patch": "@@ -1381,7 +1381,6 @@ func NewCLI() *cobra.Command {\n \t\t\t\tenvVars[\"OLLAMA_NOPRUNE\"],\n \t\t\t\tenvVars[\"OLLAMA_ORIGINS\"],\n \t\t\t\tenvVars[\"OLLAMA_SCHED_SPREAD\"],\n-\t\t\t\tenvVars[\"OLLAMA_TMPDIR\"],\n \t\t\t\tenvVars[\"OLLAMA_FLASH_ATTENTION\"],\n \t\t\t\t...
vuejs/vue
9,827
[automated] Patreon backers update (Apr 2019
This is an automated pull request.
6be3bf4a69b4f59fd5507dfdc7ab5f8ba5d00c67
8637009b5bbbfa5cee6aa3d9b9dc24922f3dfd50
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -352,114 +352,113 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n - Shawn Wildermuth\n - Samuel Smith\n - donny\n-- Sean Washington\n - Simon East\n+- Keisuke Kita\n - kazupon\n+- Sean Washington\n - Lars Andreas Ness\n+- Benjami...
facebook/react
33,736
[Flight] Optimize Retention of Weak Promises Abit
We don't really need to retain a reference to whatever Promise another Promise was created in. Only awaits need to retain both their trigger and their previous context.
3a43e72d665af98b62d9c3c54bd288597dd27e6e
49ded1d12a4c2771f4fa6e4592de2f97184700a9
1
medium
[ { "filename": "packages/react-server/src/ReactFlightServerConfigDebugNode.js", "patch": "@@ -45,14 +45,10 @@ const pendingOperations: Map<number, AsyncSequence> =\n // and so on. By putting this relationship in a WeakMap this could be done as a single pass in the VM.\n // We don't actually ever have to read...
huggingface/transformers
43,485
Revise MIGRATION_GUIDE_V5.md for version 5 updates
55dadb865681d9330f7b1e8fec92156cc38cd253
64b12e3e477e202b2d643ec02b3764498276482f
18
medium
[ { "filename": "MIGRATION_GUIDE_V5.md", "patch": "@@ -16,13 +16,6 @@ limitations under the License.\n \n # Version 5 Migration guide\n \n-> [!NOTE] \n-> 👀 Welcome to the migration guide for the first release candidate! Nothing is final and things are still actively in \n-> movement. We have a section dedica...
facebook/react
33,735
[Flight] Create a fast path parseStackTrace which skips generating a string stack
When we know that the object that we pass in is immediately parsed, then we know it couldn't have been reified into a unstructured stack yet. In this path we assume that we'll trigger `Error.prepareStackTrace`. Since we know that nobody else will read the stack after us, we can skip generating a string stack and jus...
8ba3501cd9c982676fab35f1c8092302060d728c
3a43e72d665af98b62d9c3c54bd288597dd27e6e
1
medium
[ { "filename": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -94,6 +94,7 @@ import {\n getCurrentAsyncSequence,\n getAsyncSequenceFromPromise,\n parseStackTrace,\n+ parseStackTracePrivate,\n supportsComponentStorage,\n componentStorage,\n unbadgeConsole,\n@@ -316,7 +317,7 @@ fun...
vercel/next.js
89,036
Improve no response route handler error
## Improve route handler "no response" error message for debugging ### What? Improves the error message thrown when an app route handler doesn't return a `Response` object to include additional debugging information: - **The actual type received** - Shows whether it was `null`, `undefined`, or the constructor name f...
9e5759deedb143bfc37baaa30056558c439d6207
edf903eb169442ed9e6b7693914bfdee7bf73dcc
10
medium
[ { "filename": "packages/next/errors.json", "patch": "@@ -982,5 +982,6 @@\n \"981\": \"resolvedPathname must be set in request metadata\",\n \"982\": \"`serializeResumeDataCache` should not be called in edge runtime.\",\n \"983\": \"Invariant: global-error module is required but not found in loader tre...
nodejs/node
54,729
build,win: add winget config to set up env
This PR contains 3 configuration files for each version of Visual Studio. These configuration files can be used to set up the Node.js development environment for developers via Dev Home. The user can choose the configuration file from Dev Home and easily install the tools required to build Node.js. In addition, this...
null
bbf08c6a1bef277e59f1a03ea557f05a0a949d04
null
low
[ { "filename": ".configurations/configuration.dsc.yaml", "patch": "@@ -0,0 +1,54 @@\n+# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2\n+# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows\n+properties:\n+ resources:\n+ - resource: Microsoft.WinGet.DSC/Win...
electron/electron
49,641
fix: alt-space should route through 'system-context-menu'
Backport of #49619 See that PR for details. Notes: Fixed an issue where alt+space triggered th system context menu even if an accelerator was registered for the hotkey combination.
null
98521d22ec0edfbd5eb361b54b59b8ec8a69d372
null
low
[ { "filename": "shell/browser/ui/win/electron_desktop_window_tree_host_win.cc", "patch": "@@ -150,6 +150,31 @@ bool ElectronDesktopWindowTreeHostWin::HandleMouseEvent(ui::MouseEvent* event) {\n return views::DesktopWindowTreeHostWin::HandleMouseEvent(event);\n }\n \n+bool ElectronDesktopWindowTreeHostWin::...
huggingface/transformers
43,426
bring back clean_up_tokenization_spaces to tokenizers backend
bring back clean_up_tokenization_spaces to tokenizers backend! for v5 https://github.com/huggingface/transformers/pull/42916 https://github.com/huggingface/transformers/issues/42913 https://github.com/huggingface/transformers/pull/42900 https://github.com/huggingface/transformers/issues/42898
a30413b78feed68da5c486746f745db092bfdf9a
1e8d1297b5a8d7702e6d8ad8e5fc38cd67cf98d9
3
medium
[ { "filename": "src/transformers/tokenization_utils_tokenizers.py", "patch": "@@ -926,7 +926,33 @@ def _decode(\n token_ids = [token_ids]\n if isinstance(token_ids, dict):\n token_ids = token_ids[\"input_ids\"]\n- return self._tokenizer.decode(token_ids, skip_special_to...
vercel/next.js
89,092
Improve /pr-status: comments, argument, avoid full log
* add general comments * remove full log to avoid the agent accessing it * add PR number argument
aa6086d0112c04d3762b0796509cb5fecf7de614
fcd3416ce6e39779cba571b044cd09b2a2fd5406
1
medium
[ { "filename": ".claude/commands/pr-status.md", "patch": "@@ -5,17 +5,18 @@ Analyze PR status including CI failures and review comments.\n ## Usage\n \n ```\n-/pr-status\n+/pr-status [PR number]\n ```\n \n-Automatically detects PR from current branch.\n+- Without argument: Automatically detects PR from curre...
facebook/react
33,741
[Flight] Don't dedupe references to deferred objects
If we're about to defer an object, then we shouldn't store a reference to it because then we can end up deduping by referring to the deferred string. If in a different context, we should still be able to emit the object.
777264b4ef52797f63d0ed3e9e21b66b7ae6780e
8ba3501cd9c982676fab35f1c8092302060d728c
4
medium
[ { "filename": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -4345,6 +4345,12 @@ function renderDebugModel(\n if (parentReference !== undefined) {\n // If the parent has a reference, we can refer to this object indirectly\n // through the property name inside that paren...
ollama/ollama
10,070
fix(integration): move waitgroup Add(1) outside goroutine to avoid potential issue
Detailed description: - Moved waitgroup.Add(1) out of the goroutine to ensure the WaitGroup counter is properly set before any goroutine starts. - Prevents potential issues where waitgroup.Wait() might return prematurely due to scheduling delays. - Aligns with best practices for using sync.WaitGroup.
9876c9faa41c7dd7143fa47727520d353559f81b
e7019c94554e6d93bf216cb484c8c1c69df98fcb
21
medium
[ { "filename": "integration/max_queue_test.go", "patch": "@@ -52,8 +52,8 @@ func TestMaxQueue(t *testing.T) {\n \tembedCtx := ctx\n \n \tvar genwg sync.WaitGroup\n+\tgenwg.Add(1)\n \tgo func() {\n-\t\tgenwg.Add(1)\n \t\tdefer genwg.Done()\n \t\tslog.Info(\"Starting generate request\")\n \t\tDoGenerate(ctx, t...
vuejs/vue
9,804
[automated] Patreon sponsors update
This is an automated pull request.
aa043347818a39da695375697e8ae2b9afb846c8
6be3bf4a69b4f59fd5507dfdc7ab5f8ba5d00c67
22
medium
[ { "filename": "BACKERS.md", "patch": "@@ -214,6 +214,11 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <img width=\"148px\" src=\"https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/shopware_ag.svg\">\n </a>\n </td>...
ollama/ollama
10,120
kvcache: stub out test structs
split from #10099
dbb149e6f78673cc1c84e6527321c740d8d36a9a
d98bfe7e7083f54e4c9065d4138f53bd47348761
3
medium
[ { "filename": "kvcache/causal_test.go", "patch": "@@ -5,7 +5,6 @@ import (\n \t\"slices\"\n \t\"testing\"\n \n-\t\"github.com/ollama/ollama/fs\"\n \t\"github.com/ollama/ollama/ml\"\n \t\"github.com/ollama/ollama/model/input\"\n )\n@@ -372,14 +371,8 @@ func TestCanResume(t *testing.T) {\n \t}\n }\n \n-type t...
vercel/next.js
89,040
fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth
### What? Prevent LRU cache unbounded growth by requiring `calculateSize` to return values > 0. ### Why? When `calculateSize` returned 0 (e.g., for `null` values in the filesystem route cache), items were never evicted because they didn't contribute to `totalSize`. This caused unbounded memory growth when hand...
cb1dbfb83f9d6e75c00a7e97ce0fa7b0c4180743
9e5759deedb143bfc37baaa30056558c439d6207
5
medium
[ { "filename": "packages/next/errors.json", "patch": "@@ -981,5 +981,6 @@\n \"980\": \"Failed to load client middleware manifest\",\n \"981\": \"resolvedPathname must be set in request metadata\",\n \"982\": \"`serializeResumeDataCache` should not be called in edge runtime.\",\n- \"983\": \"Invariant:...
ggml-org/llama.cpp
20,580
Fix model selector locked to first loaded model with multiple models
*Make sure to read the [contributing guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) before submitting a PR* ## Fix model selector locked to first loaded model with multiple models <img width="799" height="509" alt="auto-select" src="https://github.com/user-attachments/assets/ff8cea...
null
d65c4f2dc9e380317c2fed804b7d98a758ca0886
null
low
[ { "filename": "tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActions.svelte", "patch": "@@ -65,7 +65,8 @@\n \t$effect(() => {\n \t\tif (conversationModel) {\n \t\t\tmodelsStore.selectModelByName(conversationModel);\n-\t\t} else if (isRouter && modelsStore.loadedModelIds.len...
ollama/ollama
10,166
types: add any type and validation for ToolFunction enum
Closes: https://github.com/ollama/ollama/issues/10164 Given the spec: https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-01#section-6.1.2 We should allow for any enum type as long as they are consistent and unique
2f723ac2d6112344944d95efb0287a99c14a05c4
6747099d715bfc8c9679c3f6365a08ffb950ad32
7
medium
[ { "filename": "api/types.go", "patch": "@@ -217,7 +217,7 @@ type ToolFunction struct {\n \t\tProperties map[string]struct {\n \t\t\tType PropertyType `json:\"type\"`\n \t\t\tDescription string `json:\"description\"`\n-\t\t\tEnum []string `json:\"enum,omitempty\"`\n+\t\t\tEnum ...
vuejs/vue
9,649
fix(core): cleanup timeouts for async components (fix #9648)
<!-- Please make sure to read the Pull Request Guidelines: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines --> <!-- PULL REQUEST TEMPLATE --> <!-- (Update "[ ]" to "[x]" to check a box) --> **What kind of change does this PR introduce?** (check at least one) - [x] Bugf...
8082d2f910d963f14c151fb445e0fcc5c975cca9
02d21c265c239682e73b2b3f98028f2da5e7205d
14
medium
[ { "filename": "src/core/vdom/helpers/resolve-async-component.js", "patch": "@@ -65,6 +65,8 @@ export function resolveAsyncComponent (\n if (owner && !isDef(factory.owners)) {\n const owners = factory.owners = [owner]\n let sync = true\n+ let timerLoading = null\n+ let timerTimeout = null\n \...
ollama/ollama
10,173
Update README.md
Corrected the URL so it does not say document not found. Pointing it to the main repository and stats for easy access.
b0c3aba5906ebc51b1c4cbb4532173559ba6e6ed
8643c4d5bfa8ba131661713029d09b9f1792761a
1
high
[ { "filename": "README.md", "patch": "@@ -291,7 +291,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [Typescript UI](https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file)\n - [Minimalistic React UI for Ollama Models](https://github.com/richawo/minimal-llm-ui)\n - [Ollamac]...
nodejs/node
61,426
src: use starts_with instead of rfind/find
Using `starts_with` makes the code more readable than using`rfind()` and avoids the inefficiency of the forward search incurred by `find()`. <!-- Before submitting a pull request, please read: - the CONTRIBUTING guide at https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md - the commit message formatting gu...
null
805673a0c85d759669d87424343db9b4e110cf08
null
low
[ { "filename": "src/node_builtins.cc", "patch": "@@ -169,7 +169,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {\n if (prefix.length() > id.length()) {\n continue;\n }\n- if (id.find(prefix) == 0 &&\n+ if (id.starts_with(prefix) &&\n ...