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 |
|---|---|---|---|---|---|---|---|---|
electron/electron | 49,412 | ci: detect patch needs update error with problem matcher | Backport of #49405
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 -->
| null | 50fc493ae66ee4193ddea34ef69179aa2a4f20dc | null | low | [
{
"filename": ".github/actions/checkout/action.yml",
"patch": "@@ -143,11 +143,12 @@ runs:\n echo \"No changes to patches detected\"\n fi\n fi\n- - name: Remove patch conflict problem matcher\n+ - name: Remove patch conflict problem matchers\n shell: bash\n run: |\n e... |
huggingface/transformers | 43,180 | Fix failing `salesforce-ctrl`, `xlm` & `gpt-neo` model generation tests | # What does this PR do?
Fixes failing [salesforce-ctrl](https://github.com/huggingface/transformers/actions/runs/20706072009/job/59437072445#step:14:2512), [xlm](https://github.com/huggingface/transformers/actions/runs/20706072009/job/59437072306#step:14:1400) & [gpt-neo](https://github.com/huggingface/transformers/... | null | 44c2c0fbf171ff61f177284f59163600f5624b72 | null | low | [
{
"filename": "tests/models/ctrl/test_modeling_ctrl.py",
"patch": "@@ -274,5 +274,6 @@ def test_lm_generate_ctrl(self):\n 5,\n ] # Legal the president is a good guy and I don't want to lose my job. \\n \\n I have a\n \n- output_ids = model.generate(input_ids, do_sample=False)\n+ ... |
nodejs/node | 61,079 | doc: document timeout option for tls.connect() | Fixes #61075
This PR documents the `timeout` option supported by `tls.connect()` since
v11.8.0 / v10.16.0 and fixes misleading wording suggesting it comes from
`socket.connect()`. The option is inherited from `net.createConnection()`
and is equivalent to calling `socket.setTimeout()`.
| null | d991f690df76751f8cd62d72db9d51d8f09101ba | null | low | [
{
"filename": "doc/api/tls.md",
"patch": "@@ -1730,6 +1730,9 @@ changes:\n **Default:** `1024`.\n * `highWaterMark` {number} Consistent with the readable stream `highWaterMark` parameter.\n **Default:** `16 * 1024`.\n+ * `timeout`: {number} If set and if a socket is created internally, will call\... |
vercel/next.js | 88,356 | Turbopack: use bugs.nextjs.org for Turbopack panic error reports | Update the bug report link to use the new bugs.nextjs.org service instead of the direct GitHub discussions URL. Also shares more code when handling terminals that don't support links.
Test Plan: Added a deliberate panic to a turbotask, verified the link.
| null | d3b3e3a3cb93579287dc712058f27d6d874b6285 | null | low | [
{
"filename": "crates/napi/src/next_api/turbopack_ctx.rs",
"patch": "@@ -359,27 +359,22 @@ pub fn log_internal_error_and_inform(internal_error: &anyhow::Error) {\n env!(\"VERGEN_GIT_DESCRIBE\"),\n env!(\"NEXTJS_VERSION\")\n );\n- let new_discussion_url = if supports_hyperlinks::suppor... |
vuejs/vue | 8,639 | fix: check js assets more accurate in ssr webpack plugin | <!--
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 | 5624278fbe5d85cfe578d749da12b1e73c3e61a9 | null | low | [
{
"filename": "src/server/webpack-plugin/server.js",
"patch": "@@ -43,7 +43,7 @@ export default class VueSSRServerPlugin {\n }\n \n stats.assets.forEach(asset => {\n- if (asset.name.match(/\\.js$/)) {\n+ if (isJS(asset.name)) {\n bundle.files[asset.name] = compilation.ass... |
nodejs/node | 60,708 | doc,src,lib: clarify experimental status of Web Storage support | Documentation around Web Storage is kinda all over the place, IMO we're really not making a good job at presenting the experimental aspect of it.
- in https://github.com/nodejs/node/pull/57666, the flag was renamed to remove the "experimental" part of it. I think that was a mistake.
- the history sections in the do... | af10a4ba8833b8d7e09124ee915ce44345f85e8c | 3330e5caf13e7b96d8ca445ec152350504350b58 | 12 | medium | [
{
"filename": "doc/api/cli.md",
"patch": "@@ -1745,10 +1745,11 @@ surface on other platforms, but the performance impact may be severe.\n added: v22.4.0\n -->\n \n+> Stability: 1.2 - Release candidate.\n+\n The file used to store `localStorage` data. If the file does not exist, it is\n created the first tim... |
huggingface/transformers | 43,184 | Reduce add_dates verbosity | As discussed with @Cyrilvallez | c8bc4dea4c24037cafa38a10ffd0d583b35441a2 | 83782890ab31e4f1c2d1d289a11b3cfb6eec2a5e | 14 | medium | [
{
"filename": "docs/source/en/model_doc/audioflamingo3.md",
"patch": "@@ -14,7 +14,7 @@ rendered properly in your Markdown viewer.\n \n -->\n \n-*This model was released on 2025-07-10 and added to Hugging Face Transformers on 2025-11-17.*\n+*This model was released on 2025-07-10 and added to Hugging Face Tr... |
ollama/ollama | 9,351 | llama: removed unused 'vendoring' file | null | 3ad4bc8afe34bd32b37f56678927ba31fbcd98d4 | null | low | [
{
"filename": "llama/vendoring",
"patch": "@@ -1 +0,0 @@\n-LLAMACPP_BASE_COMMIT=46e3556e01b824e52395fb050b29804b6cff2a7c",
"additions": 0,
"deletions": 1
}
] | |
facebook/react | 33,348 | Disable moveBefore experiment | There seems to be some bugs still to work out in Chrome. See #33187.
Additionally, since you can't really rely on this function existing across browsers, it's hard to depend on its behavior anyway. In fact, you now have a source of inconsistent behaviors across browsers to deal with.
Ideally it would also be more... | null | 6a1dfe37776e5a41f4c1e07c33cf1f26c4a82979 | null | low | [
{
"filename": "packages/shared/ReactFeatureFlags.js",
"patch": "@@ -194,7 +194,7 @@ export const disableLegacyContext = true;\n export const disableLegacyContextForFunctionComponents = true;\n \n // Enable the moveBefore() alternative to insertBefore(). This preserves states of moves.\n-export const enableM... |
ggml-org/llama.cpp | 19,211 | support MiniCPM-o 4.5(vision only) | Add support for MiniCPM‑o 4.5 and document new versioning scheme
1. We plan to open-source MiniCPM‑o 4.5 (o45) next week, a new generation of Omni model, which has excellent performance.
2. We’re moving away from the previous sequential version scheme. Apologies for the earlier imperfect design. New scheme:
v seri... | null | ec6c7421e4f3c0e1bdb9fdc6ee9670e14a490854 | null | low | [
{
"filename": "tools/mtmd/clip.cpp",
"patch": "@@ -1005,6 +1005,8 @@ struct clip_model_loader {\n hparams.minicpmv_query_num = 64;\n } else if (hparams.minicpmv_version == 6) {\n hparams.minicpmv_query_num = 64;\n+ } else... |
ollama/ollama | 9,348 | .github: always run tests, and other helpful fixes | During work on our new registry client, I ran into frustrations with CI
where a misspelling in a comment caused the linter to fail, which caused
the tests to not run, which caused the build to not be cached, which
caused the next run to be slow, which caused me to be sad.
This commit address these issues, and pul... | e91ae3d47d8153c4b7c10dba031b77d7ae408ef0 | 0d694793f25a274a58680ba244e5febc31b96743 | 1 | medium | [
{
"filename": ".github/workflows/test.yaml",
"patch": "@@ -140,6 +140,13 @@ jobs:\n env:\n CMAKE_GENERATOR: Ninja\n \n+ go_mod_tidy:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v4\n+ - name: check that 'go mod tidy' is clean\n+ run: go mod tidy -... |
electron/electron | 49,362 | build: roll build-tools SHA to `4430e4a` | Fixes
```
npm error HEAD is now at a5d9f90 fix: macOS SDK regex on line breaks (#760)
npm error Failed to install build-tools: Error: ENOENT: no such file or directory, scandir '/github/home/.electron_build_tools/.yarn/releases'
npm error at readdirSync (node:fs:1583:26)
npm error at install (file:///us... | null | 409c29b12b1ce4d4f9a3ce86327ff378f737ff4f | null | low | [
{
"filename": ".github/actions/install-build-tools/action.yml",
"patch": "@@ -15,7 +15,7 @@ runs:\n git config --global core.preloadindex true\n git config --global core.longpaths true\n fi\n- export BUILD_TOOLS_SHA=a5d9f9052dcc36ee88bef5c8b13acbefd87b7d8d\n+ export BUILD_TOO... |
vuejs/vue | 8,581 | fix(#8567): handle errors on immediate watchers | As stated in the [related issue](https://github.com/vuejs/vue/issues/8567), the handle callback call should be wrapped in a try/catch that explicitly calls handleError.
fix #8567
<!--
Please make sure to read the Pull Request Guidelines:
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request... | 6eaf56e28d659f985934ae3a8782f90e9d6f1775 | 2686818beb5728e3b7aa22f47a3b3f0d39d90c8e | 18 | medium | [
{
"filename": "src/core/instance/state.js",
"patch": "@@ -351,7 +351,11 @@ export function stateMixin (Vue: Class<Component>) {\n options.user = true\n const watcher = new Watcher(vm, expOrFn, cb, options)\n if (options.immediate) {\n- cb.call(vm, watcher.value)\n+ try {\n+ cb.c... |
huggingface/transformers | 43,175 | Fix generation config validation | # What does this PR do?
Fixes an issue reported by @BenjaminBossan . The default of caching was `True` so we assume that new default of `None` is also `True`. So we need to check only if `False` is set explicitly by the user
```python
from transformers import AutoModelForCausalLM
model_id = 'hf-internal-testi... | 93d7affdb8b1c8126e7e674124b7cb8f823bd3f8 | e5a860837f8a4f577b93e35677584906860bb6eb | 14 | medium | [
{
"filename": "src/transformers/generation/configuration_utils.py",
"patch": "@@ -687,7 +687,7 @@ def validate(self, strict=False):\n )\n \n # 2.5. check cache-related arguments\n- if self.use_cache is not True:\n+ if self.use_cache is False:\n # In this cas... |
vercel/next.js | 88,346 | fix: capture promisified setImmediate separately | ### What?
Capture `setImmediate[promisify.custom]` at module initialization instead of lazily accessing it when needed.
```
RangeError: Maximum call stack size exceeded
at patchedSetImmediatePromise (node_modules/.pnpm/next@16.1.1_@babel+core@7.28.5_react-dom@19.2.3_react@19.2.3__react@19.2.3/nod... | null | 5a12867c8eb86a050163a5b526d4469fae276f73 | null | low | [
{
"filename": "packages/next/src/server/node-environment-extensions/fast-set-immediate.external.ts",
"patch": "@@ -22,6 +22,9 @@ let currentExecution: Execution | null = null\n const originalSetImmediate = globalThis.setImmediate\n const originalClearImmediate = globalThis.clearImmediate\n const originalNex... |
vuejs/vue | 7,902 | feat(ssr): render initial and used async css chunks | <!--
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... | ae6dcd63a017059644502f8741d8a514f3e9cf84 | 575b6e77ab82b0bbc581aec3ea9b07135d2d1fcd | 1 | medium | [
{
"filename": "src/server/template-renderer/index.js",
"patch": "@@ -108,13 +108,13 @@ export default class TemplateRenderer {\n }\n \n renderStyles (context: Object): string {\n- const cssFiles = this.clientManifest\n- ? this.clientManifest.all.filter(isCSS)\n- : []\n+ const initial = t... |
nodejs/node | 61,108 | fs: fix rmSync to handle non-ASCII characters | This is a fresh version of PR https://github.com/nodejs/node/pull/56934
Update fs.rmSync to properly handle file paths that include non-ASCII characters. This change prevents crashes and errors when attempting to delete files with international or special characters in their names.
Add a test in test/parallel to ... | dc8215b90d51fafee3c8faef128d9b1e471ddf38 | 05d6b9b5dfba8984a5c600d5e568520aa83ca23c | 14 | medium | [
{
"filename": "src/node_file.cc",
"patch": "@@ -1634,7 +1634,7 @@ static void RmSync(const FunctionCallbackInfo<Value>& args) {\n ToNamespacedPath(env, &path);\n THROW_IF_INSUFFICIENT_PERMISSIONS(\n env, permission::PermissionScope::kFileSystemWrite, path.ToStringView());\n- auto file_path = std:... |
facebook/react | 33,344 | [eslint] Add an option to require dependencies on effect hooks |
Summary:
To prepare for automatic effect dependencies, some codebases may want to codemod
existing useEffect calls with no deps to include an explicit undefined second argument
in order to preserve the "run on every render" behavior. In sufficiently large codebases,
this may require a temporary enforcement period whe... | a3abf5f2f835ad0c61e2325f5cbac2d1d9045517 | 99efc627a5a8cb56f50cfffee544c86c49572b6f | 24 | medium | [
{
"filename": "packages/eslint-plugin-react-hooks/__tests__/ESLintRuleExhaustiveDeps-test.js",
"patch": "@@ -8344,6 +8344,23 @@ const testsTypescript = {\n },\n ],\n },\n+ {\n+ code: normalizeIndent`\n+ function MyComponent(props) {\n+ useEffect(() => {\n+ ... |
vercel/next.js | 88,305 | Turbopack: avoid removing cells for erroring tasks | ### What?
* avoid flagging tasks dirty when removing cells
* For errored tasks: avoid removing cell content
* For ok tasks: remove cell content later to collect more stale signals
| 125b7d89f497e04770cdb4abb11d7e3734b60afc | fcfcbce3b1783cb9d5f2405e7c5d5877d799720b | 4 | medium | [
{
"filename": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs",
"patch": "@@ -427,7 +427,6 @@ impl<B: BackingStorage> Drop for OperationGuard<'_, B> {\n /// Intermediate result of step 1 of task execution completion.\n struct TaskExecutionCompletePrepareResult {\n pub new_children: FxHashSet<Ta... |
facebook/react | 33,170 | Fix incorrect use of NoLanes in executionContext check | ## Summary
This PR fixes a likely incorrect condition in the `scheduleUpdateOnFiber` function inside `ReactFiberWorkLoop.js`.
Previously, the code checked:
```js
(executionContext & RenderContext) !== NoLanes
````
However, `NoLanes` is part of the lane priority system, not the execution context flags. The... | 3e9db65fc3341148a5248b3ffc6bc68c0640fd3f | bfaeb4a46175fa0f4edf2eba58349d5029e5e86e | 1 | high | [
{
"filename": "packages/react-reconciler/src/ReactFiberWorkLoop.js",
"patch": "@@ -908,7 +908,7 @@ export function scheduleUpdateOnFiber(\n markRootUpdated(root, lane);\n \n if (\n- (executionContext & RenderContext) !== NoLanes &&\n+ (executionContext & RenderContext) !== NoContext &&\n root ... |
ggml-org/llama.cpp | 20,366 | ggml-cuda: gdn use shared mem for HIP | Suggested-by: Aman Gupta <amangupta052@gmail.com>
| null | 5f91b1d5d578037ce677fa6769179c6a780a6494 | null | low | [
{
"filename": "ggml/src/ggml-cuda/gated_delta_net.cu",
"patch": "@@ -2,28 +2,29 @@\n #include \"ggml-cuda/common.cuh\"\n \n template <int S_v, bool KDA>\n-__global__ void gated_delta_net_cuda(const float * q,\n- const float * k,\n- cons... |
ollama/ollama | 8,211 | docker: upgrade rocm to 6.3.3 | This patch upgrades the rocm version to the latest available for consumption.
Fixes: #7941 | null | 6ecd7f64ba36b1d24ea4bb1b73a6dc4234e7d567 | null | low | [
{
"filename": "Dockerfile",
"patch": "@@ -2,17 +2,17 @@\n \n ARG FLAVOR=${TARGETARCH}\n \n-ARG ROCMVERSION=6.1.2\n+ARG ROCMVERSION=6.3.3\n ARG JETPACK5VERSION=r35.4.1\n ARG JETPACK6VERSION=r36.2.0\n ARG CMAKEVERSION=3.31.2\n \n-FROM --platform=linux/amd64 rocm/dev-centos-7:${ROCMVERSION}-complete AS base-am... |
huggingface/transformers | 43,191 | Rework check_config_attributes.py | # What does this PR do?
As per the title. It has become a mess so let's update it | null | 90b90fc0d9d8a6b0dd2be52d158caa5dd2f68bbe | null | low | [
{
"filename": "utils/check_config_attributes.py",
"patch": "@@ -30,340 +30,138 @@\n \n CONFIG_MAPPING = transformers.models.auto.configuration_auto.CONFIG_MAPPING\n \n+# Usually of small list of allowed attrs, but can be True to allow all\n SPECIAL_CASES_TO_ALLOW = {\n- \"AfmoeConfig\": [\n- \"glo... |
ollama/ollama | 9,346 | Updating the link suggested by PR review | Requested by PR review https://github.com/ollama/ollama/pull/9336 | 7cfd4aee4d9956b89dbbb103ee4877194abfe670 | 888855675e7a29bbf29882804276db4368da1ba9 | 9 | medium | [
{
"filename": "docs/development.md",
"patch": "@@ -41,7 +41,7 @@ Install prerequisites:\n - [CMake](https://cmake.org/download/)\n - [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) including the Native Desktop Workload\n - (Optional) AMD GPU support\n- - [ROCm](https://rocm.github.io/... |
electron/electron | 49,272 | feat: import shared texture supports p010le | #### Description of Change
This PR adds support for the p010le pixel format to SharedTextureImportTextureInfo.
p010le is a 4:2:0 10-bit YUV format commonly used by video decoders and GPU pipelines.
cc: @reitowo
#### Checklist
- [x] PR description included and stakeholders cc'd
- [x] `npm test` passes
- [x]... | null | 2f20d287d116b04b9963e2c56512290c66d5ec60 | null | low | [
{
"filename": "docs/api/structures/shared-texture-import-texture-info.md",
"patch": "@@ -5,6 +5,7 @@\n * `rgba` - 32bpp RGBA (byte-order), 1 plane.\n * `rgbaf16` - Half float RGBA, 1 plane.\n * `nv12` - 12bpp with Y plane followed by a 2x2 interleaved UV plane.\n+ * `p010le` - 4:2:0 10-bit YUV (littl... |
nodejs/node | 61,089 | test: check util.parseArgs argv parsing with actual process execution | The new --eval tests for `util.parseArgs()` are genuine usage tests that spawn a node instance with command-line args, whereas the existing test for "command-line parsing" just overwrites `process.argv`. Mocking this property is fine for the input parsing tests, but the command-line behaviour should also be genuinely t... | null | 7b7f693a98da060e19f2ec12fb99997d5d5524f9 | null | low | [
{
"filename": "test/fixtures/parse-args.js",
"patch": "@@ -0,0 +1,5 @@\n+const { parseArgs } = require('util');\n+\n+const parsedArgs = parseArgs({ strict: false }).values;\n+\n+process.stdout.write(JSON.stringify(parsedArgs));",
"additions": 5,
"deletions": 0
},
{
"filename": "test/parallel... |
huggingface/transformers | 43,188 | Bump huggingface_hub minimal version | This PR bumps `huggingface_hub` minimal version to 1.3.0 (current latest release, see https://github.com/huggingface/huggingface_hub/releases/tag/v1.3.0).
This release includes:
- https://github.com/huggingface/huggingface_hub/pull/3666 => running `transformers` CLI will now run an auto-update check similar to what... | 6a99907c9b7dbfbae3f6c3730d4ef66c2dca02f2 | 727070242cc38d54ff4f542bf06d357660c75e44 | 4 | medium | [
{
"filename": "setup.py",
"patch": "@@ -84,7 +84,7 @@\n \"GitPython<3.1.19\",\n \"hf-doc-builder>=0.3.0\",\n \"hf_xet\",\n- \"huggingface-hub>=1.2.1,<2.0\",\n+ \"huggingface-hub>=1.3.0,<2.0\",\n \"importlib_metadata\",\n \"ipadic>=1.0.0,<2.0\",\n \"jinja2>=3.1.0\",",
"addit... |
facebook/react | 33,313 | Fix typo in error message. | ## Summary
I am writing code that isn't so good, so I saw this error message many times. It appears to have a typo. This PR fixes the typo.
## How did you test this change?
Ran the tests | null | 3e9db65fc3341148a5248b3ffc6bc68c0640fd3f | null | low | [
{
"filename": "packages/react-dom/src/__tests__/ReactCompositeComponentState-test.js",
"patch": "@@ -573,7 +573,7 @@ describe('ReactCompositeComponent-state', () => {\n assertConsoleErrorDev([\n \"Can't perform a React state update on a component that hasn't mounted yet. \" +\n 'This indic... |
vercel/next.js | 87,287 | [ci] Use native `concurrency` feature in build-and-test | Last remaining workflow using our custom cancel workflow.
Using the same concurrency logic as build-and-deploy | null | 52b2b8be6a74b4f65fe595de1d6e3311efd3c446 | null | low | [
{
"filename": ".github/workflows/build_and_test.yml",
"patch": "@@ -6,6 +6,12 @@ on:\n pull_request:\n types: [opened, synchronize]\n \n+concurrency:\n+ # Limit concurrent runs to 1 per PR,\n+ # but allow concurrent runs on push if they potentially use different source code\n+ group: ${{ github.eve... |
ggml-org/llama.cpp | 20,369 | cuda/hip: fix loop unrolling in ssm-conv | As discussed in https://github.com/ggml-org/llama.cpp/pull/20128 | null | 9ef7523ee99e13fe57a3da5cd600c206ed997630 | null | low | [
{
"filename": "ggml/src/ggml-cuda/ssm-conv.cu",
"patch": "@@ -76,14 +76,17 @@ static __global__ void ssm_conv_long_token_f32(const float * __restrict__ src0,\n int row = tid / load_cols;\n int col = tid % load_cols;\n #pragma unroll\n- for (int idx = tid; idx < total_elems; idx += split_d_inner) ... |
vuejs/vue | 8,529 | fix (shared-utils): Improve readability and consistency in code comments (fix #8528) | Improvements that apply to all comments:
- Consistent use of periods
- Consistent use of commas
- Consistent capitalization
- Correct use of articles (a, an, the)
Improvements to specific comments:
- Correct pluralization in the description for helper functions
- Re-word for clarity and break into shorter sent... | null | af819a07dd8c2afc94e670e81b5e248f82794334 | null | low | [
{
"filename": "src/shared/util.js",
"patch": "@@ -2,8 +2,8 @@\n \n export const emptyObject = Object.freeze({})\n \n-// these helpers produces better vm code in JS engines due to their\n-// explicitness and function inlining\n+// These helpers produce better VM code in JS engines due to their\n+// explicitn... |
ollama/ollama | 9,344 | fix: add back bf16 support | this was accidentally removed in [#7913](https://github.com/ollama/ollama/pull/7913/files#diff-fbcdd9c400e0dff0ac63aca45430d25a28762e987facde9464c092533e793beeL258-L259) when moving fs/ggml from its previous location
resolves #9343 | null | b16367b4b2ee22b8bd8ad1ef8c2abf5f8171be8c | null | low | [
{
"filename": "fs/ggml/ggml.go",
"patch": "@@ -207,11 +207,26 @@ func (t Tensor) block() (n int) {\n \n func (t Tensor) blockSize() uint64 {\n \tswitch t.Kind {\n-\tcase 0, 1, 24, 25, 26, 27, 28, 30: // F32, F16, I8, I16, I32, I64, F64, BF16\n+\tcase\n+\t\t0, // F32\n+\t\t1, // F16\n+\t\t24, // I8\n+\t\t2... |
electron/electron | 49,292 | feat: suppress devtools console logging | #### Background
Electron app developers often see console errors from the DevTools frontend when running from the command line, for example:
```
[15676:1226/144806.624:ERROR:CONSOLE:1] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/... | fe477ce3aa65316f4e63b0907d117723a1d4c8bc | 9a5ffd920c5f31699691fae096edb64ddc175eba | 26 | medium | [
{
"filename": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -13,6 +13,7 @@\n \n #include \"base/base64.h\"\n #include \"base/containers/span.h\"\n+#include \"base/dcheck_is_on.h\"\n #include \"base/memory/raw_ptr.h\"\n #include \"base/metrics/histogram.h\"\n #include \"base/strings/pattern.h\... |
nodejs/node | 61,175 | zlib: add CHECK to validate fast path input | Add missing CHECK in FastCRC32 to match the slow path. | null | ce2ec3d835908508f1e9a2e834ca466a2d16888c | null | low | [
{
"filename": "src/node_zlib.cc",
"patch": "@@ -1685,6 +1685,7 @@ static uint32_t FastCRC32(v8::Local<v8::Value> receiver,\n v8::FastApiCallbackOptions& options) {\n TRACK_V8_FAST_API_CALL(\"zlib.crc32\");\n v8::HandleScope handle_scope(options.isolate);\n+ CHECK(data->IsArray... |
huggingface/transformers | 43,179 | Some new models added stuff that was already removed | # What does this PR do?
As per the title. They don't exist | 02ddf5d47abb61730d157ddf3cb75f76715d05f5 | 59b9cb06f4a19c6d6601cb3e96c018f170ff6808 | 29 | medium | [
{
"filename": "tests/models/pe_audio/test_modeling_pe_audio.py",
"patch": "@@ -133,9 +133,7 @@ def prepare_config_and_inputs_for_common(self):\n @require_torch\n class PeAudioEncoderTest(ModelTesterMixin, unittest.TestCase):\n all_model_classes = (PeAudioEncoder,)\n- test_pruning = False\n test_r... |
vercel/next.js | 88,589 | Fix incorrect 'Ready in' time for next start | ## What
Fix the incorrect "Ready in" time displayed when running `next start`. The bug caused the time to show impossibly large values like "Ready in 29474457.7min" instead of the actual startup duration.
## Why
The `NEXT_PRIVATE_START_TIME` environment variable was not being properly set/propagated when `startServe... | null | 166e0ef37566825a75a03ec4ae4668b13a384253 | null | low | [
{
"filename": "packages/next/src/cli/next-start.ts",
"patch": "@@ -1,5 +1,12 @@\n #!/usr/bin/env node\n \n+// Ensure NEXT_PRIVATE_START_TIME is set for accurate \"Ready in\" timing.\n+// This should already be set by bin/next.ts, but we set it here as a fallback\n+// in case the module is loaded through a d... |
ggml-org/llama.cpp | 20,339 | Fix agentic mcp image single model | *Make sure to read the [contributing guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) before submitting a PR*
## Bug
In single-model mode, options.model is undefined during the agentic loop.
modelSupportsVision(options.model ?? '') matches no model and returns false,
so MCP image a... | null | 00de615345c9d3ead161c15bf0cc313e46f4def6 | null | low | [
{
"filename": "tools/server/webui/src/lib/stores/agentic.svelte.ts",
"patch": "@@ -318,6 +318,12 @@ class AgenticStore {\n \t\tconst maxTurns = agenticConfig.maxTurns;\n \t\tconst maxToolPreviewLines = agenticConfig.maxToolPreviewLines;\n \n+\t\t// Resolve effective model for vision capability checks.\n+\t\... |
facebook/react | 32,286 | [compiler] Prepare HIRBuilder to be used by later passes | ---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32286).
* #33326
* #33325
* __->__ #32286 | null | 13f20044f3a5a9433eb4c6ef4c6577b8f0d13350 | null | low | [
{
"filename": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts",
"patch": "@@ -130,6 +130,7 @@ function run(\n mode,\n config,\n contextIdentifiers,\n+ func,\n logger,\n filename,\n code,",
"additions": 1,
"deletions": 0
},
{
"filename": "c... |
vuejs/vue | 8,214 | feat(warn): warn when an existing property starting with $ is not pro… | …perly accessed
Closes #8213
<!--
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?**... | null | 952ae33290d46b95b2f441fd336b71ffbae1dd27 | null | low | [
{
"filename": "src/core/instance/proxy.js",
"patch": "@@ -24,6 +24,16 @@ if (process.env.NODE_ENV !== 'production') {\n )\n }\n \n+ const warnReservedPrefix = (target, key) => {\n+ warn(\n+ `Property \"${key}\" must be accessed with \"$data.${key}\" because ` +\n+ 'properties starting wi... |
vuejs/vue | 8,212 | fix(types): add model option to functional components | Closes #8210
<!--
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 on... | bf2e2ed159f680cd4e230427ce94739c657c1b61 | 496635e7c9e56b30c3993c4c1dcb27559327e999 | 1 | medium | [
{
"filename": "types/options.d.ts",
"patch": "@@ -111,6 +111,10 @@ export interface ComponentOptions<\n export interface FunctionalComponentOptions<Props = DefaultProps, PropDefs = PropsDefinition<Props>> {\n name?: string;\n props?: PropDefs;\n+ model?: {\n+ prop?: string;\n+ event?: string;\n+ ... |
ggml-org/llama.cpp | 20,207 | vendor : update cpp-httplib to 0.37.0 | *Make sure to read the [contributing guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) before submitting a PR*
v0.37.0
- Use doc.yml to generate document site
- Fix problem with alternate file name check
v0.36.0
- Documentation Site on GitHub Pages
- [CMake] New compoments MbedTL... | 4f2f0a163d0680a3bcbba1f0e9439a0cf8b43a38 | e1a399992be282e1213de5e044ba5f0788b446cd | 1 | medium | [
{
"filename": "scripts/sync_vendor.py",
"patch": "@@ -5,7 +5,7 @@\n import sys\n import subprocess\n \n-HTTPLIB_VERSION = \"refs/tags/v0.35.0\"\n+HTTPLIB_VERSION = \"refs/tags/v0.37.0\"\n \n vendor = {\n \"https://github.com/nlohmann/json/releases/latest/download/json.hpp\": \"vendor/nlohmann/json.h... |
facebook/react | 33,332 | [Fizz] Apply View Transition Name and Class to SSR:ed View Transitions | Stacked on #33330.
This walks the element tree to activate the various classes under different scenarios. There are some edge case things that are a little different since we can't express every scenario without virtual nodes.
The main thing that's still missing though is avoiding animating updates if it can be c... | 91ac1fea1aacf80c9eb2815956e230921b55808c | 8ce15b0f56a066ece465963ca1370e46113bb868 | 1 | medium | [
{
"filename": "fixtures/view-transition/server/render.js",
"patch": "@@ -23,8 +23,6 @@ export default function render(url, res) {\n const {pipe, abort} = renderToPipeableStream(\n <App assets={assets} initialURL={url} />,\n {\n- // TODO: Temporary hack. Detect from attributes instead.\n- ... |
vuejs/vue | 8,048 | fix(for): use IE compatible regex in v-for regex | Closes #7946
<!--
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 on... | 1b69cbde74fd1d183a0c8afd72e774b8bf1daa89 | ecc239e47516d7f9a93b2cd49da4a2000960b8f7 | 1 | high | [
{
"filename": "src/compiler/parser/index.js",
"patch": "@@ -21,7 +21,7 @@ import {\n \n export const onRE = /^@|^v-on:/\n export const dirRE = /^v-|^@|^:/\n-export const forAliasRE = /([^]*?)\\s+(?:in|of)\\s+([^]*)/\n+export const forAliasRE = /([\\s\\S]*?)\\s+(?:in|of)\\s+([\\s\\S]*)/\n export const forIte... |
ollama/ollama | 8,567 | build: support Compute Capability 5.0, 5.2 and 5.3 for CUDA 12.x | CUDA 12.x still supports Compute Capability 5.0, 5.2 and 5.3, so let's build for these architectures as well
I have a GPU with CC 5.2 and confirmed that before the change ollama crashes, afterwards it works just fine.
source: https://stackoverflow.com/questions/28932864/which-compute-capability-is-supported-by-wh... | null | a499390648e9184211a1e9d196cdb20b48355591 | null | low | [
{
"filename": "CMakePresets.json",
"patch": "@@ -28,7 +28,7 @@\n \"name\": \"CUDA 12\",\n \"inherits\": [ \"CUDA\" ],\n \"cacheVariables\": {\n- \"CMAKE_CUDA_ARCHITECTURES\": \"60;61;62;70;72;75;80;86;87;89;90;90a\"\n+ \"CMAKE_CUDA_ARCHITECTURES\": \"50;52;53;60;61;62;70;72;7... |
electron/electron | 49,359 | feat: suppress devtools console logging | Backport of #49292
See that PR for details.
Notes: DevTools errors are no longer printed to console | null | 3138ac5fd2207268ba97b87f9ab09825476506b0 | null | low | [
{
"filename": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -13,6 +13,7 @@\n \n #include \"base/base64.h\"\n #include \"base/containers/span.h\"\n+#include \"base/dcheck_is_on.h\"\n #include \"base/memory/raw_ptr.h\"\n #include \"base/metrics/histogram.h\"\n #include \"base/strings/pattern.h\... |
vuejs/vue | 8,558 | fix(compiler): normalize nested arrays in v-for(fix #8468) | Normalize nested arrays when using functional components with v-for.
<!--
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 kin... | 002acbe678a76efb57be2b80e4e6e54d8d82b08c | d483a49c86874b2e75863b661f81feecd46ae721 | 4 | medium | [
{
"filename": "src/compiler/codegen/index.js",
"patch": "@@ -406,7 +406,10 @@ export function genChildren (\n el.tag !== 'template' &&\n el.tag !== 'slot'\n ) {\n- return (altGenElement || genElement)(el, state)\n+ // because el may be a functional component and return an Array ins... |
nodejs/node | 61,185 | doc: add missing `passed` and `error` properties on `TestContext` | `passed` and `error` properties were left undocumented on `TextContext` class
Fixes: https://github.com/nodejs/node/issues/59321
Refs: https://github.com/nodejs/node/pull/51485 <-- passed and error implem
Refs: https://github.com/nodejs/node/pull/59322 <-- Initial PR
PR was already made by someone else but clos... | null | 20bf3287c2bdce55077da91b7c405aecdc31fef8 | null | low | [
{
"filename": "doc/api/test.md",
"patch": "@@ -3686,6 +3686,40 @@ added:\n \n The name of the test.\n \n+### `context.passed`\n+\n+<!-- YAML\n+added:\n+ - v21.7.0\n+ - v20.12.0\n+-->\n+\n+* Type: {boolean} `false` before the test is executed, e.g. in a `beforeEach` hook.\n+\n+Indicated whether the test su... |
electron/electron | 49,452 | build: try removing zero-fill sandbox patch component | #### Description of Change
Ref https://github.com/nodejs/node/commit/3cdb1cd437f63dd256ae2ab3b7e9016257326cb4.
Take two of trying to remove the zero-fill field components of our sandbox patch.
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [x] PR descripti... | f149efe32e852e6e23153c11dfea9834d6d3f247 | 73377af79e21e754e4c8487271e78f99239cce52 | 7 | medium | [
{
"filename": "patches/node/api_delete_deprecated_fields_on_v8_isolate.patch",
"patch": "@@ -6,10 +6,10 @@ Subject: Delete deprecated fields on v8::Isolate\n https://chromium-review.googlesource.com/c/v8/v8/+/7081397\n \n diff --git a/src/api/environment.cc b/src/api/environment.cc\n-index cb1e4e6176e7385f8... |
facebook/react | 33,330 | [Fizz] Pass batch as argument to revealCompletedBoundaries | Follow up to #33293.
This solves a race condition when boundaries are added to the batch after the `startViewTransition` call.
This doesn't matter yet but it will once we start assigning names before the `startViewTransition` call.
A possible alternative solution might be to ensure the names are added synchron... | 6060367ef8a7a5bac12e0f830367bb13626db83a | 91ac1fea1aacf80c9eb2815956e230921b55808c | 19 | medium | [
{
"filename": "packages/react-dom-bindings/src/server/fizz-instruction-set/ReactDOMFizzInstructionSetInlineCodeStrings.js",
"patch": "@@ -6,9 +6,9 @@ export const markShellTime =\n export const clientRenderBoundary =\n '$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.dat... |
vercel/next.js | 88,543 | doc: add details of mcp client integration | add link to the mcp client configuration details section before the code block of example | null | 9fccecc3014e9118163ac116e2ddb14ec0a17d89 | null | low | [
{
"filename": "docs/01-app/02-guides/upgrading/version-16.mdx",
"patch": "@@ -14,9 +14,11 @@ If you're using an AI coding assistant that supports the [Model Context Protocol\n \n #### Setup\n \n-Add the following configuration to your MCP client, example:\n+Add the following configuration to your MCP client... |
huggingface/transformers | 43,164 | Fix failing `BitModelIntegrationTest` | # What does this PR do?
Fixes this failing [BitModelIntegrationTest](https://github.com/huggingface/transformers/actions/runs/20706072009/job/59437072391#step:14:844).
<img width="1351" height="151" alt="image" src="https://github.com/user-attachments/assets/c5bf6193-620f-4200-9e3a-86f550aa418d" />
## Be... | null | 82c3b164b0fce3cea8192506daf7c73f7216953e | null | low | [
{
"filename": "tests/models/bit/test_modeling_bit.py",
"patch": "@@ -277,7 +277,7 @@ def test_inference_image_classification_head(self):\n \n expected_slice = torch.tensor([[-0.6526, -0.5263, -1.4398]]).to(torch_device)\n \n- torch.testing.assert_close(outputs.logits[0, :3], expected_slice, r... |
vuejs/vue | 8,495 | update toMs function. fix #4894 | Old versions of [Chromium](https://www.chromium.org/) (below 61.0.3163.100) [formats floating pointer numbers in a locale-dependent way, using a comma instead of a dot](https://bugs.chromium.org/p/chromium/issues/detail?id=720222).
This PR makes toMs function parse it correctly, preventing unexpected behaviors.
<!-... | 5cfdf1a2484fa73b572eae4afd196dcf9e1912ba | 59d4351ad8fc042bc263a16ed45a56e9ff5b013e | 12 | medium | [
{
"filename": "src/platforms/web/runtime/transition-util.js",
"patch": "@@ -181,6 +181,10 @@ function getTimeout (delays: Array<string>, durations: Array<string>): number {\n }))\n }\n \n+// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n+// in a locale-dependent way, usi... |
ggml-org/llama.cpp | 20,209 | vendor : update miniaudio to 0.11.25 | *Make sure to read the [contributing guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) before submitting a PR*
v0.11.25
- Bug fixes to the WAV decoder.
- Fixed warnings with the Emscripten build relating to the renaming of of __EMSCRIPTEN_major/minor/tiny__ macros.
- Win32: Fixed an e... | null | 4f2f0a163d0680a3bcbba1f0e9439a0cf8b43a38 | null | low | [
{
"filename": "scripts/sync_vendor.py",
"patch": "@@ -15,7 +15,7 @@\n \n # not using latest tag to avoid this issue: https://github.com/ggml-org/llama.cpp/pull/17179#discussion_r2515877926\n # \"https://github.com/mackron/miniaudio/raw/refs/tags/0.11.24/miniaudio.h\": \"vendor/miniaudio/miniaudio.h\... |
electron/electron | 49,456 | build(deps): bump actions/setup-node from 6.1.0 to 6.2.0 | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
<blockquote>
<h2>v6.2.0</h2>
<h2>What's Changed</h2>
<h3>Documentatio... | 060e76f1b64a5106f1e82c6decc22f0811bfaa6f | 47766801e43b8daf850c2425f317c272238e87bd | 9 | medium | [
{
"filename": ".github/workflows/archaeologist-dig.yml",
"patch": "@@ -17,7 +17,7 @@ jobs:\n with:\n fetch-depth: 0\n - name: Setup Node.js/npm\n- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f\n+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f804... |
vercel/next.js | 88,620 | Turbopack: unflake unit test | ### What?
Too few tasks leave no space for tokio to act. | 125b7d89f497e04770cdb4abb11d7e3734b60afc | 8ae72f2a1ed349bed07f240eb05e060b306eaea8 | 8 | medium | [
{
"filename": "turbopack/crates/turbo-tasks/src/priority_runner.rs",
"patch": "@@ -565,7 +565,7 @@ mod tests {\n let execute_context = execute_context.clone();\n println!(\"Created task {}\", task);\n Box::pin(async move {\n- let cpu_bound =... |
ggml-org/llama.cpp | 20,293 | [SYCL] fix op ROPE, add ROPE_BACK | Fix op ROPE for updated UT cases.
Add ROPE_BACK.
All UT cases are passed.
| b2e1427c9b78a937ff2907ae3f2d998512f29c02 | 0cec84f99945738c61e3899a87c4c0fa46b8b6de | 1 | medium | [
{
"filename": "docs/ops.md",
"patch": "@@ -23,15 +23,15 @@ Legend:\n | ARGMAX | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ |\n | ARGSORT | ❌ | ✅ | ✅ | ✅ | ✅ | 🟡 | 🟡 | ✅ | ✅ | ❌ | ❌ |\n | CEIL | ❌ | ❌ | ✅ | 🟡 | ❌ | ❌ | ✅ | 🟡 | ... |
ollama/ollama | 9,072 | Move cgroup fix out of AMD section. | This also works for Nvidia (https://github.com/ollama/ollama/issues/8594) so move it out of the AMD section. | null | 4df98f3eb58dafaa2a069fbc6173faa124a952c1 | null | low | [
{
"filename": "docs/troubleshooting.md",
"patch": "@@ -73,6 +73,10 @@ curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.5.7 sh\n \n If your system is configured with the \"noexec\" flag where Ollama stores its temporary executable files, you can specify an alternate location by setting OLLAMA_TMPD... |
vercel/next.js | 88,409 | Turbopack: Consistency for compute_async_module_info | ### What?
Use strongly consistent reads for compute_async_module_info to avoid double execution. | cfe29f98d8d7cdb9295a588653dfa430e7247013 | 22fb1a017d608adfdbf8c3ab4152e40caa76adff | 1 | medium | [
{
"filename": "turbopack/crates/turbopack-core/src/module_graph/async_module_info.rs",
"patch": "@@ -1,6 +1,6 @@\n-use anyhow::Result;\n+use anyhow::{Context, Result};\n use rustc_hash::FxHashSet;\n-use turbo_tasks::{ResolvedVc, TryFlatJoinIterExt, Vc};\n+use turbo_tasks::{OperationVc, ResolvedVc, TryFlatJo... |
huggingface/transformers | 43,154 | [`Fp8`] Fix experts | As per title, the current fp8 experts implementation is wrong - likely related to #42456 (cc @3outeille)
Before:
- The number of experts was treated as the number of `top k` experts that are hit, i.e. `num_experts = top_k_weights.shape[1]`
- This is simply wrong as now our indices which can cover all experts is ... | 3a275d3581c0ecf962f7412aa764c2047331fd6b | 9255982e2ef416a5f2298609d50199554bac9ce7 | 12 | medium | [
{
"filename": "src/transformers/integrations/finegrained_fp8.py",
"patch": "@@ -527,25 +527,27 @@ def __init__(self, config, block_size, dtype=torch.float8_e4m3fn):\n # Keep a handle here; actual usage happens in forward of your MoE block\n self.act_fn = ACT2FN[config.hidden_act]\n \n+ # ... |
facebook/react | 33,331 | [Fizz] Make ViewTransition enter/exit/share null the same as none | I believe that these mean the same thing. We don't have to emit the attribute if it's `none` for these cases because if there is no matching scenario we won't apply the animation in this case.
The only case where we have to emit `none` in the attribute is for `vt-update` because those can block updates from propagat... | 6060367ef8a7a5bac12e0f830367bb13626db83a | 08064ea6713ff55730c5d4f50b733891ebe0e875 | 18 | medium | [
{
"filename": "packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js",
"patch": "@@ -759,10 +759,9 @@ const SUBTREE_SCOPE = ~(ENTER_SCOPE | EXIT_SCOPE);\n \n type ViewTransitionContext = {\n update: 'none' | 'auto' | string,\n- // null here means that this case can never trigger. Not \"auto\" like... |
nodejs/node | 61,188 | tools: update nixpkgs-unstable to 3edc4a30ed3903fdf6f90c837f961fa6b49 | This is an automated update of nixpkgs-unstable to 3edc4a30ed3903fdf6f90c837f961fa6b49. | c5d3f5f9c82455b4b6d8ff4204709017a47e1b4e | 2696391b18fdd60f0dc93df1e987b9e0116da824 | 23 | medium | [
{
"filename": "tools/nix/pkgs.nix",
"patch": "@@ -1,10 +1,10 @@\n arg:\n let\n repo = \"https://github.com/NixOS/nixpkgs\";\n- rev = \"7d853e518814cca2a657b72eeba67ae20ebf7059\";\n+ rev = \"3edc4a30ed3903fdf6f90c837f961fa6b49582d1\";\n nixpkgs = import (builtins.fetchTarball {\n url = \"${repo}/ar... |
facebook/react | 33,329 | [Fizz] Track boundaries in future rows as postponed | Follow up to #33321.
We can mark boundaries that were blocked in the prerender as postponed but without anything to replayed inside them. That way they're not emitted in the prerender but is unblocked when replayed.
Technically this does some unnecessary replaying of the path to the otherwise already completed bo... | 1c43d0aed74de4aae210ba7081b60f944df31954 | 99781d605b6a6fd332bba654ac0c328e41df888c | 2 | medium | [
{
"filename": "packages/react-dom/src/__tests__/ReactDOMFizzStaticBrowser-test.js",
"patch": "@@ -2262,6 +2262,7 @@ describe('ReactDOMFizzStaticBrowser', () => {\n <ComponentB />\n </Suspense>\n <Suspense fallback=\"Loading C\">C</Suspense>\n+ <Suspense fallb... |
vuejs/vue | 8,492 | fix: support for the use of modifiers such as click.right.once | <!--
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 | eb604529c62e9954305889122f34499ad75b3b45 | null | low | [
{
"filename": "src/compiler/helpers.js",
"patch": "@@ -65,6 +65,18 @@ export function addHandler (\n )\n }\n \n+ // normalize click.right and click.middle since they don't actually fire\n+ // this is technically browser-specific, but at least for now browsers are\n+ // the only target envs that hav... |
vercel/next.js | 88,410 | Turbopack: follow tracing spans through aggregation update queue | ### What?
follow spans through the aggregation update queue | 125b7d89f497e04770cdb4abb11d7e3734b60afc | dd39efc79c5c84cdcba85d056dfa8c4dd8550a59 | 11 | medium | [
{
"filename": "turbopack/crates/turbo-tasks-backend/Cargo.toml",
"patch": "@@ -20,11 +20,12 @@ verify_serialization = []\n verify_aggregation_graph = []\n verify_immutable = []\n verify_determinism = []\n-trace_aggregation_update = []\n+trace_aggregation_update_queue = []\n+trace_aggregation_update = [\"tra... |
ollama/ollama | 8,938 | config: allow setting context length through env var | From offline discussions:
- Current API parameters improperly mix system and request level configurations
- For now, let users set a context length through `OLLAMA_CONTEXT_LENGTH`
- Users can still set `num_ctx` through the CLI or SDK on a request level but is expected to be moved away from in the future
closes... | 68bac1e0a646e00a215b6bffb6f294f895c32238 | 314573bfe8afd6e93389ec519699da20285a38dc | 4 | medium | [
{
"filename": "api/types.go",
"patch": "@@ -10,6 +10,8 @@ import (\n \t\"strconv\"\n \t\"strings\"\n \t\"time\"\n+\n+\t\"github.com/ollama/ollama/envconfig\"\n )\n \n // StatusError is an error with an HTTP status code and message.\n@@ -609,7 +611,7 @@ func DefaultOptions() Options {\n \n \t\tRunner: Runner... |
facebook/react | 33,093 | New children notify fragment instances in Fabric | When a new child of a fragment instance is inserted, we need to notify the instance to keep any relevant tracking up to date. For example, we automatically observe the new child with any active IntersectionObserver.
For mutable renderers (DOM), we reuse the existing traversal in `commitPlacement` that does the inser... | 3710c4d4f9ffb6aa07e291b822e4ec7d69ed5a32 | 1835b3f7d9c0541259a8812c5dfaf3d77f0721eb | 2 | medium | [
{
"filename": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -3073,19 +3073,19 @@ export function updateFragmentInstanceFiber(\n }\n \n export function commitNewChildToFragmentInstance(\n- childElement: Instance,\n+ childInstance: Instance,\n fragmentInstance: FragmentInst... |
ggml-org/llama.cpp | 20,283 | [SYCL] fix for failed UT case: ACC, L2_NORM, UPSCALE, GEGLU | Some UT cases are updated.
SYCL backend was not updated to suppor them.
It's the root cause of the UT failed.
Update the code to support the failed UT cases of ACC, L2_NORM, UPSCALE, GEGLU.
Test on Arc770 and UHD Graphics 770 on i7-13700K.
| null | b2e1427c9b78a937ff2907ae3f2d998512f29c02 | null | low | [
{
"filename": "ggml/src/ggml-sycl/common.hpp",
"patch": "@@ -874,4 +874,95 @@ static bool fast_fp16_available(const int cc) {\n return true; //Intel GPUs always support FP16.\n }\n \n+enum class block_reduce_method {\n+ MAX,\n+ SUM,\n+};\n+\n+template<block_reduce_method method_t, typename T, in... |
facebook/react | 33,321 | [Fizz] Unblock SuspenseList when prerendering | There's an interesting case when a SuspenseList is partially prerendered but some of the completed boundaries are blocked by rows to be resumed.
This handles it but just unblocking the future rows to avoid stalling.
However, the correct semantics will need special handling in the postponed state. | 2388481283640d034fd6b4edfca4f11e67953673 | f4041aa388b7eeba94a26f6c273e9f4c18e2d2b3 | 2 | medium | [
{
"filename": "packages/react-dom/src/__tests__/ReactDOMFizzStaticBrowser-test.js",
"patch": "@@ -29,6 +29,7 @@ let ReactDOM;\n let ReactDOMFizzServer;\n let ReactDOMFizzStatic;\n let Suspense;\n+let SuspenseList;\n let container;\n let Scheduler;\n let act;\n@@ -50,6 +51,7 @@ describe('ReactDOMFizzStaticBr... |
ggml-org/llama.cpp | 20,250 | metal : extend mul_mv_ext to BF16, Q2_K, Q3_K | ## Summary
- Enable `mul_mv_ext` small-batch kernels (batch sizes 2-8) for **BF16**, **Q2_K**, and **Q3_K** quantization types
- These types previously fell through to the slower single-row `mul_mv` path
- BF16 uses the `float4` dequantize path (like F16); Q2_K/Q3_K use the `float4x4` K-quant path (like Q4_K/Q5_K/Q6_K... | ed0007aa32b94f40e4f3ba0d0fe24d86a582232b | e22cd0aa155f0188eb9c605fd54daf3f2f38177b | 2 | medium | [
{
"filename": "ggml/src/ggml-metal/ggml-metal-ops.cpp",
"patch": "@@ -1963,6 +1963,7 @@ int ggml_metal_op_mul_mat(ggml_metal_op_t ctx, int idx) {\n (\n op->src[0]->type == GGML_TYPE_F32 || // TODO: helper function\n op->src[0]->type == GGML_TYPE_F16 ||\n+ op->src[... |
electron/electron | 49,418 | fix: restore AXDocument accessibility attribute for representedFilename on macOS | Backport of #49346
See that PR for details.
Notes: Fixed `setRepresentedFilename()` not setting `AXDocument` accessibility attribute on macOS.
| null | a4eb213a042877e7586d71ce74454de1726cb219 | null | low | [
{
"filename": "shell/browser/ui/cocoa/electron_ns_window.mm",
"patch": "@@ -285,6 +285,19 @@ - (NSString*)accessibilityTitle {\n return base::SysUTF8ToNSString(shell_ ? shell_->GetTitle() : \"\");\n }\n \n+- (NSString*)accessibilityDocument {\n+ // Prefer representedFilename set via Electron's setReprese... |
nodejs/node | 61,184 | doc: clarify threat model for application-level API exposure | Add examples of non-vulnerabilities when applications expose Node.js APIs to untrusted users without proper security boundaries. | null | 4031355dd687996cd8fc491d7ba5c1e58245b817 | null | low | [
{
"filename": "SECURITY.md",
"patch": "@@ -309,6 +309,32 @@ the community they pose.\n Node.js releases won't be affected by such vulnerabilities. Users are\n responsible for keeping the software they use through Corepack up-to-date.\n \n+#### Exposing Application-Level APIs to Untrusted Users (CWE-653)... |
huggingface/transformers | 43,106 | GemmaTokenizer: remove redundant whitespace pre-tokenizer | # What does this PR do?
This PR removes a redundant whitespace pre-tokenizer from GemmaTokenizer and adds a regression test to ensure behavior remains unchanged.
Specifically, GemmaTokenizer already normalizes literal spaces (" ") to the SentencePiece underline character ("▁"). As a result, using a pre_tokenizer=... | null | 607d24dd0ea8ebdb80d524f854b71d6059a6f667 | null | low | [
{
"filename": "src/transformers/models/gemma/tokenization_gemma.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 tokenizers import Tokenizer, decoders, normalizers, pre_tokenizers\n+from tokenizers import To... |
vuejs/vue | 8,422 | fix(transition): check existence of `el.parentNode`, fix #8199 | Fix #8199
If the new parentNode gets a `textContent` or `innerHTML` property during patching, the `transition` node would have been detached early, which means `el.parentNode` no longer exists.
So this existential check is necessary.
This is an imperfect fix because while errors are suppressed, transition animati... | null | 0b16927c9d382b9cf134b131b898350340c2ee41 | null | low | [
{
"filename": "src/core/vdom/patch.js",
"patch": "@@ -32,13 +32,20 @@ export const emptyNode = new VNode('', {}, [])\n \n const hooks = ['create', 'activate', 'update', 'remove', 'destroy']\n \n+function childrenIgnored (vnode) {\n+ return vnode && vnode.data && vnode.data.domProps && (\n+ vnode.data.do... |
vercel/next.js | 88,568 | fix(turbopack): Collect `declare global {}` in `VarDeclWithTsDeclareCollector` | ### What?
Fix the issue described in https://github.com/swc-project/swc/issues/11448.
### Why?
The behavior described in the SWC issue is a kind of intended behavior.
### How?
cc @mischnic | null | 9dbe6ba69866d73f228cb3b779a71208b11a300a | null | low | [
{
"filename": "turbopack/crates/turbopack-ecmascript/src/parse.rs",
"patch": "@@ -13,7 +13,10 @@ use swc_core::{\n source_map::{Files, SourceMapGenConfig, build_source_map},\n },\n ecma::{\n- ast::{EsVersion, Id, Ident, IdentName, ObjectPatProp, Pat, Program, VarDecl},\n+ ast::... |
electron/electron | 49,431 | fix: MAS rejection for private APIs | Backport of #49391
See that PR for details.
Notes: none | ba26a5d4d39799c301c237595c8c7d1b23521855 | cab791e2b127b8789d188c3a4b85d75026c165a2 | 12 | medium | [
{
"filename": "patches/chromium/mas_avoid_private_macos_api_usage.patch.patch",
"patch": "@@ -16,6 +16,18 @@ Subject: mas: avoid private macOS API usage\n * NSNextStepFrame\n * NSThemeFrame\n * NSTextInputReplacementRangeAttributeName\n+ * _toolbarView\n+ * _menuImpl\n+ * _removeFromGroups:\n+ * _... |
ollama/ollama | 9,242 | go.mod: bump to go1.24 | null | 4604b103060a14f36aeb05fbf47e37a404ae98aa | null | low | [
{
"filename": "go.mod",
"patch": "@@ -1,6 +1,6 @@\n module github.com/ollama/ollama\n \n-go 1.23.4\n+go 1.24\n \n require (\n \tgithub.com/containerd/console v1.0.3",
"additions": 1,
"deletions": 1
}
] | |
ggml-org/llama.cpp | 20,332 | Model fix qwen3vl reranker support | `Qwen3-VL` variant of [Qwen3-VL-Reranker-2B](https://huggingface.co/Qwen/Qwen3-VL-Reranker-2B) (i dont test [Qwen3-VL-Reranker-8B](https://huggingface.co/Qwen/Qwen3-VL-Reranker-8B) but i think will work too) was not fully handled by the existing Qwen reranker path
Changes that i need to make:
- detects `Qwen3-VL-R... | 59db9a357d9a247009c70fda34050661b17a1a5c | 4d99d45084f33574e5924ad8457344bfa36788b9 | 16 | medium | [
{
"filename": "convert_hf_to_gguf.py",
"patch": "@@ -4390,15 +4390,31 @@ def __init__(self, *args, **kwargs):\n hparams = ModelBase.load_hparams(self.dir_model, is_mistral_format=False)\n self.origin_hf_arch = hparams.get('architectures', [None])[0]\n \n- # a bit hacky, but currently ... |
facebook/react | 33,205 | Prevent errors from comment node roots with enableViewTransition | We have many cases internally where the `containerInstance` resolves to a comment node. `restoreRootViewTransitionName` is called when `enableViewTransition` is on, even without introducing a `<ViewTransition />`. So that means it can crash pages because `containerInstance.style` is `undefined` just by turning on the ... | 63d664b220b1587da0f3b4ced895456f3d8320da | 3710c4d4f9ffb6aa07e291b822e4ec7d69ed5a32 | 21 | medium | [
{
"filename": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1549,6 +1549,19 @@ export function cancelRootViewTransitionName(rootContainer: Container): void {\n rootContainer.nodeType === DOCUMENT_NODE\n ? (rootContainer: any).documentElement\n : rootContainer... |
vuejs/vue | 8,408 | fix(parser): allow CRLFs in string interpolations, fix #8103 | <!--
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... | ecac831691d27cf7a10ec73a004d3fbad7623d1a | 8f04135dbaa5f5f0500d42c0968beba8043f5363 | 14 | medium | [
{
"filename": "src/compiler/parser/text-parser.js",
"patch": "@@ -3,7 +3,7 @@\n import { cached } from 'shared/util'\n import { parseFilters } from './filter-parser'\n \n-const defaultTagRE = /\\{\\{((?:.|\\n)+?)\\}\\}/g\n+const defaultTagRE = /\\{\\{((?:.|\\r?\\n)+?)\\}\\}/g\n const regexEscapeRE = /[-.*+?... |
facebook/react | 33,320 | [Fizz] Set keyPath for SuspenseList | I missed setting the `keyPath` because the `renderChildrenArray` that this is forked from doesn't need to set a path but since this is rendered from the `SuspenseList` element it needs it. | 9c7b10e22ea4c184c0465df15705f17ba36b115a | 2388481283640d034fd6b4edfca4f11e67953673 | 1 | high | [
{
"filename": "packages/react-server/src/ReactFizzServer.js",
"patch": "@@ -1783,6 +1783,8 @@ function renderSuspenseListRows(\n ): void {\n // This is a fork of renderChildrenArray that's aware of tracking rows.\n const prevKeyPath = task.keyPath;\n+ const prevTreeContext = task.treeContext;\n+ const... |
facebook/react | 33,318 | [Fizz] Clean up row that was blocked by an aborted boundary | Fixes a bug that we caused us to hang after an abort because we didn't manage the ref count correctly. | 50389e179273558d0919d45bc5db99a21b258b03 | 9c7b10e22ea4c184c0465df15705f17ba36b115a | 1 | medium | [
{
"filename": "packages/react-dom/src/__tests__/ReactDOMFizzSuspenseList-test.js",
"patch": "@@ -27,9 +27,10 @@ let writable;\n let container;\n let buffer = '';\n let hasErrored = false;\n+let hasCompleted = false;\n let fatalError = undefined;\n \n-describe('ReactDOMFizSuspenseList', () => {\n+describe('R... |
ggml-org/llama.cpp | 20,357 | llama-quant : correct `n_attention_wv` usage | In #19770, I made a mistake in the way the `quantize_state_impl` counter values were initialized. I was incrementing and using `n_attention_wv` in the same loop, when the value should have been fixed by the time we're deciding tensor types in `llama_tensor_get_type_impl` (for `use_more_bits`).
I never observed a dif... | 1dab5f5a443a7b972005c56fb92eca2b07d57fea | 10e5b148b061569aaee8ae0cf72a703129df0eab | 12 | medium | [
{
"filename": "src/llama-quant.cpp",
"patch": "@@ -870,9 +870,6 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std::\n \n quantize_state_impl qs(model, params);\n \n- // these need to be set to n_layer by default\n- qs.n_ffn_down = qs.n_ffn_gate = qs.n_ffn_up = (int)... |
ollama/ollama | 9,305 | ml/backend/ggml: avoid std::filesystem code with undefined behavior | Calling `.wstring()` and `.string()` on an `std::filesystem::path` is implementation-defined and sometimes leads to crashes. This code avoids using these two member functions instead of assuming conversion between `wchar_t *` and `char *`, which is not implemented in LLVM 19 on Windows. It also avoids using the depreca... | d2eb226c914aa86f2a371c340997d6e26e2aecef | 8c13cfa4dd35a79c983eb19b5ec2be7ffa220b69 | 19 | medium | [
{
"filename": "llama/patches/0018-use-std-filesystem-path-instead-of-wstring.patch",
"patch": "@@ -4,17 +4,23 @@ Date: Sun, 16 Feb 2025 20:00:22 -0500\n Subject: [PATCH] use std::filesystem::path instead of wstring\n \n ---\n- ggml/src/ggml-backend-reg.cpp | 116 ++++++++++++----------------------\n- 1 file ... |
nodejs/node | 61,176 | assert,util: improve comparison performance | This makes sure that the toStringTag symbol is used, if available instead of calculating the toString() value each time, if not needed (the type checks make a brand check, so there is no need to check the toStringTag, if non is defined on the object).
| fc1d6d6b4c6f9c41817de09e7a37543d8067fc57 | 5c8ce910bd23f6fa7f1f05f39be575949090ced5 | 29 | medium | [
{
"filename": "lib/internal/util/comparisons.js",
"patch": "@@ -41,6 +41,7 @@ const {\n StringPrototypeValueOf,\n Symbol,\n SymbolPrototypeValueOf,\n+ SymbolToStringTag,\n TypedArrayPrototypeGetByteLength: getByteLength,\n TypedArrayPrototypeGetSymbolToStringTag,\n Uint16Array,\n@@ -264,6 +265,... |
huggingface/transformers | 42,985 | fix failure of llava/pixtral | # What does this PR do?
- tokenizers: @ArthurZucker and @itazap
| null | 457048fbfdba9a7dee8bd03328c62f49e57b95f9 | null | low | [
{
"filename": "tests/models/llava/test_modeling_llava.py",
"patch": "@@ -33,6 +33,7 @@\n Expectations,\n cleanup,\n require_bitsandbytes,\n+ require_deterministic_for_xpu,\n require_torch,\n require_vision,\n slow,\n@@ -298,16 +299,20 @@ def tearDown(self):\n cleanup(torch... |
facebook/react | 33,312 | [Fizz] Hoist hoistables to each row and transfer the dependencies to future rows | Stacked on #33311.
When a row contains Suspense boundaries that themselves depend on CSS, they will not resolve until the CSS has loaded on the client. We need future rows in a list to be blocked until this happens. We could do something in the runtime but a simpler approach is to just add those CSS dependencies to ... | 99aa685cefc3c828d4523da04d7830c1e494a6bd | 50389e179273558d0919d45bc5db99a21b258b03 | 1 | medium | [
{
"filename": "packages/react-dom/src/__tests__/ReactDOMFloat-test.js",
"patch": "@@ -21,6 +21,7 @@ let ReactDOM;\n let ReactDOMClient;\n let ReactDOMFizzServer;\n let Suspense;\n+let SuspenseList;\n let textCache;\n let loadCache;\n let writable;\n@@ -74,6 +75,7 @@ describe('ReactDOMFloat', () => {\n R... |
vuejs/vue | 8,376 | fix(v-pre): skip compiling custom component tags in v-pre blocks (fix… | … #8286)
<!--
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)
... | ecac831691d27cf7a10ec73a004d3fbad7623d1a | a71853bfc5b6ee117af05408f4d75c80893d44e2 | 12 | medium | [
{
"filename": "src/compiler/codegen/index.js",
"patch": "@@ -52,6 +52,10 @@ export function generate (\n }\n \n export function genElement (el: ASTElement, state: CodegenState): string {\n+ if (el.parent) {\n+ el.pre = el.pre || el.parent.pre\n+ }\n+\n if (el.staticRoot && !el.staticProcessed) {\n ... |
huggingface/transformers | 43,160 | Fix failing `BartModelIntegrationTest` | # What does this PR do?
Fixes this failing [BartModelIntegrationTest](https://github.com/huggingface/transformers/actions/runs/20706072009/job/59437072399#step:14:2431).
<img width="1329" height="139" alt="image" src="https://github.com/user-attachments/assets/68d49d77-aadc-4de6-8aa8-9b859b42a659" />
## Be... | 93d7affdb8b1c8126e7e674124b7cb8f823bd3f8 | 3613607215bd44e5bbdbeafecd978e37a072cd02 | 1 | high | [
{
"filename": "tests/models/bart/test_modeling_bart.py",
"patch": "@@ -894,7 +894,7 @@ def default_tokenizer(self):\n \n @slow\n def test_inference_no_head(self):\n- model = BartModel.from_pretrained(\"facebook/bart-large\").to(torch_device)\n+ model = BartModel.from_pretrained(\"faceb... |
facebook/react | 33,311 | [Fizz] Support SuspenseList revealOrder="together" | Stacked on #33308.
For "together" mode, we can be a self-blocking row that adds all its boundaries to the blocked set, but there's no parent row that unblocks it.
A particular quirk of this mode is that it's not enough to just unblock them all on the server together. Because if one boundary downloads all its html... | c4676e72a630f3e93634c2b004b3be07b17a79c8 | 99aa685cefc3c828d4523da04d7830c1e494a6bd | 2 | medium | [
{
"filename": "packages/react-dom-bindings/src/server/ReactFizzConfigDOMLegacy.js",
"patch": "@@ -172,7 +172,6 @@ export {\n completeResumableState,\n emitEarlyPreloads,\n supportsClientAPIs,\n- canHavePreamble,\n hoistPreambleState,\n isPreambleReady,\n isPreambleContext,\n@@ -194,6 +193,10 @@... |
vuejs/vue | 8,374 | fix(transition): transition-group should only listen for first-level children's end events | <!--
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... | 5489339a30e25d1bdea4492ea253144ede0d31f1 | 504d5da7eff1c77117c2f57b0c4238e56de80fc5 | 3 | high | [
{
"filename": "src/platforms/web/runtime/components/transition-group.js",
"patch": "@@ -116,6 +116,9 @@ export default {\n addTransitionClass(el, moveClass)\n s.transform = s.WebkitTransform = s.transitionDuration = ''\n el.addEventListener(transitionEndEvent, el._moveCb = function c... |
electron/electron | 45,456 | fix: window maximizing with Mica | #### Description of Change
Closes https://github.com/electron/electron/issues/41824
Depends on https://github.com/electron/electron/pull/45422.
Refs https://github.com/electron/electron/pull/39708.
This PR mitigates an issue where the window lost its `backgroundMaterial` effects on maximization - turning black ... | aee8ea8b1071fcbe2cc33f4f423900d7009de604 | 9199d5c610c399d612dd938c87e2a92de56ec68c | 16 | medium | [
{
"filename": "shell/browser/native_window_views.cc",
"patch": "@@ -642,8 +642,22 @@ void NativeWindowViews::SetEnabledInternal(bool enable) {\n #endif\n }\n \n-#if BUILDFLAG(IS_LINUX)\n void NativeWindowViews::Maximize() {\n+#if BUILDFLAG(IS_WIN)\n+ if (IsTranslucent()) {\n+ // If a window is transluce... |
vercel/next.js | 88,591 | Update labeler.json | <!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
### Improving Documentation
- Run `pnpm pr... | null | 5ec2d23633e320c9bce704442129cfe188ca44ee | null | low | [
{
"filename": ".github/labeler.json",
"patch": "@@ -80,6 +80,7 @@\n { \"type\": \"user\", \"pattern\": \"bgw\" },\n { \"type\": \"user\", \"pattern\": \"lukesandberg\" },\n { \"type\": \"user\", \"pattern\": \"mischnic\" },\n+ { \"type\": \"user\", \"pattern\": \"mmastrac\" },\n ... |
vuejs/vue | 8,344 | feat(core): Added another test to ensure default slot contents are pr… | …eserved as well as slots passed to children.
<!--
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 P... | bb06c75e575ad60a5d939135c70bd44d54568484 | c8139015e0365dcd6bfcb829c93ddcbd239ea9e5 | 1 | medium | [
{
"filename": "test/unit/features/component/component-scoped-slot.spec.js",
"patch": "@@ -625,4 +625,75 @@ describe('Component scoped slot', () => {\n \n expect(vm.$el.querySelector('.bar').textContent.trim()).toBe('hi!')\n })\n+\n+ it('passing down merged scoped slots with v-bind', () => {\n+ con... |
huggingface/transformers | 43,143 | Inherit from PreTrainedTokenizerBase | # What does this PR do?
Hi !
This PR is another patch on the MistralCommonBackend. It does the following:
- `MistralCommonBackend` inherits from `PretrainedTokenizerBase`. This is to make the backend more Transformers native. Ultimately it would be nice to support this Backend in libraries such as TRL but it'd n... | 3a275d3581c0ecf962f7412aa764c2047331fd6b | 2877e4e2ab41bd8934ae7691cb50a0f7a7c2fb31 | 5 | medium | [
{
"filename": "setup.py",
"patch": "@@ -156,7 +156,7 @@\n \"libcst\",\n \"rich\",\n \"opentelemetry-api\",\n- \"mistral-common[opencv]>=1.6.3\",\n+ \"mistral-common[image]>=1.8.8\",\n ]\n \n \n@@ -266,7 +266,7 @@ def run(self):\n extras[\"num2words\"] = deps_list(\"num2words\")\n extras[\"... |
ollama/ollama | 9,270 | server: group routes by category and purpose | The route assembly in Handler lacked clear organization making it difficult scan for routes and their relationships to each other. This commit aims to fix that by reordering the assembly of routes to group them by category and purpose.
Also, be more specific about what "config" refers to (it is about CORS if you wer... | 351a85d9ea0db108ca29bba48d0a04e37c6e3607 | 68bac1e0a646e00a215b6bffb6f294f895c32238 | 11 | medium | [
{
"filename": "envconfig/config.go",
"patch": "@@ -53,8 +53,8 @@ func Host() *url.URL {\n \t}\n }\n \n-// Origins returns a list of allowed origins. Origins can be configured via the OLLAMA_ORIGINS environment variable.\n-func Origins() (origins []string) {\n+// AllowedOrigins returns a list of allowed orig... |
electron/electron | 49,422 | fix: try clearing `InspectableWebContents` delegate earlier | Backport of #49406
See that PR for details.
Notes: Fixed a potential race condition crash when opening DevTools.
| ba26a5d4d39799c301c237595c8c7d1b23521855 | 03d6462edfa7cbab7b206857046c3026ba93e26e | 10 | medium | [
{
"filename": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -1045,6 +1045,9 @@ void WebContents::InitWithWebContents(\n }\n \n WebContents::~WebContents() {\n+ if (inspectable_web_contents_)\n+ inspectable_web_contents_->GetView()->SetDelegate(nullptr);\n+\n if (owner_window_) {\n ... |
vercel/next.js | 88,598 | Fix optional `parent_task_id` compile failure w/`tokio_tracing` enabled | # What
This was causing an error when the `tokio_tracing` feature was enabled because `parent_task_id` is an option:
```
#[cfg(feature = "tokio_tracing")]
let description = format!(
"[local] (parent: {}) {}",
self.backend.get_task_description(parent_task_id),
... | c15f024992bf6a8d6c29a47f49134913b5862338 | 8e5146f7c5387ae49f249e0375415f068ed600a2 | 11 | medium | [
{
"filename": "turbopack/crates/turbo-tasks/src/manager.rs",
"patch": "@@ -846,8 +846,8 @@ impl<B: Backend + 'static> TurboTasks<B> {\n \n #[cfg(feature = \"tokio_tracing\")]\n let description = format!(\n- \"[local] (parent: {}) {}\",\n- self.backend.get_task_descripti... |
ggml-org/llama.cpp | 20,330 | ggml : bump RPC version | fix #20259
Update the RPC protocol version whenever the `enum ggml_op` changes. | null | 90b2731894ecd07cb24360231eeec106336e1727 | null | low | [
{
"filename": "ggml/include/ggml-rpc.h",
"patch": "@@ -8,7 +8,12 @@ extern \"C\" {\n \n #define RPC_PROTO_MAJOR_VERSION 3\n #define RPC_PROTO_MINOR_VERSION 6\n-#define RPC_PROTO_PATCH_VERSION 0\n+#define RPC_PROTO_PATCH_VERSION 1\n+\n+#ifdef __cplusplus\n+static_assert(GGML_OP_COUNT == 96, \"GG... |
vuejs/vue | 8,233 | fix(compiler): remove the extra space of v-for alias | <!--
Please make sure to read the Pull Request Guidelines:
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
-->
**It is not a bug, but it will be more friendly to code output.** In terms of semantics, alias is a variable. It should remove spaces.
**before**
: ?ForParseResult {\n const alias = inMatch[1].trim().replace(stripParensRE, '')\n const iteratorMatch = alias.match(forIteratorRE)\n if (iteratorMatch) {\n- res.alias = alias.replace(f... |
ollama/ollama | 9,257 | ci: use clang for windows cpu builds | clang outputs are faster. we were previously building with clang via gcc wrapper in cgo but this was missed during the build updates so there was a drop in performance
Resolves #9252
Resolves #9087 | 7b5d916a9a85f37c199bf765ef85625945469165 | ba9ec3d05ed47b243389f8273d160329e8964362 | 14 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -160,6 +160,10 @@ jobs:\n echo \"$hipPath\\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append\n echo \"CC=$hipPath\\bin\\clang.exe\" | Out-File -FilePath $env:GITHUB_ENV -Append\n echo \"CXX=$hipPath\\... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.