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
vuejs/vue
11,157
[automated] Patreon sponsors update
This is an automated pull request.
dad3d99f324986a418f0b9ccf038146a3dedcf2f
2f1f8e9a837239e30c7af7974242bbc87b4bb9db
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -17,11 +17,11 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <!--special start-->\n \n <p align=\"center\">\n- <a href=\"https://stdlib.com/\" target=\"_blank\">\n- <img width=\"260px\" src=\"https://raw.githubusercontent.co...
nodejs/node
61,502
Revert "inspector: fix compressed responses"
This reverts https://github.com/nodejs/node/pull/61226, which introduced a flaky test. Fixes: https://github.com/nodejs/node/issues/61501 <!-- 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
a27052f2e0471b154b9911bd554c2d537264aa3a
null
low
[ { "filename": "lib/internal/inspector/network.js", "patch": "@@ -10,15 +10,8 @@ const {\n const dc = require('diagnostics_channel');\n const { now } = require('internal/perf/utils');\n const { MIMEType } = require('internal/mime');\n-const {\n- createGunzip,\n- createInflate,\n- createBrotliDecompress,\n...
huggingface/transformers
43,578
Update test of Youtu-LLM to pr-aligned repos
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
be87564082c7d0fc1c6508652b4490ecc89ad9ff
91baab5968f05ba172690a43cfd22388adc8f905
17
medium
[ { "filename": "tests/models/youtu/test_modeling_youtu.py", "patch": "@@ -111,13 +111,10 @@ def test_dynamic_cache(self):\n \"Simply put, the theory of relativity states that \",\n \"My favorite all time favorite condiment is ketchup.\",\n ]\n- tokenizer = AutoTokenizer...
ggml-org/llama.cpp
20,727
gguf-py : cleaner way to get the first key
Non-automated non-slop version of the other PR.
null
d13d60af1d7fb9293a82af9e545a1e21133555ce
null
low
[ { "filename": "gguf-py/gguf/gguf_writer.py", "patch": "@@ -425,8 +425,7 @@ def write_tensor_data(self, tensor: np.ndarray[Any, Any], tensor_endianess: GGUF\n fout = self.fout[file_id]\n \n # pop the first tensor info\n- # TODO: cleaner way to get the first key\n- first_tensor_n...
electron/electron
49,703
fix: restore macos 12 support in Node 24
Backport of #49697 See that PR for details. Notes: Fixed an issue where native modules would either crash or not compile for MacOS 12.
null
d7d5db8631d3ff3a95731f6f1699f65699892801
null
low
[ { "filename": "patches/node/.patches", "patch": "@@ -46,3 +46,4 @@ test_make_buffer_sizes_32bit-aware_in.patch\n src_refactor_module_wrap_cc_to_update_fixedarray_get_params.patch\n src_refactor_wasmstreaming_finish_to_accept_a_callback.patch\n src_stop_using_v8_propertycallbackinfo_t_this.patch\n+build_rest...
ollama/ollama
10,478
integration: fix embedding tests error handling
The cleanup routine from InitServerconnection should run in the defer of the test case to properly detect failures and report the server logs
null
7bec2724a56ad990d66b9ca05e2b47191955596c
null
low
[ { "filename": "integration/embed_test.go", "patch": "@@ -34,13 +34,15 @@ func cosineSimilarity[V float32 | float64](v1, v2 []V) V {\n func TestAllMiniLMEmbeddings(t *testing.T) {\n \tctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)\n \tdefer cancel()\n+\tclient, _, cleanup := InitServ...
vuejs/vue
10,779
fix(types): fix prop constructor type inference
<!-- 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...
b805a1922c75ddee6192e4decdac10987263df9d
4821149b8bbd4650b1d9c9c3cfbb539ac1e24589
2
medium
[ { "filename": "package.json", "patch": "@@ -74,7 +74,7 @@\n \"@babel/plugin-transform-flow-strip-types\": \"^7.0.0\",\n \"@babel/preset-env\": \"^7.0.0\",\n \"@babel/register\": \"^7.0.0\",\n- \"@types/node\": \"^10.12.18\",\n+ \"@types/node\": \"^12.12.0\",\n \"@types/webpack\": \"^4....
huggingface/transformers
43,570
Fix repo. consistency bot (push permission issue)
# What does this PR do? Use git checkout command instead github api (otherwise we can't push the changes)
7c4221776fe0165051f33c7f8425332faca171ef
b8e7943b02b8de63b98934b328411afdcb6571c2
4
medium
[ { "filename": ".github/workflows/pr-repo-consistency-bot.yml", "patch": "@@ -266,97 +266,60 @@ jobs:\n with:\n name: modified-files\n \n- - name: Push changes via GitHub API (no checkout)\n+ - name: Push changes to fork using git\n if: needs.run-repo-consistency-checks.ou...
nodejs/node
61,495
doc: move Security-Team from TSC to SECURITY
This has been quite out-of-date on TSC repository - possibly because fewer people take a look at it. This commit moves it to Node.js core repository and updates the list according to HackerOne and nodejs-private.
d743431239c0e7c8e0e7ddb81be316d39c775bb5
5e104c8c03c4b466acd333a32767d4bd1cf89608
12
medium
[ { "filename": "SECURITY.md", "patch": "@@ -373,3 +373,100 @@ repository.\n \n In the event of a security incident, please refer to the\n [Security Incident Response Plan](https://github.com/nodejs/security-wg/blob/main/INCIDENT_RESPONSE_PLAN.md).\n+\n+## Node.js Security Team\n+\n+Node.js security team memb...
vuejs/vue
11,078
fix(readme): svg image
<!-- 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...
230d6740c76d413a9f84ab805b07078fe5f7f6f2
dad3d99f324986a418f0b9ccf038146a3dedcf2f
1
high
[ { "filename": "README.md", "patch": "@@ -184,7 +184,7 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <tr>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://fastcoding.jp/javascript/ \" target=\"_blank\">\n- <img width=\"148px\" sr...
facebook/react
34,022
[compiler] Enable validateNoVoidUseMemo in eslint & playground
Enables `validateNoVoidUseMemo` by default only in eslint (it defaults to false otherwise) as well as the playground.
bcea86945cd5324f1a7f324a48fd2c7cb36e569b
7ee7571212bc02354b852752a98b23bc90546fdf
24
medium
[ { "filename": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -219,6 +219,7 @@ function compile(\n validateNoImpureFunctionsInRender: true,\n validateStaticComponents: true,\n validateNoFreezingKnownMutableFunctions: true,\n+ v...
electron/electron
49,694
fix: Treat DND drop performed with NONE action as a cancellation
#### Description of Change Backports https://chromium-review.googlesource.com/c/chromium/src/+/7002773 Refs https://github.com/microsoft/vscode/issues/289298 Change is available from M143 #### Release Notes Notes: Fixed application input broken on certain wayland compositors when DND action was cancelled
faa40332ad9628adc51624dc7789b55d9619dccc
30d8e1834c1c2f4c4d662886530013441c0b0c7e
10
medium
[ { "filename": "patches/chromium/.patches", "patch": "@@ -148,3 +148,4 @@ viz_do_not_overallocate_surface_on_initial_render.patch\n viz_create_isbufferqueuesupportedandenabled.patch\n viz_fix_visual_artifacts_while_resizing_window_with_dcomp.patch\n graphite_handle_out_of_order_recording_errors.patch\n+ozone...
vercel/next.js
89,197
Fix @next/routing for i18n api and dynamic routes
This applies fixes/regression tests for reported issues in https://github.com/nextjs/adapters-wg/issues/1
null
9b8086212c8d71c7c9ef09935362370e35fdd6bd
null
low
[ { "filename": "packages/next-routing/src/__tests__/i18n-resolve-routes.test.ts", "patch": "@@ -312,5 +312,51 @@ describe('resolveRoutes with i18n', () => {\n // Should not redirect for _next routes\n expect(result.redirect).toBeUndefined()\n })\n+\n+ it('should skip locale handling for ap...
vuejs/vue
11,082
[automated] Patreon sponsors update
This is an automated pull request.
7963b53a97239c81f5ce23538840701f13b44c11
5a2ec26482a812b6250ff2bef11cfe0aae91f132
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -156,13 +156,13 @@ 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.simplyswitch.com/\" target=\"_blank\">\n- <img wi...
facebook/react
34,002
[compiler] Aggregate all errors reported from DropManualMemoization
Noticed this from my previous PR that this pass was throwing on the first error. This PR is a small refactor to aggregate every violation and report them all at once. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/face...
b5c16371091c1abbf77ec944c755bd139abc7568
6b22f31f1ac88cce1b38c67a5c97c7ab0e832823
1
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/Inference/DropManualMemoization.ts", "patch": "@@ -289,50 +289,84 @@ function extractManualMemoizationArgs(\n instr: TInstruction<CallExpression> | TInstruction<MethodCall>,\n kind: 'useCallback' | 'useMemo',\n sidemap: IdentifierSidemap...
facebook/react
34,001
[compiler] Reuse DropManualMemoization for ValidateNoVoidUseMemo
Much of the logic in the new validation pass is already implemented in DropManualMemoization, so let's combine them. I opted to keep the environment flag so we can more precisely control the rollout. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewSt...
c60eebffea94a67f35c6ebbf7019e5b2145d4284
b5c16371091c1abbf77ec944c755bd139abc7568
1
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts", "patch": "@@ -82,7 +82,6 @@ import {\n import {inferTypes} from '../TypeInference';\n import {\n validateContextVariableLValues,\n- validateNoVoidUseMemo,\n validateHooksUsage,\n validateMemoizedEffectDependenci...
vuejs/vue
11,080
[automated] Patreon backers update (Feb 2020
This is an automated pull request.
7d8c4f69d319cb265ce49770900d727eacb074a2
7963b53a97239c81f5ce23538840701f13b44c11
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -337,10 +337,8 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n - Wasim Khamlichi\n - errorrik\n - Konstantin Levinski\n-- Blaise Laflamme\n - Sean Ferguson\n - Johnny Ray Austin\n-- Daniel\n - Manuel Guzman\n <!--50 end-->\n \n@@...
ggml-org/llama.cpp
20,696
HIP: ignore return of hipMemAdvise
we want to ignore the error here but hipMemAdvise is nodiscard
null
7533a7d5096894df1d9dd842856cd4b7e16ef4ba
null
low
[ { "filename": "ggml/src/ggml-cuda/ggml-cuda.cu", "patch": "@@ -126,7 +126,7 @@ static cudaError_t ggml_cuda_device_malloc(void ** ptr, size_t size, int device)\n if (err == hipSuccess) {\n // hipMemAdviseSetCoarseGrain is an optional performance hint;\n // ignore errors (e.g....
huggingface/transformers
43,564
add an option to disable Sam3VideoModel progress bar
# What does this PR do? Avoids flooding the tty when using Sam3VideoModel ( when using propagate_in_video_iterator() ) harmonize argument with other propagate_in_video_iterator in other similar classes (EdgeTamVideoModel, Sam2VideoModel, Sam3TrackerVideoModel). (⚠️ breaking change: disables progress by default co...
3f254fbf5fe0754e3183ea002740bb342edb419c
69e9d343efa254b6f22b3107d0ca12bf209c708b
19
medium
[ { "filename": "docs/source/en/model_doc/sam3_video.md", "patch": "@@ -79,6 +79,7 @@ Process a video with all frames already available using text prompts:\n \n >>> # Process all frames in the video\n >>> outputs_per_frame = {}\n+>>> # Pass show_progress_bar=True to display a tqdm progress bar.\n >>> for mode...
vuejs/vue
11,077
[automated] Patreon sponsors update
This is an automated pull request.
6f93c00b29d4392dce99c893015b72ff14f23008
7d8c4f69d319cb265ce49770900d727eacb074a2
1
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/programmers_io.png\">\n </a>\n </...
ollama/ollama
10,510
fix: write gguf padding
padding was being added to offset but not to the running count
5d0279164c2fcb4a1d3100d30988ba54ace548d1
a7835c671615d71280ca7dba7264bd05a4f90915
30
medium
[ { "filename": "fs/ggml/gguf.go", "patch": "@@ -531,11 +531,12 @@ func WriteGGUF(ws io.WriteSeeker, kv KV, ts []Tensor) error {\n \n \tvar s uint64\n \tfor _, t := range ts {\n-\t\tt.Offset = s + uint64(ggufPadding(int64(s), int64(alignment)))\n+\t\tt.Offset = s\n \t\tif err := ggufWriteTensorInfo(ws, t); er...
vuejs/vue
11,072
[automated] Patreon sponsors update
This is an automated pull request.
b07087deae060244fe5d9651b38dc5f1e79667a9
6f93c00b29d4392dce99c893015b72ff14f23008
2
high
[ { "filename": "BACKERS.md", "patch": "@@ -283,6 +283,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/earthlink.png\">\n </a>\n </td>\n...
facebook/react
34,023
Clean up 19.1.1 changelog
See https://github.com/facebook/react/pull/34021#issuecomment-3128006800. The purpose of the changelog is to communicate to React users what changed in the release. Therefore, it is important that the changelog is written oriented towards React end users. Historically this means that we omit internal-only changes...
eaee5308cc68232c4380e62dc73f512b2c50ab96
904989f044d122ea332b7ee08185fcdc3424a40b
3
high
[ { "filename": "CHANGELOG.md", "patch": "@@ -1,9 +1,7 @@\n ## 19.1.1 (July 28, 2025)\n \n ### React\n-* Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq)\n-* Move the Fabric completeRoot call from `finalizeContainerChildren` to `replaceContainerChildren` to align how JS API an...
nodejs/node
61,295
sqlite: enable Percentile extension
Refs: #60618 This enables the SQLite [Percentile extension](https://sqlite.org/percentile.html) added to the amalgamation with the release of SQLite v3.51.0 (#60614) by adding the `SQLITE_ENABLE_PERCENTILE` flag to both the GYP and GN SQLite builds. The changes were made by following the pattern set by #57621. ...
null
637bda02384ca846cc0eeba8d23917757511eb81
null
low
[ { "filename": "deps/sqlite/sqlite.gyp", "patch": "@@ -21,6 +21,7 @@\n 'SQLITE_ENABLE_FTS5',\n 'SQLITE_ENABLE_GEOPOLY',\n 'SQLITE_ENABLE_MATH_FUNCTIONS',\n+ 'SQLITE_ENABLE_PERCENTILE',\n 'SQLITE_ENABLE_PREUPDATE_HOOK',\n 'SQLITE_ENABLE_RBU',\n 'SQLITE_EN...
huggingface/transformers
43,565
check/fix repo. check bot workflow
# What does this PR do? Try if the permission is correctly set.
a63032b614dc38f67947a4e588bc385bc7d71e26
7c4221776fe0165051f33c7f8425332faca171ef
3
medium
[ { "filename": ".github/workflows/pr-repo-consistency-bot.yml", "patch": "@@ -258,6 +258,7 @@ jobs:\n if: always()\n permissions:\n pull-requests: write\n+ contents: write\n steps:\n - name: Download modified files\n if: needs.run-repo-consistency-checks.outputs.changes_d...
vercel/next.js
89,188
add GPTBot to matcher for known bots
### What? Adds GPTBot to matcher for returning true if it is a known bot. An example UserAgent string for this type of bot is "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" ### Why? This is a known bot and so it should be treated as such ### How? ...
null
3d0e30ef122583a449b0682447e9126b9dfa6034
null
low
[ { "filename": "packages/next/src/server/web/spec-extension/user-agent.ts", "patch": "@@ -27,7 +27,7 @@ interface UserAgent {\n }\n \n export function isBot(input: string): boolean {\n- return /Googlebot|Mediapartners-Google|AdsBot-Google|googleweblight|Storebot-Google|Google-PageRenderer|Google-InspectionT...
vuejs/vue
10,985
[automated] Patreon sponsors update
This is an automated pull request.
8f7a024c488a84791b4bbbb2ee2a6254317f9a80
b07087deae060244fe5d9651b38dc5f1e79667a9
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -91,11 +91,6 @@ 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/laravel.png\">\n </a>\n </td>\n- ...
electron/electron
49,685
ci: fix ai-pr label commenting
#### Description of Change This PR specifies the PR number to be closed for the ai-pr label since the action used can only auto detect issue numbers. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] PR description included - [x] [PR release notes](https://...
null
15dc7170ef2e432e8f340ab7242dea2d5e932f74
null
low
[ { "filename": ".github/workflows/pull-request-labeled.yml", "patch": "@@ -60,6 +60,7 @@ jobs:\n with:\n actions: 'create-comment'\n token: ${{ steps.generate-token.outputs.token }}\n+ issue-number: ${{ github.event.pull_request.number }}\n body: |\n <!-- ai-pr ...
vercel/next.js
89,206
Add custom deploy and logs env for next-deploy
## Summary Adds support for custom deploy scripts in the `next-deploy` test mode via two new environment variables: - `NEXT_TEST_DEPLOY_SCRIPT_PATH` - Path to a custom script that deploys the project and outputs the deployment URL to stdout - `NEXT_TEST_DEPLOY_LOGS_SCRIPT_PATH` - Path to a custom script that fet...
1104c45f25c84e2c46160a2d7a7d8c5432e5bf3b
b19e6d44988b72bc61c3b97374d4833f1e721394
6
medium
[ { "filename": "test/lib/next-modes/next-deploy.ts", "patch": "@@ -33,12 +33,180 @@ export class NextDeployInstance extends NextInstance {\n return this._buildId\n }\n \n+ private async deployUsingCustomScript(): Promise<{ url: string }> {\n+ const deployScriptPath = process.env.NEXT_TEST_DEPLOY_SC...
vuejs/vue
10,984
[automated] Patreon backers update (Jan 2020
This is an automated pull request.
044e0c4ecabb5e998b87aea03c9951c9a4434586
8f7a024c488a84791b4bbbb2ee2a6254317f9a80
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -359,60 +359,58 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <!--10 start-->\n - Masahiro Tanaka\n - Shawn Wildermuth\n-- Sean Washington\n-- Lars Andreas Ness\n - Keisuke Kita\n - Benjamin Listwon\n+- Lars Andreas Ness\n - Ki...
huggingface/transformers
43,560
Increase timeout when preparing CI
We switched from `requests`, with no timeout by default, to `httpx`, which does have a read timeout by default. This causes some timeout errors in the CI, so this PR increases the timeout length by following the snippet [here](https://github.com/encode/httpx/discussions/3356)
df58b65b759bcaa11e3448cb5166f63fc6f57e1f
5752665b14e1426b41538abaa8dab69c25fbd4f3
14
medium
[ { "filename": "utils/fetch_hub_objects_for_ci.py", "patch": "@@ -8,6 +8,8 @@\n from transformers.utils.import_utils import is_mistral_common_available\n \n \n+httpx._config.DEFAULT_TIMEOUT_CONFIG = httpx.Timeout(timeout=60.0)\n+\n URLS_FOR_TESTING_DATA = [\n \"http://images.cocodataset.org/val2017/00000...
ggml-org/llama.cpp
20,618
ggml webgpu: Move to no timeout for WaitAny in graph submission to avoid deadlocks
Another approach to see if this avoids deadlocks in the llvm-pipe Vulkan backend. After some debugging on the Github CI I've seen cases where it seems to get stuck within the `WaitAny` call itself, even after the timeout nanoseconds have passed, leading me to believe there is a bug within the interface between Dawn and...
null
8ced5f41f9ec0808cfdcb46bbd6300439d07160d
null
low
[ { "filename": "ggml/src/ggml-webgpu/ggml-webgpu.cpp", "patch": "@@ -509,50 +509,39 @@ static void ggml_backend_webgpu_wait_profile_futures(webgpu_global_context &\n static void ggml_backend_webgpu_wait(webgpu_global_context & ctx,\n std::vector<webgpu_submission...
huggingface/transformers
43,555
check PR bot permission - part 3 (try content attribute)
# What does this PR do?
0b563e1618b3172c03d8388b8da7360d472f4486
a63032b614dc38f67947a4e588bc385bc7d71e26
1
high
[ { "filename": ".github/workflows/pr-style-bot.yml", "patch": "@@ -6,6 +6,7 @@ on:\n types: [created]\n \n permissions:\n+ contents: write\n pull-requests: write\n \n jobs:", "additions": 1, "deletions": 0 } ]
ollama/ollama
10,490
strip out thinking tags in message history for qwen3 & r1
This is in advance of "proper" support where we'll make reasoning configurable and we'll parse out thinking/reasoning tags and provide them to the caller. These models expect there to be no thinking tags in the message history, so this should improve quality
null
ad3c7c9bda3b2db9a6887f65e3134c093333d3d5
null
low
[ { "filename": "server/routes.go", "patch": "@@ -18,6 +18,7 @@ import (\n \t\"os\"\n \t\"os/signal\"\n \t\"path/filepath\"\n+\t\"regexp\"\n \t\"slices\"\n \t\"strings\"\n \t\"syscall\"\n@@ -1512,6 +1513,7 @@ func (s *Server) ChatHandler(c *gin.Context) {\n \tif req.Messages[0].Role != \"system\" && m.System ...
facebook/react
34,021
Add changelog entry for 19.1.1
Add changelog details matching release notes: https://github.com/facebook/react/releases/tag/v19.1.1
null
eaee5308cc68232c4380e62dc73f512b2c50ab96
null
low
[ { "filename": "CHANGELOG.md", "patch": "@@ -1,3 +1,10 @@\n+## 19.1.1 (July 28, 2025)\n+\n+### React\n+* Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq)\n+* Move the Fabric completeRoot call from `finalizeContainerChildren` to `replaceContainerChildren` to align how JS API a...
vuejs/vue
10,914
build(deps-dev): bump serialize-javascript from 1.3.0 to 2.1.2
<!-- 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?** - [x] Fix a XSS vulnerability -...
4821149b8bbd4650b1d9c9c3cfbb539ac1e24589
70429c3713a497c0659fb67d61b000a3125325d2
8
medium
[ { "filename": "package.json", "patch": "@@ -133,7 +133,7 @@\n \"rollup-plugin-node-resolve\": \"^4.0.0\",\n \"rollup-plugin-replace\": \"^2.0.0\",\n \"selenium-server\": \"^2.53.1\",\n- \"serialize-javascript\": \"^1.3.0\",\n+ \"serialize-javascript\": \"^2.1.2\",\n \"shelljs\": \"^0.8...
nodejs/node
61,480
src: throw RangeError on failed ArrayBuffer BackingStore allocation
This also updates `ERR_MEMORY_ALLOCATION_FAILED` to be a RangeError, aligning with V8's OutOfMemory error type and ECMAScript's OutOfMemory error type. There are still many call sites in crypto, tls and quic need to be reviewed to properly handle the failed ArrayBuffer BackingStore allocation. This PR updates ca...
null
3fed9fbc0b8acd7d37f9079abe3df67d66aafa95
null
low
[ { "filename": "src/encoding_binding.cc", "patch": "@@ -17,6 +17,7 @@ namespace encoding_binding {\n using v8::ArrayBuffer;\n using v8::BackingStore;\n using v8::BackingStoreInitializationMode;\n+using v8::BackingStoreOnFailureMode;\n using v8::Context;\n using v8::FunctionCallbackInfo;\n using v8::HandleSco...
facebook/react
34,016
[DevTools] Add a little bar indicating time span of an async entry relative to others
Stacked on #34012. This shows a time track for when some I/O started and when it finished relative to other I/O in the same component (or later in the same suspense boundary). This is not meant to be a precise visualization since the data might be misleading if you're running this in dev which has other perf char...
4a58b63865c5c732012fe4746e2b54fdc165990e
101b20b663cc866ad4c0102413bbf7cb111451b1
2
medium
[ { "filename": "packages/react-devtools-shared/src/devtools/constants.js", "patch": "@@ -135,6 +135,9 @@ export const THEME_STYLES: {[style: Theme | DisplayDensity]: any, ...} = {\n '--color-timeline-text-color': '#000000',\n '--color-timeline-text-dim-color': '#ccc',\n '--color-timeline-react-wo...
vuejs/vue
10,896
[automated] Patreon sponsors update
This is an automated pull request.
a9740225c85d8de7594a3dfcb8f18f573d4426e5
9fbd416635eb3d7b32cd73b7c29f8377003c4dc8
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -240,13 +240,6 @@ 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://watchcartoononline.best/\" targ...
ggml-org/llama.cpp
20,692
ggml-cpu/x86: fix unused changemask warning in repack
## Summary Fix an `-Wunused-but-set-variable` warning in `ggml/src/ggml-cpu/arch/x86/repack.cpp`. `changemask` was declared unconditionally in `gemv_q4_b32_8x8_q8_0_lut_avx`, but it is only used in the `block_q4_0x8` / `block_iq4_nlx8` path. For the `block_mxfp4x8` template instantiation, that branch is discarded...
null
78d550b541a12eb473f1bca4cf9ac6920ebdb42b
null
low
[ { "filename": "ggml/src/ggml-cpu/arch/x86/repack.cpp", "patch": "@@ -531,7 +531,6 @@ static void gemv_q4_b32_8x8_q8_0_lut_avx(int n, float * GGML_RESTRICT s, size_t\n \n UNUSED(bs);\n \n- __m128i changemask = _mm_set_epi8(15, 14, 7, 6, 13, 12, 5, 4, 11, 10, 3, 2, 9, 8, 1, 0);\n __m256i finalpermu...
vercel/next.js
89,216
Turbopack: change AsyncModulesInfo to use keyed reads
### What? Use keyed reads for the `AsyncModulesInfo` to reduce the number of tasks
null
04898d8d0d99f0a5cca35b610a7de3fec9ffc92b
null
low
[ { "filename": "crates/next-api/src/server_actions.rs", "patch": "@@ -206,7 +206,9 @@ async fn build_manifest(\n &key,\n ActionManifestWorkerEntry {\n module_id: loader_id.clone(),\n- is_async: *async_module_info.is_async(chunk_item.module()).await?,\n+ ...
vuejs/vue
10,895
[automated] Patreon backers update (Dec 2019
This is an automated pull request.
fd0eaf92948bb5a4882d538362091fb287d642e3
a9740225c85d8de7594a3dfcb8f18f573d4426e5
2
medium
[ { "filename": "BACKERS.md", "patch": "@@ -368,7 +368,6 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu\n <!--50 start-->\n - Wasim Khamlichi\n - errorrik\n-- Alex Balashov\n - Konstantin Levinski\n - Blaise Laflamme\n - Sean Ferguson\n@@ -383,75 +382,71 @@ Funds donated v...
electron/electron
49,564
ci: add workflow for commenting with new 'ai-pr' label
#### Description of Change This PR adds auto-commenting and closing functionality for the new `ai-pr` label #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] PR description included #### Release Notes Notes: none
null
92a3f7d6c104dc98956bf2a12e226e358a9ee0ee
null
low
[ { "filename": ".github/workflows/pull-request-labeled.yml", "patch": "@@ -44,3 +44,34 @@ jobs:\n project-number: 94\n field: Status\n field-value: ✅ Reviewed\n+ pull-request-labeled-ai-pr:\n+ name: ai-pr label added\n+ if: github.event.label.name == 'ai-pr'\n+ runs-on...
ollama/ollama
10,485
Narrow set of paths we load GGML from
Users may have other incompatible GGML installs on their systems. This will prevent us from trying to load them from the path.
null
718eda1b3ec79b9b4a5f87ac8350d6ed7f63598b
null
low
[ { "filename": "llm/server.go", "patch": "@@ -329,11 +329,13 @@ func NewLlamaServer(gpus discover.GpuInfoList, modelPath string, f *ggml.GGML, a\n \t\t\tlibraryPaths = append(libraryPaths, filepath.SplitList(libraryPath)...)\n \t\t}\n \n+\t\tggmlPaths := []string{discover.LibOllamaPath}\n \t\tif len(compatib...
huggingface/transformers
43,553
check PR bot permission - part 1
# What does this PR do?
0189e042b8bd73573b95d7be7910f0ceab9c23f1
5b58428541e43c252a0321ff772acbaea1fc2828
26
medium
[ { "filename": ".github/workflows/pr-style-bot.yml", "patch": "@@ -0,0 +1,18 @@\n+# To run this bot, comment \"@bot /style\" on a PR\n+name: Style Bot\n+\n+on:\n+ issue_comment:\n+ types: [created]\n+\n+permissions:\n+ pull-requests: write\n+\n+jobs:\n+ style:\n+ uses: huggingface/huggingface_hub/.g...
ggml-org/llama.cpp
20,672
vulkan: disable mmvq on Intel Windows driver
Fixes #17628 @savvadesogle This disables MMVQ entirely on Intel Windows, that should remove the need to use the env var. Please try it.
3a5cb629b180a074e02056a40695528a2171254c
892e3c333a634f818acc195dc699468c08ff5e80
5
medium
[ { "filename": "ggml/src/ggml-vulkan/ggml-vulkan.cpp", "patch": "@@ -7646,20 +7646,14 @@ static bool ggml_vk_should_use_mmvq(const vk_device& device, uint32_t m, uint32_\n return true;\n }\n case VK_VENDOR_ID_INTEL:\n- if (k < 2048) {\n+ if (device->driver_id == vk::Driv...
vuejs/vue
10,841
[automated] Patreon sponsors update
This is an automated pull request.
2c6a827b39d824f87239dc124a0e3f0895d43247
fd0eaf92948bb5a4882d538362091fb287d642e3
1
medium
[ { "filename": "BACKERS.md", "patch": "@@ -240,6 +240,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://watchcartoononline.best/\" targ...
ollama/ollama
10,487
Fix "Stopping..." scheduler hang
This fixes a race condition due to lock inversion which resulted in models failing to unload and reporting "Stopping..." indefinitely until the ollama server was killed. The primary bug was updateFreeSpace getting stuck while another model was unloading. Fixes #7606 Fixes #8178 Fixes #8969 Fixes #9617 Fixes...
fe5b9bb21b971a9326fc47fe51a4c351ccbc12a9
415c8fcc3deee73e8a11822a962a87c7cb58d938
8
medium
[ { "filename": "server/sched.go", "patch": "@@ -441,10 +441,9 @@ func (s *Scheduler) load(req *LlmRequest, f *ggml.GGML, gpus discover.GpuInfoLis\n \t\testimatedVRAM: llama.EstimatedVRAM(),\n \t\testimatedTotal: llama.EstimatedTotal(),\n \t\tloading: true,\n-\t\trefCount: 1,\n \t}\n \trunne...
ollama/ollama
10,378
Add link to lightweight React frontend client for Ollama
Hi Ollama team 👋 This PR adds a link to a lightweight React.js-based web client I created for interacting with the Ollama API. The goal of the project is to provide a simple, minimal-dependency frontend for chatting with local or remote models running via Ollama. 🔗 Project link: [https://github.com/cushydigi...
6bf0b8193acadc5d595f320796d9876302ae0620
421b7edeb4f466fdd8ea25b03cdc595eee86fa6c
4
medium
[ { "filename": "README.md", "patch": "@@ -399,6 +399,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [Ollamb](https://github.com/hengkysteen/ollamb) (Simple yet rich in features, cross-platform built with Flutter and designed for Ollama. Try the [web demo](https://hengkysteen.github.io...
nodejs/node
60,253
doc: mention constructor comparison in assert.deepStrictEqual
Updated `assert.deepStrictEqual` docs to explicitly mention that object constructors are included in the comparison. This clarifies behavior consistent with `util.isDeepStrictEqual` and helps prevent confusion when comparing derived objects or proxy instances. <!-- Before submitting a pull request, please read: ...
null
7b483d3f70f61a728e82acfbb58724ffe38dee17
null
low
[ { "filename": "doc/api/assert.md", "patch": "@@ -427,6 +427,7 @@ are also recursively evaluated by the following rules.\n both sides are {NaN}.\n * [Type tags][Object.prototype.toString()] of objects should be the same.\n * Only [enumerable \"own\" properties][] are considered.\n+* Object constructors are...
facebook/react
33,999
[Runtime] Fix CI
Matches https://github.com/facebook/react/blob/e985c063dbd20d9d672e88fb41b16ede23fbdb7d/compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts#L244-L275 https://github.com/facebook/react/pull/33800 conflicted with https://github.com/facebook/react/pull/33751/files#diff-97f51f298984cfcdb...
null
19baee813cb08fc5971a3b301814faa6cd530ec8
null
low
[ { "filename": "packages/eslint-plugin-react-hooks/__tests__/ReactCompilerRule-test.ts", "patch": "@@ -247,9 +247,10 @@ const tests: CompilerTestCases = {\n name: 'Pipeline errors are reported',\n code: normalizeIndent`\n import useMyEffect from 'useMyEffect';\n+ import {AUTODEPS} ...
facebook/react
33,993
[compiler] fix false positive "mutate frozen" validation with refs
The test case here previously reported a "Cannot modify local variables after render completes" error (from ValidateNoFreezingKnownMutableFunctions). This happens because one of the functions passed to a hook clearly mutates a ref — except that we try to ignore mutations of refs! The problem in this case is that the `...
12483a119bf21ab69f9837f65b6bed2ba55cb73e
2aa5f9d4e3f961c6ec2c14f80403d35b7f2fe83e
2
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingRanges.ts", "patch": "@@ -249,6 +249,7 @@ export function inferMutationAliasingRanges(\n }\n for (const param of [...fn.context, ...fn.params]) {\n const place = param.kind === 'Identifier' ? param : para...
electron/electron
49,668
fix: default accelerator for role-based menu items
Backport of #49558 See that PR for details. Notes: Fixed an issue where role-based menu items were incorrectly returning `null` for their accelerator property.
1b16b6a315d45914d174003e81af7a9e1f13340f
7863318e513eb77fde92f578e03a3c4960ee62d4
28
medium
[ { "filename": "docs/api/menu-item.md", "patch": "@@ -107,7 +107,7 @@ A `string` (optional) indicating the item's role, if set. Can be `undo`, `redo`,\n \n #### `menuItem.accelerator`\n \n-An `Accelerator` (optional) indicating the item's accelerator, if set.\n+An `Accelerator | null` indicating the item's a...
huggingface/transformers
43,528
[Quantization] Fix triton_kernels name after being renamed to gpt-oss-triton-kernels
# What does this PR do? change `triton_kernels` name to `gpt-oss-triton-kernels`, no new failling tests related to this change
null
9238fc3d8559b8f9a6bff43f7d8de13c678093a0
null
low
[ { "filename": "src/transformers/integrations/mxfp4.py", "patch": "@@ -619,7 +619,7 @@ def replace_with_mxfp4_linear(model, quantization_config=None, modules_to_not_co\n from .hub_kernels import get_kernel\n \n global triton_kernels_hub\n- triton_kernels_hub = get_kernel(\"kernels-community/triton...
ggml-org/llama.cpp
20,718
sync : ggml
f47a246a0842119c09634870a111eb18d666a6ca
4efd326e7107f3c6a84d23455ac620e7220079ec
30
medium
[ { "filename": "scripts/sync-ggml.last", "patch": "@@ -1 +1 @@\n-553552e1d88be2b214b85e5159eedd39a63e2c34\n+c044a8eeae2591faa0950c8b5e514cbc4bbfc4ca", "additions": 1, "deletions": 1 } ]
vercel/next.js
89,228
Turbopack: fix tracking modifications for transient and data
### What? track modifications on the correct category
null
458933317a544c2e42a40eddfb2abe562b970fb9
null
low
[ { "filename": "turbopack/crates/turbo-tasks-macros/src/derive/task_storage_macro.rs", "patch": "@@ -2160,8 +2160,7 @@ fn generate_flag_trait_accessor_methods(field: &FieldInfo) -> TokenStream {\n \n // Flags use check_access_call() which handles transient vs non-transient\n let check_access = field....
electron/electron
49,626
fix: menu state in macOS dock menus
Backport of #49574 See that PR for details. Notes: Fixed dock menu items not respecting enabled and checked properties on macOS.
dc254e4bfc8eed03a7d09350bb89fd7b2e8aba3e
63f7692da55829bc6c08ee6fbccc81672e409dee
10
medium
[ { "filename": "shell/browser/mac/electron_application_delegate.mm", "patch": "@@ -109,7 +109,14 @@ - (void)applicationDidResignActive:(NSNotification*)notification {\n }\n \n - (NSMenu*)applicationDockMenu:(NSApplication*)sender {\n- return menu_controller_ ? menu_controller_.menu : nil;\n+ if (!menu_cont...
vuejs/vue
9,331
fix(v-model): add value to $attrs if not defined in props (fix #9330)
<!-- 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
66fd3c8dd1577d4b634731adf4be4d3db5bf1df6
null
low
[ { "filename": "src/core/vdom/create-component.js", "patch": "@@ -250,7 +250,8 @@ function mergeHook (f1: any, f2: any): Function {\n function transformModel (options, data: any) {\n const prop = (options.model && options.model.prop) || 'value'\n const event = (options.model && options.model.event) || 'i...
facebook/react
33,991
[compiler] clarify text for setState-in-effect error
--- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33991). * #33993 * __->__ #33991 * #33984
72848027a5525d7beebeccb0a485f4f211a1a101
8c587a2a411fd6bd9d82b17ff1030eb263c564a1
16
medium
[ { "filename": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidateNoSetStateInEffects.ts", "patch": "@@ -97,16 +97,21 @@ export function validateNoSetStateInEffects(\n errors.pushDiagnostic(\n CompilerDiagnostic.create({\n category:\n- ...
vercel/next.js
89,134
[backport]: fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth
Backports: - #89040
aff987d5461010ba442c28d703479826f6b220ff
a2e29009515d880011acdbe0e380ae409074953d
5
medium
[ { "filename": "packages/next/errors.json", "patch": "@@ -786,5 +786,6 @@\n \"785\": \"Request body exceeded %s\",\n \"786\": \"Server Actions are not enabled for this application. This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server...
nodejs/node
61,475
meta: do not fast-track npm updates
We typically do not fast track deps updates, npm is an odd one out. Looking at [the history](https://github.com/nodejs/node/pulls?q=is:pr+author:npm-cli-bot+is:closed), it's very rare anyone bothers to actually thumb up the fast-track requests, which means that the PR cannot be added to the CQ so more often than not ha...
null
4bc42c0ac85ce8855c5946e1730461ed9ac7d45e
null
low
[ { "filename": ".github/label-pr-config.yml", "patch": "@@ -80,7 +80,7 @@ subSystemLabels:\n /^deps\\/v8\\/tools\\/gen-postmortem-metadata\\.py/: v8 engine, python, post-mortem\n /^deps\\/v8\\//: v8 engine\n /^deps\\/uvwasi\\//: wasi\n- /^deps\\/npm\\//: npm, fast-track\n+ /^deps\\/npm\\//: npm\n /...
vuejs/vue
10,638
Fastcoding Inc broken icon
I've recently send a PR to vuejs.org with a .png version of the Fastcoding Inc logo. When/if it's merged, change this .svg link to .png. **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes - [ ] Oth...
b885e1e88f8b5928278d54449a937bcb0fdcc899
d1164f1a310444ea0b4efe53819f0054f0e2dab8
4
medium
[ { "filename": "README.md", "patch": "@@ -208,8 +208,8 @@ 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://fastcoding.jp/javascript/ \" target=\"_blank\">\n- <img ...
ollama/ollama
10,436
Updated the version of golang/crypto and golang/net package to handle CVE-2025-22869, CVE-2025-22870, CVE-2025-22872
This PR will update golang.org/x/crypto to version 0.36.0 to address the security vulnerability (CVE-2025-22869). and also will update golang.org/x/net to version 0.38.0 to address the security vulnerabilities(CVE-2025-22870, CVE-2025-22872)
null
7b68e254c29bea48dec9a455a5a46b4ac6c823c2
null
low
[ { "filename": "go.mod", "patch": "@@ -11,7 +11,7 @@ require (\n \tgithub.com/spf13/cobra v1.7.0\n \tgithub.com/stretchr/testify v1.9.0\n \tgithub.com/x448/float16 v0.8.4\n-\tgolang.org/x/sync v0.11.0\n+\tgolang.org/x/sync v0.12.0\n )\n \n require (\n@@ -70,12 +70,12 @@ require (\n \tgithub.com/twitchyliquid...
vuejs/vue
10,636
build(deps-dev): bump lodash.template from 4.4.0 to 4.5.0
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. <details> <summary>Commits</summary> - [`ab73503`](https://github.com/lodash/lodash/commit/ab73503859a2d2f7f603bc8a293ce93ecc071e83) Bump to v4.5.0. - [`a4f7d4c`](https://github.com/lodash/lodash/commit/a4f7d4cc2a3b6d3a43f6c27beadbf90410eec...
bd47e5b85d9afc6306dbd734bae67feea7818064
b805a1922c75ddee6192e4decdac10987263df9d
1
high
[ { "filename": "yarn.lock", "patch": "@@ -5108,7 +5108,7 @@ lodash._isiterateecall@^3.0.0:\n resolved \"https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c\"\n integrity sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=\n \n-lodash._reinterpolat...
facebook/react
33,985
[DevTools] Allow all file links in Chrome DevTools to open in external editor
Stacked on #33983. Allow React to be configured as the default handler of all links in Chrome DevTools. To do this you need to configure the Chrome DevTools setting for "Link Handling:" to be set to "React Developer Tools". By default this doesn't do anything but if you then check the box added in #33983 it starts o...
b1a6f03f8af2b5ce5ee466d89d218606089c0395
36c2bf5c3e7cd2f804c04d261b675c14d09dcf14
2
medium
[ { "filename": "packages/react-devtools-extensions/src/main/index.js", "patch": "@@ -18,7 +18,12 @@ import {\n LOCAL_STORAGE_TRACE_UPDATES_ENABLED_KEY,\n } from 'react-devtools-shared/src/constants';\n import {logEvent} from 'react-devtools-shared/src/Logger';\n-import {normalizeUrlIfValid} from 'react-dev...
ggml-org/llama.cpp
20,688
webui: improve tooltip wording for attachment requirements
## Summary - Reword image attachment tooltip: "Images require vision models to be processed" → "Image processing requires a vision model" - Reword audio attachment tooltip: "Audio files require audio models to be processed" → "Audio files processing requires an audio model" ## Test plan - [ ] Open the web UI with a no...
null
48e61238e19417c07fb0f8086727c305a519ce11
null
low
[ { "filename": "tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAttachmentsDropdown.svelte", "patch": "@@ -148,7 +148,7 @@\n \t\t\t\t\t</Tooltip.Trigger>\n \n \t\t\t\t\t<Tooltip.Content side=\"right\">\n-\t\t\t\t\t\t<p>Images require vision models to be processed</p>\n+\...
vuejs/vue
10,635
build(deps-dev): bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. <details> <summary>Commits</summary> - [`e371828`](https://github.com/lodash/lodash/commit/e37182845f16715a0d1c391c8662d83c55609cee) Bump to v4.17.13. - [`357e899`](https://github.com/lodash/lodash/commit/357e899e685872b4af5403ecc4b2a928f961ae63...
fd42082ae0fe156a2418b3f4c2a10900cf38b37c
bd47e5b85d9afc6306dbd734bae67feea7818064
1
high
[ { "filename": "yarn.lock", "patch": "@@ -5223,9 +5223,9 @@ lodash@4.17.5:\n integrity sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==\n \n lodash@^4.0.1, lodash@^4.16.6, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash...
huggingface/transformers
43,304
[Quantization] Add cutlass kernel for FP8
# What does this PR do? adds the cutlass kernel for scaled matmul, the performance is much better than triton for the specific block size : (128, 128): ``` ================================================================================ COMPARISON: CUTLASS vs Triton Speedup ======================================...
null
2b7bc5968a80e4110dde5f9d9babdca3f0559c86
null
low
[ { "filename": "src/transformers/integrations/finegrained_fp8.py", "patch": "@@ -14,7 +14,7 @@\n \n from ..core_model_loading import ConversionOps\n from ..quantizers.quantizers_utils import should_convert_module\n-from ..utils import is_torch_accelerator_available, is_torch_available, logging\n+from ..utils...
facebook/react
33,994
[DevTools] Add column to vscode editor preset
We should jump to the right column. Unfortunately, the way presets are set up now you have to switch off and switch to the preset for this to take effect.
142fd27bf6e1b46c554d436509bdf9b70f7ef042
190758e6236938283b51dce7d3fd21af6801a470
2
medium
[ { "filename": "packages/react-devtools-shared/src/devtools/views/Editor/utils.js", "patch": "@@ -16,7 +16,7 @@ export function checkConditions(\n try {\n const url = new URL(editorURL);\n \n- const [, sourceURL, line] = source;\n+ const [, sourceURL, line, column] = source;\n let filePath;\n...
vuejs/vue
10,634
build(deps): bump ecstatic from 3.3.0 to 3.3.2
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.0 to 3.3.2. <details> <summary>Changelog</summary> *Sourced from [ecstatic's changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md).* > 2019/05/03 Version 3.3.2 > - Backport redirects bugfix > > 2019/02/10 Version 3.3.1 > - P...
fa55a20e196955ff9850838a45b67764c2789f11
fd42082ae0fe156a2418b3f4c2a10900cf38b37c
1
high
[ { "filename": "yarn.lock", "patch": "@@ -2682,9 +2682,9 @@ ecc-jsbn@~0.1.1:\n safer-buffer \"^2.1.0\"\n \n ecstatic@^3.0.0:\n- version \"3.3.0\"\n- resolved \"https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.0.tgz#91cd417d152abf85b37b1ab3ebf3bd25cdc64e80\"\n- integrity sha512-EblWYTd+wPIAMQ0U4oYJ...
facebook/react
33,992
[DevTools] Rerender when the browser theme changes
When the browser theme changes, we don't immediately rerender the UI so we don't pick up the new theme if the React devtools are set to auto. This picks up the change immediately.
142fd27bf6e1b46c554d436509bdf9b70f7ef042
b1a6f03f8af2b5ce5ee466d89d218606089c0395
1
high
[ { "filename": "packages/react-devtools-extensions/src/main/index.js", "patch": "@@ -530,3 +530,16 @@ if (__IS_FIREFOX__) {\n connectExtensionPort();\n \n mountReactDevToolsWhenReactHasLoaded();\n+\n+function onThemeChanged(themeName) {\n+ // Rerender with the new theme\n+ render();\n+}\n+\n+if (chrome.dev...
vuejs/vue
10,633
build(deps): bump handlebars from 4.0.12 to 4.4.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.4.3. <details> <summary>Changelog</summary> *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.4.3 - October 8th, 2019 > Bugfixes > > Typings: > - add missing type fields t...
3c90820e389620b1497e1602efb23439c61c8e67
fa55a20e196955ff9850838a45b67764c2789f11
2
medium
[ { "filename": "yarn.lock", "patch": "@@ -1166,7 +1166,7 @@ async@1.x, async@^1.5.2:\n resolved \"https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a\"\n integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=\n \n-async@^2.0.0, async@^2.1.2, async@^2.5.0:\n+async@^2.0.0, as...
electron/electron
49,670
fix: default accelerator for role-based menu items
Backport of #49558 See that PR for details. Notes: Fixed an issue where role-based menu items were incorrectly returning `null` for their accelerator property.
null
a4af2354dc2716cecb9cf39b4c270446da058097
null
low
[ { "filename": "docs/api/menu-item.md", "patch": "@@ -107,7 +107,7 @@ A `string` (optional) indicating the item's role, if set. Can be `undo`, `redo`,\n \n #### `menuItem.accelerator`\n \n-An `Accelerator` (optional) indicating the item's accelerator, if set.\n+An `Accelerator | null` indicating the item's a...
vuejs/vue
10,632
build(deps): bump js-yaml from 3.12.1 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. <details> <summary>Changelog</summary> *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()...
3bc73226d70c97f93cdf3a25951be9dbaab0127f
3c90820e389620b1497e1602efb23439c61c8e67
1
high
[ { "filename": "yarn.lock", "patch": "@@ -4646,9 +4646,9 @@ js-tokens@^3.0.2:\n integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=\n \n js-yaml@3.x, js-yaml@^3.12.0, js-yaml@^3.9.0:\n- version \"3.12.1\"\n- resolved \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe67816...
vuejs/vue
10,631
build(deps): bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. <details> <summary>Commits</summary> - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b9...
0645fe61bf2f05e7ad4f71c44b2ae8af2e97662f
3bc73226d70c97f93cdf3a25951be9dbaab0127f
1
high
[ { "filename": "yarn.lock", "patch": "@@ -5561,9 +5561,9 @@ mississippi@^3.0.0:\n through2 \"^2.0.0\"\n \n mixin-deep@^1.2.0:\n- version \"1.3.1\"\n- resolved \"https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe\"\n- integrity sha512-8ZItLHeEgaqEvd5...
nodejs/node
61,413
test: add some validation for JSON doc output
We don't have any validation for the JSON output of the docs, errors can easily slip up there. Those tests become more important to gain confidence to switch a different system to generate those. It's also a way to enforce consistency as demonstrated by the Markdown change in this PR. <!-- Before submitting a pu...
null
1ad04e2a47c466ee96c2d6bfb796d60f1943aa6c
null
low
[ { "filename": "doc/api/environment_variables.md", "patch": "@@ -1,5 +1,7 @@\n # Environment Variables\n \n+<!--introduced_in=v20.12.0-->\n+\n Environment variables are variables associated to the environment the Node.js process runs in.\n \n ## CLI Environment Variables\n@@ -20,8 +22,6 @@ Set of utilities f...
vercel/next.js
89,135
[backport]: Tracing: Fix memory leak in span map (#85529)
Backports: - #85529
null
9599e801e9e633d81bfffa942386a271e6bd0603
null
low
[ { "filename": "packages/next/src/server/lib/trace/constants.ts", "patch": "@@ -125,7 +125,7 @@ type SpanTypes =\n | `${MiddlewareSpan}`\n \n // This list is used to filter out spans that are not relevant to the user\n-export const NextVanillaSpanAllowlist = [\n+export const NextVanillaSpanAllowlist = new ...
ollama/ollama
10,480
ollamarunner: Temporarily disable worst case graph preallocation
When we later have a large batch running purely on a CPU, this results the error: GGML_ASSERT(talloc->buffer_id >= 0) Disabling this means that we will incrementally reallocate memory as the graph grows. Fixes #10410
a53d744b01c65de77afb77aed4a576b317a90912
a27462b7085c7ba794f3b8da1553f4f1caa08ed0
29
medium
[ { "filename": "runner/ollamarunner/runner.go", "patch": "@@ -723,7 +723,9 @@ func (m *multiLPath) String() string {\n \treturn strings.Join(*m, \", \")\n }\n \n-func (s *Server) reserveWorstCaseGraph() error {\n+// TODO(jessegross): This is causing tensor allocation failures with large batches when not offl...
electron/electron
49,138
fix: visual artifacts while resizing on Windows
#### Description of Change Refs https://github.com/electron/electron/issues/36280#issuecomment-3560964534 This fully fixes the stale pixels that we saw while resizing a window on Windows. Manual backports of: - [crrev.com/c/7129658](https://crrev.com/c/7129658) - [crrev.com/c/7210913](https://crrev.com/c/...
7deed2b980daf550cf736a022dd93038468733b4
f2d1cb21b0a6bde87cbe15a95743612b597c1b0a
7
medium
[ { "filename": "patches/chromium/.patches", "patch": "@@ -144,3 +144,6 @@ expose_referrerscriptinfo_hostdefinedoptionsindex.patch\n chore_disable_protocol_handler_dcheck.patch\n fix_release_mouse_buttons_on_focus_loss_on_wayland.patch\n viz_fix_visual_artifacts_due_to_resizing_root_render_pass_with_dcomp.pat...
ggml-org/llama.cpp
19,983
Re-enable manual LoRA adapter free
This PR proposes re-enabling manual LoRA adapter free (the `llama_adapter_lora_free` function), that had been previously deprecated as part of #18490. # Motivation After reading the discussion on why `llama_adapter_lora_free` was deprecated and made a no-op, my understanding is that it was considered that this had ...
null
312cf03328496df9c56fe843952cf02a8964c59a
null
low
[ { "filename": "common/common.cpp", "patch": "@@ -1067,7 +1067,7 @@ common_init_result::common_init_result(common_params & params) :\n \n const llama_vocab * vocab = llama_model_get_vocab(model);\n \n- // load and optionally apply lora adapters (must be loaded before context creation)\n+ // load an...
facebook/react
33,997
Work around Chrome DevTools crash on `performance.measure`
Chrome DevTools' Performance tab currently crashes when you render Components named `Layout` (and probably all [possible trace event names](https://chromium.googlesource.com/devtools/devtools-frontend/+/316b0c5d016ea0ece0e64f5685c7a00b82bbf144/front_end/models/trace/types/TraceEvents.ts#2883)). A [bug is filed](https:/...
ac7da9d46dbfacc6a2f5072a1b2fc9f432a857b9
7ca2d4cd2e263f1923d958b16797d20d3efbc194
24
medium
[ { "filename": "packages/react-client/src/ReactFlightPerformanceTrack.js", "patch": "@@ -110,7 +110,7 @@ export function logComponentRender(\n }\n debugTask.run(\n // $FlowFixMe[method-unbinding]\n- performance.measure.bind(performance, entryName, {\n+ performance.measure.bi...
nodejs/node
61,467
build: add `cargo` and `rustc` checks for Temporal
If opting into building Node.js with statically linked Temporal (`configure --v8-enable-temporal-support`), check for the presence of `cargo` and `rustc` and compare the detected versions against the documented toolchain versions in `BUILDING.md`. Refs: https://github.com/nodejs/node/pull/60942 <!-- Before submi...
b935a3970bd141a272e829b54ecde0f990f07eb1
159ae48f8cd3a11f5ae050cd46bb8ae594155472
12
medium
[ { "filename": "configure.py", "patch": "@@ -1397,6 +1397,50 @@ def get_openssl_version(o):\n warn(f'Failed to determine OpenSSL version from header: {e}')\n return 0\n \n+def get_cargo_version(cargo):\n+ try:\n+ proc = subprocess.Popen(shlex.split(cargo) + ['--version'],\n+ ...
huggingface/transformers
43,379
Fix tiles mixing for batched input, add tie_word_embeddings to LFM2VL config
Fixes: For batched input with multiple images tiled input was mixed between batches.Now, using a util function. Adds: `tie_word_embeddings` to Lfm2VlConfig. Tests for above bug + updated integration test for the newest lfm2vl model. cc: @zucchini-nlp
null
2a5ba8b53d298ed8421e09831bf96bb6d056a24d
null
low
[ { "filename": "src/transformers/models/lfm2_vl/configuration_lfm2_vl.py", "patch": "@@ -49,6 +49,8 @@ class Lfm2VlConfig(PreTrainedConfig):\n Whether to use layernorm in the multimodal projector.\n downsample_factor (`int`, *optional*, defaults to 2):\n The downsample_factor ...
electron/electron
49,674
ci: use squash merge for apply patches workflow
Backport of #49667 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
bd49864f1d86230dfe43c6d330647857ec99ed30
12
medium
[ { "filename": ".github/workflows/apply-patches.yml", "patch": "@@ -56,16 +56,16 @@ jobs:\n path: src/electron\n fetch-depth: 0\n persist-credentials: false\n- ref: ${{ github.event.pull_request.head.sha }}\n- - name: Rebase onto Base Branch\n+ ref: ${{ github.event.p...
facebook/react
33,996
[Flight] Promote enableAsyncDebugInfo to stable without enableComponentPerformanceTrack
There's a lot of overlap between `enableComponentPerformanceTrack` and `enableAsyncDebugInfo` because they both rely on timing information. The former is mainly emit timestamps for how long server components and awaits took. The latter how long I/O took. `enableAsyncDebugInfo` is currently primarily for the componen...
5a04619f60221d9132f64f25b5a87b04c78fc7dc
99be14c883c5c83c9a087d37e19d93d6afb839ed
1
medium
[ { "filename": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -3647,7 +3647,7 @@ function initializeIOInfo(response: Response, ioInfo: ReactIOInfo): void {\n // $FlowFixMe[cannot-write]\n ioInfo.end += response._timeOrigin;\n \n- if (response._replayConsole) {\n+ if (enableComponentPerf...
vuejs/vue
10,630
build(deps): bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. <details> <summary>Commits</summary> - [`4e1bc07`](https://github.com/mysticatea/eslint-utils/commit/4e1bc077c2a6bb00538d66b69a63c24de3463bed) 1.4.2 - [`e4cb014`](https://github.com/mysticatea/eslint-utils/commit/e4cb01498df6096b66ed...
null
0645fe61bf2f05e7ad4f71c44b2ae8af2e97662f
null
low
[ { "filename": "yarn.lock", "patch": "@@ -2912,14 +2912,16 @@ eslint-scope@^4.0.0:\n estraverse \"^4.1.1\"\n \n eslint-utils@^1.3.1:\n- version \"1.3.1\"\n- resolved \"https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512\"\n- integrity sha512-Z7Yj...
huggingface/transformers
43,535
Fix for #43530
#43530 fails because the test I wrote for verifying correct downloads fails on image files, which might have UTF-8 illegal bytes. Opening the file in `b` mode fixes it. This doesn't show up in the CI because the script is run when recreating docker workers!
c3d81076a06005fb3d56be96bd50c7c7c2e45d00
df58b65b759bcaa11e3448cb5166f63fc6f57e1f
1
high
[ { "filename": "utils/fetch_hub_objects_for_ci.py", "patch": "@@ -71,10 +71,10 @@ def parse_hf_url(url):\n \n \n def validate_downloaded_content(filepath):\n- with open(filepath, \"r\") as f:\n+ with open(filepath, \"rb\") as f:\n header = f.read(32)\n \n- for bad_sig in [\"<!doctype\", \"<h...
ollama/ollama
10,399
fix: multiple typos of different importancec
nothing fancy, just changed wording and fixed typos
null
6bf0b8193acadc5d595f320796d9876302ae0620
null
low
[ { "filename": "README.md", "patch": "@@ -285,7 +285,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [Bionic GPT](https://github.com/bionic-gpt/bionic-gpt)\n - [HTML UI](https://github.com/rtcfirefly/ollama-ui)\n - [Saddle](https://github.com/jikkuatwork/saddle)\n-- [TagSpaces](https:/...
vercel/next.js
80,235
Turbopack: Remove unused argument
## What? Found this argument was unused and only being passed around.
null
1ce62f28d356bd010257464837193228cd15aaa9
null
low
[ { "filename": "crates/next-core/src/pages_structure.rs", "patch": "@@ -209,7 +209,6 @@ async fn get_pages_structure_for_root_directory(\n get_pages_structure_for_directory(\n dir_project_path.clone(),\n n...
ollama/ollama
10,468
lower default num parallel to 2
this is in part to "pay" for #10452, which doubled the default context length. The combination isn't fully neutral though, because even though the old 4x2k limit and the new 2x4k limit are memory equivalent, the 1x fallback is larger with 4k
dd93e1af85be606c642bcd9da1f69761cfdbaee8
db428adbb81413d8be3933eb0ec2256ab36880ce
4
medium
[ { "filename": "server/sched.go", "patch": "@@ -58,7 +58,7 @@ var defaultModelsPerGPU = 3\n // Default automatic value for parallel setting\n // Model will still need to fit in VRAM. If this setting won't fit\n // we'll back off down to 1 to try to get it to fit\n-var defaultParallel = 4\n+var defaultParall...
facebook/react
33,982
[Flight] Properly close stream when no chunks need to be written after prerender
There is an edge case when prerendering where if you have nothing to write you can end up in a state where the prerender is in status closed before you can provide a destination. In this case the destination is never closed becuase it assumes it already would have been. This condition can happen now because of the i...
3d14fcf03f4e296d21b52b362f5adefd9e366375
5a04619f60221d9132f64f25b5a87b04c78fc7dc
15
medium
[ { "filename": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMNode-test.js", "patch": "@@ -863,4 +863,46 @@ describe('ReactFlightDOMNode', () => {\n expect(ownerStack).toBeNull();\n }\n });\n+\n+ // @gate experimental\n+ // @gate enableHalt\n+ it('can handle an empty prelude wh...
ggml-org/llama.cpp
20,645
tests: enable kv_unified for test-backend-sampler
While running tests to ensure that my local server is ready to be onboard as a GGML CI runner, I ran into an odd CUDA OOM error for the dist sampling test as shown: ```console 2026-03-15T15:43:18.5103166Z ggml_backend_cuda_buffer_type_alloc_buffer: allocating 5320.00 MiB on device 0: cudaMalloc failed: out of memor...
null
fe00a84b4b972b3172b2c6b880954d81da532ca4
null
low
[ { "filename": "tests/test-backend-sampler.cpp", "patch": "@@ -89,6 +89,7 @@ struct test_context {\n cparams.n_batch = 512;\n cparams.samplers = configs.data();\n cparams.n_samplers = configs.size();\n+ cparams.kv_unified = true;\n \n // If n_seq_max is not specified, c...
ollama/ollama
10,452
config: update default context length to 4096
dd93e1af85be606c642bcd9da1f69761cfdbaee8
6ec71d8fb6705d12c9bc3df3511ce9b255ee375f
2
medium
[ { "filename": "docs/faq.md", "patch": "@@ -20,7 +20,7 @@ Please refer to the [GPU docs](./gpu.md).\n \n ## How can I specify the context window size?\n \n-By default, Ollama uses a context window size of 2048 tokens. \n+By default, Ollama uses a context window size of 4096 tokens. \n \n This can be overridd...
vuejs/vue
8,146
fix #8041: templates inside v-pre should be rendered to HTML
close #8041 <!-- 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...
e9fc04ba50782c15703392272322e277fb92dd9a
ecac831691d27cf7a10ec73a004d3fbad7623d1a
2
medium
[ { "filename": "src/compiler/codegen/index.js", "patch": "@@ -18,6 +18,7 @@ export class CodegenState {\n maybeComponent: (el: ASTElement) => boolean;\n onceId: number;\n staticRenderFns: Array<string>;\n+ pre: boolean;\n \n constructor (options: CompilerOptions) {\n this.options = options\n@@ -...
electron/electron
49,667
ci: use squash merge for apply patches workflow
#### 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 --> The initial implementation here did a `git rebase` to rebase the PR onto the base bran...
0e161c18eb8e3ec227bf3a90c01ba2683bf86842
41c7e9bb219987700db716d851b68a2226ecf9eb
28
medium
[ { "filename": ".github/workflows/apply-patches.yml", "patch": "@@ -56,16 +56,16 @@ jobs:\n path: src/electron\n fetch-depth: 0\n persist-credentials: false\n- ref: ${{ github.event.pull_request.head.sha }}\n- - name: Rebase onto Base Branch\n+ ref: ${{ github.event.p...
facebook/react
33,777
[compiler][rfc] Enable more validations in playground.
This is mostly to kick off conversation, i think we should go with a modified version of the implemented approach that i'll describe here. The playground currently serves two roles. The primary one we think about is for verifying compiler output. We use it for this sometimes, and developers frequently use it for this...
2ae8b3dacf2cd93900d86bc11f22768d507ddce7
bcea86945cd5324f1a7f324a48fd2c7cb36e569b
1
medium
[ { "filename": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -142,7 +142,10 @@ const COMMON_HOOKS: Array<[string, Hook]> = [\n ],\n ];\n \n-function compile(source: string): [CompilerOutput, 'flow' | 'typescript'] {\n+function compile(\n+ source: string,\n+ mode: 'compiler' | ...
nodejs/node
61,401
sqlite: create options benchmarks
Adds an options config to the `sqlite` benchmarks to measure the performance impact of different database configurations.
null
01ff6ce68a390970a8f608c5d15550cb4c342fa1
null
low
[ { "filename": "benchmark/sqlite/sqlite-prepare-select-all-options.js", "patch": "@@ -0,0 +1,51 @@\n+'use strict';\n+const common = require('../common.js');\n+const sqlite = require('node:sqlite');\n+const assert = require('assert');\n+\n+const bench = common.createBenchmark(main, {\n+ n: [1e5],\n+ tableSe...
ollama/ollama
10,416
fix build
#10382 changed the interface which wasn't caught in #10141
7ba9fa9c7d0bc73abacca88d6827d973d7ba92cf
5cfc1c39f3d5822b0c0906f863f6df45c141c33b
2
high
[ { "filename": "model/models/llama4/model.go", "patch": "@@ -39,7 +39,7 @@ func New(c fs.Config) (model.Model, error) {\n \t\t\t\t`[^\\r\\n\\p{L}\\p{N}]?[\\p{Lu}\\p{Lt}\\p{Lm}\\p{Lo}\\p{M}]*[\\p{Ll}\\p{Lm}\\p{Lo}\\p{M}]+(?i:'s|'t|'re|'ve|'m|'ll|'d)?|[^\\r\\n\\p{L}\\p{N}]?[\\p{Lu}\\p{Lt}\\p{Lm}\\p{Lo}\\p{M}]+...
vuejs/vue
8,967
fix(mergeData): skip recursive call if values are identical
**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 If yes, please describe the impa...
80f17fa498f5df0388412877799dbd7573c44b2d
a7658e03a16dc507f0abeba41aee705f773727d0
4
medium
[ { "filename": "src/core/util/options.js", "patch": "@@ -55,7 +55,11 @@ function mergeData (to: Object, from: ?Object): Object {\n fromVal = from[key]\n if (!hasOwn(to, key)) {\n set(to, key, fromVal)\n- } else if (isPlainObject(toVal) && isPlainObject(fromVal)) {\n+ } else if (\n+ t...
huggingface/transformers
43,530
Operation Green CI
This is the PR where I just keep patching things until it's green and then I merge
null
c3d81076a06005fb3d56be96bd50c7c7c2e45d00
null
low
[ { "filename": "tests/models/plbart/test_tokenization_plbart.py", "patch": "@@ -18,6 +18,7 @@\n from transformers import SPIECE_UNDERLINE, BatchEncoding, PLBartTokenizer, is_torch_available\n from transformers.testing_utils import (\n get_tests_dir,\n+ is_flaky,\n nested_simplify,\n require_se...