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 |
|---|---|---|---|---|---|---|---|---|
facebook/react | 33,118 | [eslint-plugin-react-hooks] update doc url for rules of hooks | <!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory.
Before submitting a pull request, please make sure the following is done:
1. Fork ... | 4c4a57c4f9f7f7d44e4cbe868c066e3691cd4038 | 3ec88e797f7352c87cb79292b02fdfc53050133f | 13 | medium | [
{
"filename": "packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts",
"patch": "@@ -128,7 +128,7 @@ const rule = {\n docs: {\n description: 'enforces the Rules of Hooks',\n recommended: true,\n- url: 'https://reactjs.org/docs/hooks-rules.html',\n+ url: 'https://react.dev/re... |
ollama/ollama | 8,896 | build: add missing dependencies | - `hsa-runtime64` used `_` so it was filtered out
- add missing `rocsparse` and `rocsolver` | 4759ecae19fb8246826a8b87da9afbe1601895f9 | b698f9a0d89c0dffbe8912cbd8b85f43f768ec1e | 16 | medium | [
{
"filename": "CMakeLists.txt",
"patch": "@@ -96,11 +96,12 @@ if(CMAKE_HIP_COMPILER)\n \n if(AMDGPU_TARGETS)\n add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ml/backend/ggml/ggml/src/ggml-hip)\n+\n set(OLLAMA_HIP_INSTALL_DIR ${OLLAMA_INSTALL_DIR}/rocm)\n install(TARGETS ggml-hip\n ... |
huggingface/transformers | 42,513 | Move `original_max_position_embeddings` to rope params | # What does this PR do?
As per title, resolves the TODO from Joao and moves patching for `original_max_position_embeddings` inside rope dict standardization. That way, `original_max_position_embeddings` is moved to the correct field once at init time and we can delete similar patches from individual rope func. Note ... | 537c2e3d7e4e2df84e0f3c1148b85fffcf684110 | 347328108aa79959eda0e2eae0695c12f0101046 | 30 | medium | [
{
"filename": "src/transformers/modeling_rope_utils.py",
"patch": "@@ -46,17 +46,19 @@ def dynamic_rope_update(rope_forward):\n def longrope_frequency_update(self, position_ids, device, layer_type=None):\n \"\"\"Longrope uses long factor if sequence is larger than original pretraining length, sh... |
vercel/next.js | 88,324 | Turbopack: prefetch children too | ### What?
children need to be prefetched too, since connect_child accesses the child to check for scheduling | null | 45a68edf4285d57fe3aa12a47734d8cecb4fad9e | null | low | [
{
"filename": "turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs",
"patch": "@@ -1003,6 +1003,7 @@ impl<B: BackingStorage> TaskGuard for TaskGuardImpl<'_, B> {\n let map = iter_many!(self, OutputDependency { target } => (target, TaskDataCategory::Meta))\n .chain(iter_many... |
facebook/react | 32,001 | Use valid CSS selectors in useId format | For the `useId` algorithm we used colon `:` before and after. https://github.com/facebook/react/pull/23360
This avoids collisions in general by using an unusual characters. It also avoids collisions when concatenated with some other ID. Unfortunately, `:` is not a valid character in `view-transition-name`.
This P... | 22e39ea72e9d10f6634ea580aaba49c2e759ef0e | 2e4db3344f030fe622152ecc231a7c99a81a9c9d | 4 | medium | [
{
"filename": "packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js",
"patch": "@@ -1553,7 +1553,7 @@ describe('ReactHooksInspectionIntegration', () => {\n expect(tree[0].id).toEqual(0);\n expect(tree[0].isStateEditable).toEqual(false);\n expect(tree[0].name).toEqual(... |
vuejs/vue | 7,733 | Update downloads badge to point to graph of downloads | <!--
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] Other:... | c57ffb768def2b8a409472eab2715579fc3f047d | f83987bb7022a4fa50b59445158b824debcbf6b4 | 25 | medium | [
{
"filename": "README.md",
"patch": "@@ -3,7 +3,7 @@\n <p align=\"center\">\n <a href=\"https://circleci.com/gh/vuejs/vue/tree/dev\"><img src=\"https://img.shields.io/circleci/project/vuejs/vue/dev.svg\" alt=\"Build Status\"></a>\n <a href=\"https://codecov.io/github/vuejs/vue?branch=dev\"><img src=\"ht... |
ggml-org/llama.cpp | 20,166 | context: ignore zero scale LoRAs when checking sameness | When passed a set of input LoRAs, `set_adapters_lora` never stores zero scale LoRAs in the `loras` field, but `adapters_lora_are_same` expects the number of inputs to be equal to the number of stored LoRAs. So there will always be a mismatch if zero scale adapters are passed repeatedly.
This causes a server started ... | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 388baabc06be4cbcb64b546c4b67a1aa2f64858b | 14 | medium | [
{
"filename": "src/llama-context.cpp",
"patch": "@@ -1039,18 +1039,26 @@ void llama_context::set_adapters_lora(llama_adapter_lora ** adapters, size_t n_a\n bool llama_context::adapters_lora_are_same(llama_adapter_lora ** adapters, size_t n_adapters, float * scales) {\n LLAMA_LOG_DEBUG(\"%s: adapters = %... |
ollama/ollama | 8,862 | ci: fix linux archive | the find returns intermediate directories which pulls the parent directories. it also omits files under lib/ollama.
switch back to globbing | 070ad913acf2b62df55ba6c638f5d287ffd6fa8f | 1c198977ecdd471aee827a378080ace73c02fa8d | 6 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -303,24 +303,33 @@ jobs:\n steps:\n - uses: actions/checkout@v4\n - uses: docker/setup-buildx-action@v3\n+ - uses: docker/build-push-action@v6\n+ with:\n+ context: .\n+ platforms: ${{ matrix.os }}/${{ ... |
nodejs/node | 61,043 | repl: fix getters triggering side effects during completion | The changes in https://github.com/nodejs/node/pull/59044 are incorrect, as pointed out by @BridgeAR here: https://github.com/nodejs/node/pull/59044#pullrequestreview-3180803526
Sorry somehow I totally missed that while reviewing the PR, 59044 added a try-catch around the check to see if an object property is a proxy... | null | aad8c055952839392e3983830cad2114f7fa3863 | null | low | [
{
"filename": "lib/internal/repl/completion.js",
"patch": "@@ -731,35 +731,15 @@ function includesProxiesOrGetters(expr, exprStr, evalFn, ctx, callback) {\n \n if (astProp.type === 'Literal') {\n // We have something like `obj['foo'].x` where `x` is the literal\n-\n- if (safeIsProxyAccess(obj... |
vuejs/vue | 7,712 | fix(types): fix wrong errorCaptured type | <!--
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... | b2092dbff9ab0ccfa8e59ed3ca540cca0715c683 | 6b8516b2dde52be643ee6855b45b253a17ed0461 | 3 | medium | [
{
"filename": "types/options.d.ts",
"patch": "@@ -80,7 +80,7 @@ export interface ComponentOptions<\n updated?(): void;\n activated?(): void;\n deactivated?(): void;\n- errorCaptured?(): boolean | void;\n+ errorCaptured?(err: Error, vm: Vue, info: string): boolean | void;\n \n directives?: { [key: ... |
facebook/react | 33,095 | [compiler] ValidatePreservedManualMemoization reports detailed errors | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #33095
This pass didn't previously report the precise difference btw inferred/manual dependencies unless a debug flag was set. But the error message is really good (nice job @mofeiz): the only catch is that in theory the inferred dep ... | 7ff06dd2973251673219abdb365383102d69cea3 | 23ae6ced5054c0c77a5917d780d341ab8f458060 | 1 | high | [
{
"filename": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidatePreservedManualMemoization.ts",
"patch": "@@ -5,7 +5,6 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n-import prettyFormat from 'pretty-format';\n import {CompilerError, ErrorSeverity} from '../Com... |
ollama/ollama | 8,659 | Add simple-discord-ai to README.md | Hi there, I decided to pick up this project just for fun.
The main goal is to have a simple, small codebase that is easy to use and deploy.
Currently, I am the only developer and just began this yesterday. It would certainly help gain publicity and contributors if you accepted this PR.
Currently the only featur... | 451c1596af991acb427b33cabea4abb3d4ab5117 | 330b6c50b040d46b83cd66913a8b00df147a7e9b | 3 | high | [
{
"filename": "README.md",
"patch": "@@ -535,6 +535,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [TextCraft](https://github.com/suncloudsmoon/TextCraft) (Copilot in Word alternative using Ollama)\n - [Alfred Ollama](https://github.com/zeitlings/alfred-ollama) (Alfred Workflow)\n - ... |
ggml-org/llama.cpp | 20,148 | ggml-cpu: fix data race for debug asserts | While debugging the CI for https://github.com/ggml-org/llama.cpp/pull/19802 I noticed that for >= 2 threads there seems to be a data race in the asserts that are added in debug builds to the CPU backend. In debug builds some ops check whether the output tensor is NaN but this wasn't correctly adapted in some places to ... | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 2850bc6a1324fb810aecaf236dc5955a1c142a15 | 11 | medium | [
{
"filename": "ggml/src/ggml-cpu/ops.cpp",
"patch": "@@ -2129,12 +2129,12 @@ static void ggml_compute_forward_gelu_f32(\n \n #ifndef NDEBUG\n for (int k = 0; k < nc; k++) {\n- const float x = ((float *) ((char *) dst->data + i1*( dst->nb[1])))[k];\n+ const float x = ((float *) ... |
electron/electron | 49,191 | 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/7210913](https://crrev.com/c/7210913) and [crrev.com/c/7115438](https://crrev.com/c/71154... | null | 8fd775facaaf9ae8beedd141342b88a2fbac4085 | null | low | [
{
"filename": "patches/chromium/.patches",
"patch": "@@ -141,3 +141,5 @@ allow_electron_to_depend_on_components_os_crypt_sync.patch\n expose_referrerscriptinfo_hostdefinedoptionsindex.patch\n chore_disable_protocol_handler_dcheck.patch\n fix_check_for_file_existence_before_setting_mtime.patch\n+viz_create_i... |
vuejs/vue | 7,663 | fix(types): make render option in functional components to optional | <!--
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... | db1b18ceec51761f1bcd6160c51e02b36b86a9c2 | b2092dbff9ab0ccfa8e59ed3ca540cca0715c683 | 2 | medium | [
{
"filename": "types/options.d.ts",
"patch": "@@ -110,7 +110,7 @@ export interface FunctionalComponentOptions<Props = DefaultProps, PropDefs = Pro\n props?: PropDefs;\n inject?: InjectOptions;\n functional: boolean;\n- render(this: undefined, createElement: CreateElement, context: RenderContext<Props... |
facebook/react | 33,096 | [compiler] Fix for string attribute values with emoji | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #33096
If a JSX attribute value is a string that contains unicode or other characters that need special escaping, we wrap the attribute value in an expression container. However, our unicode to detect this only handled the basic un... | 9d795d3808f3202b36740a7a8eb60567bd7f6d90 | 5f3b1b48e0bde39cc3ae3860d7d2b7fb45f32c94 | 9 | medium | [
{
"filename": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -2327,9 +2327,12 @@ function codegenInstructionValue(\n * u0080 to u009F: C1 control codes\n * u00A0 to uFFFF: All non-basic Latin characters\n * https://en.wikipedia.org/wiki/List_of... |
huggingface/transformers | 41,808 | QwenVL: add skipped keys in `setattr` as well | # What does this PR do?
As per title, getattr and setattr skip different set of keys now
| null | c79040303967682a6351f3fc01a02b8ce5a13568 | null | low | [
{
"filename": "src/transformers/models/qwen2_5_vl/configuration_qwen2_5_vl.py",
"patch": "@@ -304,7 +304,7 @@ def __init__(\n def __setattr__(self, key, value):\n if (\n (text_config := super().__getattribute__(\"__dict__\").get(\"text_config\")) is not None\n- and key not... |
electron/electron | 49,303 | build: fixup release notes generation | Backport of #49302
See that PR for details.
Notes: <!-- 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 -->none
| c9a29e2568995b93510fda5ddf30ff905f539776 | 45ba3d434cb2d550dd9a038db3da07fd10ad16ad | 3 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -108,7 +108,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ ... |
ggml-org/llama.cpp | 20,132 | kv-cache : fix M-RoPE checkpoints | fix #20002
cont https://github.com/ggml-org/llama.cpp/pull/16825#issuecomment-3460868350
Extend the KV cache save/load to handle the `llama_kv_cell_ext` data. | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 17a42589467165be7114b79797e794716b30ace3 | 10 | medium | [
{
"filename": "src/llama-batch.cpp",
"patch": "@@ -394,11 +394,13 @@ llama_ubatch llama_batch_allocr::ubatch_reserve(uint32_t n_seq_tokens, uint32_t\n clear();\n split_reset();\n \n+ const int64_t n_pos_all = (int64_t) n_tokens*n_pos_per_embd;\n+\n auto udata = std::make_shared<llama_ubatch::... |
facebook/react | 33,110 | [eslint-plugin-react-hooks] move eslint plugin once again | f0ca53d1337780ccfd49c132170d378c789cb463 | 66de8e5a9975a4b53734ebed8a1c1f07892426a8 | 2 | high | [
{
"filename": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -170,7 +170,8 @@ jobs:\n # Copy eslint-plugin-react-hooks\n # NOTE: This is different from www, here we include the full package\n # including package.json to include dependencies in fbsource.\n-... | |
vercel/next.js | 88,412 | ci: Fix retry comments in workflow files | The retry comments for e2e tests and deploy tests were off by one. | null | f8553f86bfd11646459ad4555f292572f661602f | null | low | [
{
"filename": ".github/workflows/retry_deploy_test.yml",
"patch": "@@ -15,7 +15,7 @@ permissions:\n jobs:\n retry-on-failure:\n name: retry failed jobs\n- # Retry the test-e2e-deploy-release workflow up to 2 times\n+ # Retry the test-e2e-deploy-release workflow once\n if: >-\n ${{\n ... |
nodejs/node | 61,117 | doc: clarify that setTime() does not execute timers | Closes #61039
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
- the commit message formatting guidelines at
https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#commit-message-guidelines
For code... | 79df8b209b00fd1d4e5343fa036e5c1eb80f43e1 | 038cb750122ac94485b9337c7a6aa3284dae08c7 | 24 | medium | [
{
"filename": "doc/api/test.md",
"patch": "@@ -175,7 +175,7 @@ example of a state file:\n ```json\n [\n {\n- \"test.js:10:5\": { \"passed_on_attempt\": 0, \"name\": \"test 1\" },\n+ \"test.js:10:5\": { \"passed_on_attempt\": 0, \"name\": \"test 1\" }\n },\n {\n \"test.js:10:5\": { \"passed_o... |
electron/electron | 49,302 | build: fixup release notes generation | #### Description of Change
- Follow up to #49194. That PR accidentally broke release notes generation and we did not catch that because we don't generate release notes for nightlies.
<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.
Contributors guide:... | ace0beaa3fef9fd050a46f023e5be3d0f23b5d0d | c8bb70050987d1b3d1c8b5b4243f237153851932 | 3 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -109,7 +109,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ ... |
ollama/ollama | 8,714 | Avoid sharing a buffer when multiple inputs are sent to generate embeddings via api/embed. | This sharing happens due to a race condition between the processing of each of the inputs.
Addtional details were added in the linked issue.
Fixes #8713 | 548a9f56a6315316481a9a901f77922cb77e0f68 | 928911bc683a9234343e2542e1a13564dd0f2684 | 24 | medium | [
{
"filename": "llama/llama.go",
"patch": "@@ -199,21 +199,25 @@ func (c *Context) KvCacheDefrag() {\n \n // Get the embeddings for a sequence id\n func (c *Context) GetEmbeddingsSeq(seqId int) []float32 {\n-\tembeddings := unsafe.Pointer(C.llama_get_embeddings_seq(c.c, C.int(seqId)))\n-\tif embeddings == ni... |
facebook/react | 33,108 | [mcp] Prompt improvements for smarter tool composition |
Our runtime results are still bogus, but so far this tweak let's the llm use the tools a little more intelligently.
example:
---
```js
import React from 'react';
function App() {
const [count, setCount] = React.useState(0);
const [data, setData] = React.useState([]);
React.useEffect(() => {
const process... | dc2b11817bbfcd39f1dbdc8945acbf18cb5e41c3 | 26ecc98a0014700524e78d938e3654c73213cf3b | 6 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/index.ts",
"patch": "@@ -29,7 +29,7 @@ const server = new McpServer({\n \n server.tool(\n 'query-react-dev-docs',\n- 'This tool lets you search for official docs from react.dev. This always has the most up to date information on React. You can look fo... |
electron/electron | 49,304 | build: fixup release notes generation | Backport of #49302
See that PR for details.
Notes: <!-- 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 -->none
| 35a531953bafad7c8e7470bf234060660b80bf05 | d8687cfc9df31ec28da755cf7c3ffa74973426a0 | 3 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -108,7 +108,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ ... |
facebook/react | 33,107 | [eslint-plugin-react-hooks] another CI update... | We currently created a nested directory, this should remove that.
See:
https://github.com/facebook/react/tree/builds/facebook-fbsource/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/eslint-plugin-react-hooks/eslint-plugin-react-hooks | 0d695bea10c04d32df4fae7813aa5f448213014a | f0ca53d1337780ccfd49c132170d378c789cb463 | 3 | high | [
{
"filename": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -170,9 +170,7 @@ jobs:\n # Copy eslint-plugin-react-hooks\n # NOTE: This is different from www, here we include the full package\n # including package.json to include dependencies in fbsource.\n-... |
electron/electron | 49,306 | build: fixup release notes generation | Backport of #49302
See that PR for details.
Notes: <!-- 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 -->none
| 2515880814d713a7570381a357eb2fd7f453c91a | a586dd3045a2da00d903f77cb2dcb1ce3acf8eac | 3 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -108,7 +108,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ ... |
vuejs/vue | 7,584 | fix(types): add missing `listeners` type on RenderContext | <!--
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 | db1b18ceec51761f1bcd6160c51e02b36b86a9c2 | null | low | [
{
"filename": "types/options.d.ts",
"patch": "@@ -119,6 +119,7 @@ export interface RenderContext<Props=DefaultProps> {\n slots(): any;\n data: VNodeData;\n parent: Vue;\n+ listeners: { [key: string]: Function | Function[] };\n injections: any\n }\n ",
"additions": 1,
"deletions": 0
},
{... |
facebook/react | 33,105 | [mcp] Fix unresolved imports |
We need to explicitly import the modules so they'll be inlined correctly into the bundle.
| dc2b11817bbfcd39f1dbdc8945acbf18cb5e41c3 | e39b380a21aa4ef48d5880aa2c800ec5b1b044bd | 4 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/tools/runtimePerf.ts",
"patch": "@@ -1,5 +1,11 @@\n import * as babel from '@babel/core';\n import puppeteer from 'puppeteer';\n+// @ts-ignore\n+import * as babelPresetTypescript from '@babel/preset-typescript';\n+// @ts-ignore\n+import * as babelPresetE... |
ollama/ollama | 8,811 | Add MLflow Tracing as an observability integration in README | [MLflow Tracing](https://mlflow.org/docs/latest/llms/tracing/index.html) has an automatic integration with Ollama (see the [Ollama section in the docs](https://mlflow.org/docs/latest/llms/tracing/index.html#automatic-tracing)), which allows users to conveniently record the inputs, outputs, and other metadata of their i... | d4d338c2248ad015334e7b94c4ddb8cc744083a2 | 451c1596af991acb427b33cabea4abb3d4ab5117 | 14 | medium | [
{
"filename": "README.md",
"patch": "@@ -545,3 +545,4 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [OpenLIT](https://github.com/openlit/openlit) is an OpenTelemetry-native tool for monitoring Ollama Applications & GPUs using traces and metrics.\n - [HoneyHive](https://docs.honeyhive.... |
huggingface/transformers | 42,948 | Fix DocQA max_answer_len validation error message | Summary
This PR fixes a small typo in DocumentQuestionAnsweringPipeline._sanitize_parameters() where the ValueError raised for invalid max_answer_len was missing a closing parenthesis in the "(got ...)" portion of the message.
Changes
- Fix malformed ValueError message for max_answer_len validation in:
- src/tr... | null | 64ec2ba1b27b5d97eca22076d2c73ce9c1d04c92 | null | low | [
{
"filename": "src/transformers/pipelines/document_question_answering.py",
"patch": "@@ -201,7 +201,7 @@ def _sanitize_parameters(\n postprocess_params[\"top_k\"] = top_k\n if max_answer_len is not None:\n if max_answer_len < 1:\n- raise ValueError(f\"max_answe... |
vercel/next.js | 88,283 | Stats Action: Add ready in time | ## What?
Measures the time to `Ready in X ms` in the PR stats action so that improvements/regressions on it are highlighted on each PR. | null | 774b78a0972402e87b71ea485d877df8d5007c69 | null | low | [
{
"filename": ".github/actions/next-stats-action/src/add-comment.js",
"patch": "@@ -69,6 +69,11 @@ const METRIC_GROUPS = {\n key: 'nextDevColdListenDurationTurbo',\n description: 'Time until TCP port accepts connections',\n },\n+ {\n+ label: 'Cold (Ready in log)',\n+ ... |
ggml-org/llama.cpp | 19,891 | [HIP] Updates the ROCm/HIP toolchain versions used in CI pipelines | ## Summary
Updates the ROCm/HIP toolchain versions used in CI pipelines to bring them up to date.
This PR is an add-on for https://github.com/ggml-org/llama.cpp/pull/19433 and https://github.com/ggml-org/llama.cpp/pull/19810
### Changes
#### Linux (`ubuntu-22-cmake-hip`)
Updated Docker container from `rocm/dev... | null | 3af34b9ff5a0354bd249d94eab6b34fde9815108 | null | low | [
{
"filename": ".github/actions/windows-setup-rocm/action.yml",
"patch": "@@ -11,5 +11,5 @@ runs:\n - name: Setup ROCm\n uses: ./.github/actions/install-exe\n with:\n- url: https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-${{ inputs.version }}-WinSvr2022-For-HI... |
nodejs/node | 61,029 | util: mark proxied objects as such when inspecting them | Fixes: https://github.com/nodejs/node/issues/60964 | null | dc97b507d07ea3e89066e1796a5dc320f6b0cf10 | null | low | [
{
"filename": "lib/internal/util/inspect.js",
"patch": "@@ -1180,7 +1180,13 @@ function formatValue(ctx, value, recurseTimes, typedArray) {\n return ctx.stylize(`[Circular *${index}]`, 'special');\n }\n \n- return formatRaw(ctx, value, recurseTimes, typedArray);\n+ const formatted = formatRaw(ctx, v... |
electron/electron | 49,282 | build(deps): bump actions-cool/issues-helper from 3.7.3 to 3.7.5 | Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper) from 3.7.3 to 3.7.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions-cool/issues-helper/releases">actions-cool/issues-helper's releases</a>.</em></p>
<blockquote>
<h2>v3.7.5</h2>
<p><code... | a1b2e82778dfa2a08efce8b3e99204edb7e9f993 | c1a031be83a61d7de116fe4a8d326bd16cb1afc6 | 16 | medium | [
{
"filename": ".github/workflows/issue-labeled.yml",
"patch": "@@ -75,7 +75,7 @@ jobs:\n creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }}\n - name: Create comment\n if: ${{ steps.check-for-comment.outputs.SHOULD_COMMENT }}\n- uses: actions-cool/issues-helper@3809910bc12872edc9b... |
ollama/ollama | 8,858 | ci: fix linux archive | fix archive path for linux. macos bsd tar honors `--strip-components` and removes the prefix `dist/$PLATFORM` but linux gnu tar does not | 63f0269f7f9f6256ff92ff6a11b032df01ffba5f | 070ad913acf2b62df55ba6c638f5d287ffd6fa8f | 7 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -305,30 +305,27 @@ jobs:\n - uses: docker/setup-buildx-action@v3\n - run: |\n sudo apt-get update && sudo apt-get install pigz\n- docker buildx build --platform $PLATFORM --target ${{ matrix.target }} --build-arg GOF... |
electron/electron | 49,305 | build: fixup release notes generation | Backport of #49302
See that PR for details.
Notes: <!-- 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 -->none
| 525917302a31939774f1b53f8f8d663001452c70 | a7652f68e91bac89f8b3cd42468349e3058b09b1 | 1 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -109,7 +109,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ ... |
huggingface/transformers | 35,750 | [Whisper] Pipeline: handle long form generation | # What does this PR do?
Fixes https://github.com/huggingface/transformers/issues/34210 https://github.com/huggingface/transformers/issues/31942 #36602
In the tokenizer decoding logic for the pipeline, timestamp offsetting when the call to Whisper's generate have seeking (meaning generating for a new segment).
... | 858f9b71a8bc39b8ba64f9ca88194b195215aae9 | cfff7ca9a27280338c6a57dfa7722dcf44f51a87 | 17 | medium | [
{
"filename": "src/transformers/models/whisper/generation_whisper.py",
"patch": "@@ -136,7 +136,18 @@ def _pad_to_max_length(\n cut_off_length=None,\n return_token_timestamps=False,\n force_unique_generate_call=False,\n+ skip_ending_double_timestamps=False,\n+ timestamp_begin=None,\n ):\n+... |
electron/electron | 49,249 | ci: disallow non-maintainer changes to Yarn files | Backport of #49186
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 -->
| 919f4110af532326299d04f7021ee4d8917fd136 | 851d07dcd2a9d37691b1072d3bf625308e95e1bd | 1 | high | [
{
"filename": ".github/workflows/non-maintainer-dependency-change.yml",
"patch": "@@ -7,6 +7,8 @@ on:\n - 'spec/yarn.lock'\n - '.github/workflows/**'\n - '.github/actions/**'\n+ - '.yarn/**'\n+ - '.yarnrc.yml'\n \n permissions: {}\n ",
"additions": 2,
"deletions": 0
}
] |
vuejs/vue | 7,524 | fix(show): prevent transitions from starting on change truthy values | Closes #7523
<!--
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... | null | 013d98092868a0c6721831e91616c64f99119b74 | null | low | [
{
"filename": "src/platforms/web/runtime/directives/show.js",
"patch": "@@ -27,7 +27,7 @@ export default {\n \n update (el: any, { value, oldValue }: VNodeDirective, vnode: VNodeWithData) {\n /* istanbul ignore if */\n- if (value === oldValue) return\n+ if (!value === !oldValue) return\n vno... |
facebook/react | 33,106 | Add missing copyright header |
This made the build fail since there was no file header comment.
| null | 9de0304ad72bc3f8a77d2d84efa530b8051d1c15 | null | low | [
{
"filename": "packages/eslint-plugin-react-hooks/npm/index.d.ts",
"patch": "@@ -1 +1,8 @@\n+/**\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n export * ... |
ggml-org/llama.cpp | 19,951 | ci : use ubuntu-latest for gguf-publish workflow | This commit changes the runner for the gguf-publish workflow from ubuntu-slim back to ubuntu-latest, which was updated in Commit 142cbe2ac68978e5dec3a2e19c1b64ef1c5740b1 ("ci : use new 1vCPU runner for lightweight jobs (#19107)").
The motivation for this is that the action used in the workflow depends on the docker ... | null | 8d3b962f47cdb05df8ab8801da38cb3c55d50337 | null | low | [
{
"filename": ".github/workflows/gguf-publish.yml",
"patch": "@@ -21,7 +21,7 @@ on:\n jobs:\n deploy:\n \n- runs-on: ubuntu-slim\n+ runs-on: ubuntu-latest\n \n steps:\n - uses: actions/checkout@v6",
"additions": 1,
"deletions": 1
}
] |
nodejs/node | 61,053 | test: remove unneccessary repl magic_mode tests | REPL magic mode has been fully removed in 2018 (https://github.com/nodejs/node/pull/19187) there are however a couple of tests that still test magic_mode. These tests are completely redundant since they are basically simply duplicating equivalent tests of sloppy mode (since that's the mode that REPL will use when it en... | null | e5b6f89328cdbee35734ed5f6b69c5ee16fe14ee | null | low | [
{
"filename": "test/parallel/test-repl-mode.js",
"patch": "@@ -11,7 +11,6 @@ if (process.env.TERM === 'dumb') {\n const tests = [\n testSloppyMode,\n testStrictMode,\n- testAutoMode,\n testStrictModeTerminal,\n ];\n \n@@ -56,14 +55,3 @@ function testStrictModeTerminal() {\n output.accumulator.inc... |
huggingface/transformers | 42,997 | Do not return a tuple in mistral tokenizer Automapping | # What does this PR do?
As per title. Currently seems to break `from_pretrained` IIUC
repro:
```python
from transformers import AutoTokenizer
model_id = "mistralai/Mistral-Small-3.2-24B-Instruct-2506"
tokenizer = AutoTokenizer.from_pretrained(model_id)
print(tokenizer("about mistral"))
```
breaks on ... | a8a22624f5598167eb82a3e0bc4228021e5440f6 | 9971e410516146a78972cb9034eec1a408a29ede | 13 | medium | [
{
"filename": "src/transformers/models/auto/tokenization_auto.py",
"patch": "@@ -218,11 +218,12 @@\n (\"minimax\", \"GPT2Tokenizer\" if is_tokenizers_available() else None),\n (\n \"ministral3\",\n- (\n- \"MistralCommonBackend\"\n- if is_m... |
vuejs/vue | 7,545 | fix(codegen): support filters with () in older browsers | Fix #7544
Make sure no extra , is added at the end of the call so it also work with older browsers
<!--
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... | f7311c90b35da6ee680dacb0566a276bff907ccb | dc97a39c2f41ce57431d42d8b41811866f8e105c | 14 | medium | [
{
"filename": "src/compiler/parser/filter-parser.js",
"patch": "@@ -92,6 +92,6 @@ function wrapFilter (exp: string, filter: string): string {\n } else {\n const name = filter.slice(0, i)\n const args = filter.slice(i + 1)\n- return `_f(\"${name}\")(${exp},${args}`\n+ return `_f(\"${name}\")(... |
ollama/ollama | 8,835 | llama: use dynamic backend loading for mllama and clip | dcfb7a105c455ae8d44a06b3380731d8b1ffcc22 | cd3fbf1c49aa6e68f982934c3d11b8a4b8e71f58 | 21 | medium | [
{
"filename": "llama/llama.cpp/examples/llava/clip.cpp",
"patch": "@@ -1235,35 +1235,15 @@ struct clip_ctx * clip_model_load(const char * fname, const int verbosity = 1) {\n }\n }\n \n-#ifdef GGML_USE_CUDA\n- new_clip->backend = ggml_backend_cuda_init(0);\n- LOG_INF(\"%s: CLIP using CUDA bac... | |
ggml-org/llama.cpp | 20,127 | opencl: add neg, exp and diag | Add `neg`, `exp` and `diag` ops. | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 6c97bffd6508f4999d5bc292addd4f433a3648bc | 8 | medium | [
{
"filename": "ggml/src/ggml-opencl/CMakeLists.txt",
"patch": "@@ -63,6 +63,7 @@ set(GGML_OPENCL_KERNELS\n cpy\n cvt\n diag_mask_inf\n+ diag\n div\n gelu\n gemv_noshuffle_general\n@@ -112,6 +113,7 @@ set(GGML_OPENCL_KERNELS\n gemm_noshuffle_q4_1_f32\n gemv_noshuffle_genera... |
huggingface/transformers | 43,003 | [loading][TP] Fix device placement at loading-time, and simplify sharding primitives | # What does this PR do?
As per the title.
Device placement was not correct during loading. It would be loaded on cpu, and only moved thanks to the `param_value = DTensor.from_local(` call in `set_param_for_module` function that would implicitly set it to the correct device. However, this is less efficient than doin... | f5d9d808b270a91f0d4fd7538f47e8af720c6b43 | 5f1c05cfddcecb8a233e47ba086336ff205135ad | 5 | medium | [
{
"filename": "src/transformers/core_model_loading.py",
"patch": "@@ -712,13 +712,13 @@ def _job():\n \n \n def spawn_tp_materialize(\n- thread_pool: ThreadPoolExecutor | None, tensor: torch.Tensor, sharding_method, tensor_idx, dtype=None\n+ thread_pool: ThreadPoolExecutor | None, tensor: torch.Tensor... |
electron/electron | 49,186 | ci: disallow non-maintainer changes to Yarn files | > [!IMPORTANT]
> Please note that code reviews and merges will be delayed during our [quiet period in December](https://www.electronjs.org/blog/dec-quiet-period-25) and might not happen until January.
#### Description of Change
<!--
Thank you for your Pull Request. Please provide a description above and review
... | null | a486185e108c9b230ce73aff43a7b502b41e523a | null | low | [
{
"filename": ".github/workflows/non-maintainer-dependency-change.yml",
"patch": "@@ -7,6 +7,8 @@ on:\n - 'spec/yarn.lock'\n - '.github/workflows/**'\n - '.github/actions/**'\n+ - '.yarn/**'\n+ - '.yarnrc.yml'\n \n permissions: {}\n ",
"additions": 2,
"deletions": 0
}
] |
electron/electron | 49,248 | ci: disallow non-maintainer changes to Yarn files | Backport of #49186
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 -->
| bc8ecdf96ffd2648735a50702e594cb53275fe89 | bd1561a5b59efc9df2da94c928de6a6b7fc35853 | 1 | high | [
{
"filename": ".github/workflows/non-maintainer-dependency-change.yml",
"patch": "@@ -7,6 +7,8 @@ on:\n - 'spec/yarn.lock'\n - '.github/workflows/**'\n - '.github/actions/**'\n+ - '.yarn/**'\n+ - '.yarnrc.yml'\n \n permissions: {}\n ",
"additions": 2,
"deletions": 0
}
] |
facebook/react | 33,104 | [eslint-plugin-react-hooks] update fbsource build |
In order to sync the lint rules directly to internal, include the eslint plugin in the build output for fbsource.
| null | 0d695bea10c04d32df4fae7813aa5f448213014a | null | low | [
{
"filename": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -132,9 +132,9 @@ jobs:\n mkdir ./compiled/facebook-www/__test_utils__\n mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js\n \n- # Move eslint-plugin-... |
huggingface/transformers | 42,966 | Fix incorrect library name in BitNet integration warning | # Fix Typos and Documentation Issues in BitNet Integration
## Summary
This PR addresses three minor issues in [src/transformers/integrations/bitnet.py](/transformers/src/transformers/integrations/bitnet.py:0:0-0:0) to improve code quality, documentation accuracy, and consistency.
## Issues Fixed
1. **Incorrect ... | bb9357ffe89252437286478c98cbd302708cb9f6 | f7d139c17a252bb7ea1190afe673a6b3bda54f57 | 13 | medium | [
{
"filename": "src/transformers/integrations/bitnet.py",
"patch": "@@ -89,7 +89,7 @@ def unpack_weights(packed: torch.Tensor, dtype: torch.dtype) -> torch.Tensor:\n \n Explanation of the example:\n ---------------------------\n- Let's take the first value for example 0b10100001, we we will only f... |
nodejs/node | 61,111 | test: skip sea tests on riscv64 | As documented in https://github.com/nodejs/node/issues/61110 - these tests do not pass on most currently available RISC-V systems.
This matches the approach used for [macos/x64](https://github.com/nodejs/node/pull/60250) and [Linux/ppc64le](https://github.com/nodejs/node/pull/59563). | null | 6338e643a87b018fb40e711092a5360efa300d40 | null | low | [
{
"filename": "test/sea/sea.status",
"patch": "@@ -14,6 +14,10 @@ test-single-executable-application*: SKIP\n # https://github.com/nodejs/node/issues/59561\n test-single-executable-application*: SKIP\n \n+[$system==linux && $arch==riscv64]\n+# https://github.com/nodejs/node/issues/61110\n+test-single-execut... |
electron/electron | 49,301 | build: add logging to notes generator | Backport of #49300
See that PR for details.
Notes: <!-- 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 -->none
| 9dce2015f712ee8c50682d470149facd551fdcf4 | 525917302a31939774f1b53f8f8d663001452c70 | 3 | high | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -105,12 +105,17 @@ class Pool {\n **/\n \n const runGit = async (dir: string, args: string[]) => {\n+ console.log(`Running git ${args.join(' ')} in ${dir}`);\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n ... |
vercel/next.js | 88,320 | Turbopack: improve next-server.nft.json tests | It didn't actually use `output: "standalone"`
The list should be accurate now. | null | 40ad57e820d63fd65438129f5a61954b6d205c8c | null | low | [
{
"filename": "test/production/next-server-nft/next-server-nft.test.ts",
"patch": "@@ -4,6 +4,59 @@ import fs from 'fs'\n \n const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18\n \n+async function readNormalizedNFT(next, name) {\n+ const data = await next.readJSON(name)\n+ const result ... |
ollama/ollama | 8,746 | Ollama getting index oob exception | When looking at some of the tickets, I was noticing a lot of them revolving around: #8745
Ollama Server is getting Index OOB on line 175 of server/downloads.go.
It seemed to be something common, with the array being empty and trying to reference the first index. This should resolve it. | null | d8932c55e72f919cd92d0d019fb7fd0e01d857cd | null | low | [
{
"filename": "server/download.go",
"patch": "@@ -170,9 +170,9 @@ func (b *blobDownload) Prepare(ctx context.Context, requestURL *url.URL, opts *r\n \n \t\t\toffset += size\n \t\t}\n+\t} else {\n+\t\tslog.Info(fmt.Sprintf(\"downloading %s in %d %s part(s)\", b.Digest[7:19], len(b.Parts), format.HumanBytes(b... |
nodejs/node | 61,091 | doc: correct invalid collaborator profile | fix broken GitHub profile link for Node.js contributor
Replace outdated profile URL (DavidCai1993) with current URL (DavidCai1111). The previous link was returning 404. New profile confirmed as Node.js contributor.
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.... | 4e1f39b678b37017ac9baa0971e3aeecd3b67b51 | 5ea56f448b9f92cb7ba62c9bc6bea5965ca777b0 | 4 | medium | [
{
"filename": "README.md",
"patch": "@@ -507,7 +507,7 @@ For information about the governance of the Node.js project, see\n **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)\n * [danielleadams](https://github.com/danielleadams) -\n **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)\n-* [D... |
vuejs/vue | 7,460 | fix(inject): hasOwn instead of 'in' (fix #7284) | The issue was caused by the [`in` operator check](https://github.com/vuejs/vue/blob/dev/src/core/instance/inject.js#L55) to see if an injection exists in a parent provide.
In the particular Issue, the injection didn't work because the the Symbol polyfill adds a setter to the Object prototype for every Symbol created... | null | 733c1be7f5983cdd9e8089a8088b235ba21a4dee | null | low | [
{
"filename": "src/core/instance/inject.js",
"patch": "@@ -3,6 +3,7 @@\n import { warn } from '../util/index'\n import { hasSymbol } from 'core/util/env'\n import { defineReactive, observerState } from '../observer/index'\n+import { hasOwn } from 'shared/util'\n \n export function initProvide (vm: Component... |
facebook/react | 33,084 | [mcp] Update prompts |
Some tweaks to the prompt to provide more context on how to use them.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33084).
* #33085
* __->__ #33084
* #33083 | f150c046ec8bd91d37a260614c53459a131ab92f | b5450b07389b5d64841ef2998561f25fc11c066a | 1 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/index.ts",
"patch": "@@ -29,7 +29,7 @@ const server = new McpServer({\n \n server.tool(\n 'query-react-dev-docs',\n- 'Search/look up official docs from react.dev',\n+ 'This tool lets you search for official docs from react.dev. This always has the mo... |
electron/electron | 49,300 | build: add logging to notes generator | #### Description of Change
Sudowoodo is failing to generate release notes. This PR adds debugging so that we can track down the issue.
<!--
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/... | e181fd040f72becd135db1fa977622b81da21643 | ace0beaa3fef9fd050a46f023e5be3d0f23b5d0d | 6 | medium | [
{
"filename": "script/release/notes/notes.ts",
"patch": "@@ -105,12 +105,17 @@ class Pool {\n **/\n \n const runGit = async (dir: string, args: string[]) => {\n+ console.log(`Running git ${args.join(' ')} in ${dir}`);\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n ... |
ollama/ollama | 8,832 | server: always print upload/download part info | d8932c55e72f919cd92d0d019fb7fd0e01d857cd | c852b8e0214a727d44300270db3672837b93dbb8 | 1 | medium | [
{
"filename": "server/download.go",
"patch": "@@ -170,9 +170,12 @@ func (b *blobDownload) Prepare(ctx context.Context, requestURL *url.URL, opts *r\n \n \t\t\toffset += size\n \t\t}\n-\t} else {\n+\t}\n+\n+\tif len(b.Parts) > 0 {\n \t\tslog.Info(fmt.Sprintf(\"downloading %s in %d %s part(s)\", b.Digest[7:19... | |
vercel/next.js | 88,322 | Turbopack: include fewer traced files for standalone | This removes quite a lot of files.
But some of them are simply needed because we load `build/swc/index.js`, e.g. the two following examples. Removing them would require some more refactoring.
<img width="1274" height="680" alt="Bildschirmfoto 2026-01-09 um 14 22 07" src="https://github.com/user-attachments/assets... | 40ad57e820d63fd65438129f5a61954b6d205c8c | a61b9703a3b60fd667e5ddb5890c4cddea3310a0 | 2 | medium | [
{
"filename": "packages/next/src/build/utils.ts",
"patch": "@@ -1263,7 +1263,10 @@ export async function copyTracedFiles(\n }\n try {\n const packageJsonPath = path.join(distDir, '../package.json')\n- const packageJsonContent = await fs.readFile(packageJsonPath, 'utf8')\n+ const packageJsonCon... |
ggml-org/llama.cpp | 19,827 | Kimi Linear chunk size = 16 | *Make sure to read the [contributing guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) before submitting a PR*
~15% gain in pp.
Also, CUDA0 compute buffer of IQ3_M at 192k context reduces from 1693.51MB to 991.29MB on 3090. This allows context to further increase to 272k.
Also, t... | null | a0ed91a442ea6b013bd42ebc3887a81792eaefa1 | null | low | [
{
"filename": "src/models/delta-net-base.cpp",
"patch": "@@ -1,7 +1,5 @@\n #include \"models.h\"\n \n-#define CHUNK_SIZE 64\n-\n // utility to get one slice from the third dimension\n // input dim: [x, y, c, b]\n // output dim: [x, y, 1, b]\n@@ -57,7 +55,7 @@ std::pair<ggml_tensor *, ggml_tensor *> llm_bui... |
huggingface/transformers | 42,996 | Hardcode the factor in caching allocator | # What does this PR do?
As per the title. It's a nit, but as quantizers got their behavior aligned for warmup, I feel like it's clearer like this | 0d2dbaa939269465a91579d47761ff69e9601eeb | f5d9d808b270a91f0d4fd7538f47e8af720c6b43 | 1 | medium | [
{
"filename": "src/transformers/modeling_utils.py",
"patch": "@@ -4590,8 +4590,6 @@ def caching_allocator_warmup(model: PreTrainedModel, expanded_device_map: dict,\n - Loading speed bottleneck is now almost only tensor copy (i.e. changing the dtype) and moving the tensors to the devices.\n However, ... |
vuejs/vue | 7,452 | fix(core): Give warning for set/delete methods on null, undefined, String, Number and Boolean values. Fixes #7381 | **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... | aeebf0de906e7030282d59734ad30d69548cb521 | e9ea565d915cdffbad17bb78aa30af752dd4e5e6 | 8 | medium | [
{
"filename": "src/core/observer/index.js",
"patch": "@@ -194,6 +194,12 @@ export function defineReactive (\n * already exist.\n */\n export function set (target: Array<any> | Object, key: any, val: any): any {\n+ if (process.env.NODE_ENV !== 'production' &&\n+ !Array.isArray(target) &&\n+ !isObjec... |
facebook/react | 33,083 | [mcp] Move to /tools |
Moves to a tools directory.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33083).
* #33085
* #33084
* __->__ #33083 | d8074cbc798a500a5e76d19fe0c17edec22b2593 | f150c046ec8bd91d37a260614c53459a131ab92f | 9 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/index.ts",
"patch": "@@ -20,7 +20,7 @@ import * as cheerio from 'cheerio';\n import {queryAlgolia} from './utils/algolia';\n import assertExhaustive from './utils/assertExhaustive';\n import {convert} from 'html-to-text';\n-import {measurePerformance} fr... |
ollama/ollama | 8,829 | ci: split docker build by platform | cherry pick some of the build steps from the previous release workflow
this improves build reliability and concurrency
| 65b7ecac7bd4346fae8f49764b0d6d2eb8de39ae | 63f0269f7f9f6256ff92ff6a11b032df01ffba5f | 2 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -330,55 +330,95 @@ jobs:\n path: |\n dist/*.tgz\n \n- docker-build:\n+ # Build each Docker variant (OS, arch, and flavor) separately. Using QEMU is unreliable and slower.\n+ docker-build-push:\n strategy:\n matri... |
vuejs/vue | 7,406 | Fix #7404: skip v-model & value binding collision check with dynamic type binding | **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... | f7ca21eab1e0d661945aa6070fc988028c90966f | 1c0b4af5fd2f9e8173b8f4718018ee80a6313872 | 1 | medium | [
{
"filename": "src/platforms/web/compiler/directives/model.js",
"patch": "@@ -130,9 +130,11 @@ function genDefaultModel (\n const type = el.attrsMap.type\n \n // warn if v-bind:value conflicts with v-model\n+ // except for inputs with v-bind:type\n if (process.env.NODE_ENV !== 'production') {\n c... |
ollama/ollama | 8,827 | ml/backend/ggml: fix library loading on macOS amd64 | This PR fixes runtime library linking on macOS amd64 targets. macOS strips DYLD_LIBRARY and so using rpath is required. This PR sets the rpath for the dynamic libraries to the library's directory. It also changes the default lookup path when `DYLD_LIBRARY_PATH` isn't set on macOS to be the executable directory (it used... | f9d2d8913554d78b1cae47c5eaa9cbbd0ea79273 | 4759ecae19fb8246826a8b87da9afbe1601895f9 | 2 | medium | [
{
"filename": "CMakeLists.txt",
"patch": "@@ -29,6 +29,11 @@ if((NOT CMAKE_OSX_ARCHITECTURES MATCHES \"arm64\")\n set(GGML_CPU_ALL_VARIANTS ON)\n endif()\n \n+if (CMAKE_OSX_ARCHITECTURES MATCHES \"x86_64\")\n+ set(CMAKE_BUILD_RPATH \"@loader_path\")\n+ set(CMAKE_INSTALL_RPATH \"@loader_path\")\n+e... |
nodejs/node | 61,112 | doc: add a tip about developer mode on Windows | On Windows, creating symlinks requires Developer Mode to be enabled or running the command as Administrator. Tests that rely on creating symlinks may fail with EPERM errors if symlink creation is not permitted. Add a tip about this for the docs about running tests on Windows.
<!--
Before submitting a pull request, ... | a00d95c73dcac8fc2b316238fb978a7d5aa650c6 | 1a345922e45c4b7165437648c64075b44216d281 | 18 | medium | [
{
"filename": "BUILDING.md",
"patch": "@@ -870,6 +870,11 @@ To test if Node.js was built correctly:\n Release\\node -e \"console.log('Hello from Node.js', process.version)\"\n ```\n \n+> \\[!TIP]\n+> On Windows, creating symlinks requires [Developer Mode][] to be enabled or\n+> running the command as Admini... |
ollama/ollama | 8,810 | ci: fix extra quote | f9d2d8913554d78b1cae47c5eaa9cbbd0ea79273 | 65b7ecac7bd4346fae8f49764b0d6d2eb8de39ae | 1 | high | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -408,7 +408,7 @@ jobs:\n working-directory: dist\n - name: Create or update Release\n run: |\n- RELEASE_VERSION=$(echo ${GITHUB_REF_NAME} | cut -f1 -d-)\"\n+ RELEASE_VERSION=\"$(echo ${GITHUB_REF_NAME} | cut... | |
facebook/react | 33,082 | [mcp] Update plugins |
Adds typescript support.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33082).
* #33085
* #33084
* #33083
* __->__ #33082
* #33101 | d8074cbc798a500a5e76d19fe0c17edec22b2593 | 12b094d2f66b48c0b34cdfdf997fefac373d47a8 | 8 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/utils/runtimePerf.ts",
"patch": "@@ -6,8 +6,9 @@ export async function measurePerformance(code: string) {\n configFile: false,\n babelrc: false,\n presets: [\n- require.resolve('@babel/preset-env'),\n- require.resolve('@babel/preset... |
ollama/ollama | 8,805 | fix linux archive | add target to artifact name since there are multiple targets for each os/arch combination now | 669dc31cf33a1d167dbbe5398e3e2ec71620bcef | f9d2d8913554d78b1cae47c5eaa9cbbd0ea79273 | 1 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -326,7 +326,7 @@ jobs:\n PLATFORM: ${{ matrix.os }}/${{ matrix.arch }}\n - uses: actions/upload-artifact@v4\n with:\n- name: dist-${{ matrix.os }}-${{ matrix.arch }}\n+ name: dist-${{ matrix.os }}-${{ matr... |
ggml-org/llama.cpp | 20,118 | hexagon: Flash Attention optimizations (dma, mpyacc, multi-row) and MatMul updates | Further updates on top of #19780 by @chraac
- Improved DMA pipelining in FA
- Reduced FA block size from 128 to 64 to improve DMA prefetch (128 is too big for most models)
- Improved usage or vmpyacc intrinsics in dot products
Some quick perf numbers on S25+ (Gen4) with Llama3.2-3B-Q4_0 and FA on Hexagon
``... | null | 7a99dc85e2d26a9b9c540cad887322eae8924f03 | null | low | [
{
"filename": "ggml/src/ggml-hexagon/htp/flash-attn-ops.c",
"patch": "@@ -10,13 +10,24 @@\n \n #include \"hex-dma.h\"\n #include \"hvx-utils.h\"\n+#include \"hvx-dump.h\"\n \n #define GGML_COMMON_DECL_C\n #include \"ggml-common.h\"\n #include \"htp-ctx.h\"\n #include \"htp-msg.h\"\n #include \"htp-ops.h\"\n... |
vercel/next.js | 88,190 | feat(turbopack): add resolve plugin condition variant of Always and Never | This PR refactors the Resolution Plugin traits to add new `Always` or `Never` enum variants to `resolve condition`. This allow plugins (like [ExternalsPlugin](https://github.com/utooland/utoo/pull/2494) when no externals are configured) to skip the expensive `matches()` task calls entirely. Testing on a medium project ... | null | d1f8a3bc3f6a63c7e253e3287d373cae7c4ee803 | null | low | [
{
"filename": "crates/next-core/src/next_server/resolve.rs",
"patch": "@@ -65,7 +65,7 @@ impl ExternalCjsModulesResolvePlugin {\n \n #[turbo_tasks::function]\n fn condition(root: FileSystemPath) -> Vc<AfterResolvePluginCondition> {\n- AfterResolvePluginCondition::new(\n+ AfterResolvePluginCondition::n... |
facebook/react | 33,101 | [mcp] Fix package.json |
Since we use esbuild we need to correctly move dependencies that are required at runtime into `dependencies` and other packages that are only used in development in to `devDependencies`. This ensures the correct packages are included in the build.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https:/... | 90a124a9802a5ab6509d5838e65b9f4d4fbbc16b | e5f0315efa60a76332b32f21e495e36b26bdd36e | 11 | medium | [
{
"filename": "compiler/packages/react-mcp-server/package.json",
"patch": "@@ -15,25 +15,22 @@\n \"dependencies\": {\n \"@babel/core\": \"^7.26.0\",\n \"@babel/parser\": \"^7.26\",\n- \"@babel/plugin-syntax-typescript\": \"^7.25.9\",\n+ \"@babel/preset-env\": \"^7.26.9\",\n+ \"@babel/pres... |
huggingface/transformers | 42,973 | Fix formatting of trackio model tag | Quick followup fixing: https://github.com/huggingface/transformers/pull/42850/files#r2637239463
cc @SunMarc @qgallouedec @julien-c | null | 817886a6086d0718f35c167ba5885d867ccbda32 | null | low | [
{
"filename": "src/transformers/integrations/integration_utils.py",
"patch": "@@ -1086,12 +1086,12 @@ def on_push_begin(self, args, state, control, model, **kwargs):\n if badge_markdown not in modelcard.AUTOGENERATED_TRAINER_COMMENT:\n modelcard.AUTOGENERATED_TRAINER_COMMENT += f\"\\n{ba... |
ollama/ollama | 8,804 | more release build fixes | - fix darwin path
- fix linux archives. split into 3 types:
- main archive including ollama binary, and cpu, cuda 11, and 12 backend libraries
- secondary archive including rocm backend library
- tertiary archive including cuda jetpack 5 and 6 backend libraries
- fix docker flavor tag suffix | e8061840235bb953d621796b7d65e86541dbc0a1 | 669dc31cf33a1d167dbbe5398e3e2ec71620bcef | 3 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -273,6 +273,8 @@ jobs:\n merge-multiple: true\n - run: |\n & .\\scripts\\build_windows.ps1 gatherDependencies sign buildInstaller distZip\n+ env:\n+ KEY_CONTAINER: ${{ vars.KEY_CONTAINER }}\n - uses:... |
nodejs/node | 61,027 | src: remove unused private field in `SQLTagStore` | a1f421feb61d8bb8c55c8d83798fd62f8a5fa10c | 9a6e55ab3d6fee29c162c5b33e5c483076621248 | 22 | medium | [
{
"filename": "src/node_sqlite.cc",
"patch": "@@ -2664,8 +2664,7 @@ SQLTagStore::SQLTagStore(Environment* env,\n int capacity)\n : BaseObject(env, object),\n database_(std::move(database)),\n- sql_tags_(capacity),\n- capacity_(capacity) {\n+ sql_tags_(capaci... | |
vuejs/vue | 7,375 | Fix the env detection of server side rendering | **What kind of change does this PR introduce?**
- [x] Bugfix
**Does this PR introduce a breaking change?**
- [x] No
**Other information:**
In Weex, `global` does exist, but `global.process` does not. I think it's more reliable to exclude Weex platform when detecting the ssr env.
[edits: minor gramma... | null | 3eb37acf98e2d9737de897ebe7bdb7e9576bcc21 | null | low | [
{
"filename": "src/core/util/env.js",
"patch": "@@ -38,7 +38,7 @@ let _isServer\n export const isServerRendering = () => {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n- if (!inBrowser && typeof global !== 'undefined') {\n+ if (!inBrowser && !inWeex && typeof global !== 'undefine... |
huggingface/transformers | 42,963 | [`Tests`] Fix inputs placement | As per title, we init our model on CPU but the inputs are not guaranteed to be on CPU as well. Forcing CPU here
Related failure: https://github.com/huggingface/transformers/actions/runs/20375489555/job/58553450832 | 9a90500b0b7a3f481c005a1398ab50539146dfbc | 007274db0fdd3a723aeb616ca9cfc51684c76cc4 | 2 | high | [
{
"filename": "tests/test_modeling_common.py",
"patch": "@@ -1202,21 +1202,30 @@ def test_all_tensors_are_parameter_or_buffer(self):\n config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()\n \n for model_class in self.all_model_classes:\n- # apparently thi... |
ggml-org/llama.cpp | 17,795 | CUDA: Improve performance via less synchronizations between token | See [comment below](https://github.com/ggml-org/llama.cpp/pull/17795#issuecomment-3675566278)
--------------
This PR suggest to remove some superfluous synchronization calls between tokens to be faster on CUDA backends. I see between 1% and 2% perf gain depending on the model, GPU and settings.
### Mechanism
T... | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 2cd20b72ed3565ac6935911ca0d9b5d73ae70d0d | 5 | medium | [
{
"filename": "ggml/src/ggml-backend.cpp",
"patch": "@@ -1455,6 +1455,10 @@ static enum ggml_status ggml_backend_sched_compute_splits(ggml_backend_sched_t s\n int split_backend_id = split->backend_id;\n ggml_backend_t split_backend = sched->backends[split_backend_id];\n \n+ if (sched-... |
facebook/react | 33,091 | [Fizz] Always load the external runtime if one is provided | Because we now decided whether to outline in the flushing phase, when we're writing the preamble we don't yet know if we will make that decision so we don't know if it's safe to omit the external runtime.
However, if you are providing an external runtime it's probably a pretty safe bet you're streaming something dyn... | ee7fee8f8875052afde53c5bfc8aedad43ff9d8e | f739642745577a8e4dcb9753836ac3589b9c590a | 2 | medium | [
{
"filename": "packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js",
"patch": "@@ -5089,15 +5089,10 @@ export function writePreambleStart(\n destination: Destination,\n resumableState: ResumableState,\n renderState: RenderState,\n- willFlushAllSegments: boolean,\n skipExpect?: boolean, // ... |
ollama/ollama | 8,803 | readme: add Chipper to community integrations | Chipper provides a web interface, CLI, and a modular, hackable, and lightweight architecture for RAG pipelines, document splitting, web scraping, and query workflows for Ollama. | f4321a421caf4df3ebe4bfdacc3b2e27e911761b | d4d338c2248ad015334e7b94c4ddb8cc744083a2 | 5 | medium | [
{
"filename": "README.md",
"patch": "@@ -371,6 +371,7 @@ See the [API documentation](./docs/api.md) for all endpoints.\n - [Perplexica](https://github.com/ItzCrazyKns/Perplexica) (An AI-powered search engine & an open-source alternative to Perplexity AI)\n - [AI Toolkit for Visual Studio Code](https://aka.m... |
facebook/react | 33,087 | [Fizz] Add "Queued" Status to SSR:ed Suspense Boundaries | Stacked on #33076.
This fixes a bug where we used the "complete" status but the DOMContentLoaded event. This checks for not "loading" instead.
We also add a new status where the boundary has been marked as complete by the server but has not yet flushed either due to being throttled, suspended on CSS or animating.... | ee7fee8f8875052afde53c5bfc8aedad43ff9d8e | 0ed6ceb9f6c19f28c504cf46193cef40166a61f6 | 1 | medium | [
{
"filename": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -238,14 +238,15 @@ const ACTIVITY_END_DATA = '/&';\n const SUSPENSE_START_DATA = '$';\n const SUSPENSE_END_DATA = '/$';\n const SUSPENSE_PENDING_START_DATA = '$?';\n+const SUSPENSE_QUEUED_START_DATA = '$~';\n const S... |
ggml-org/llama.cpp | 20,126 | model : fix Qwen3.5 model type detection | Now that all different sizes of Qwen3.5 models have came out, we can check the model cards and correct the (cosmetic) model type detection logic. For example, Qwen3.5 does not have a 80BA3B variant, 35BA3B have 40 layers instead of 28, and both 0.8B and 2B have 24 layers.
This change should be purely cosmetic, fixes... | 92f7da00b49ad814b95832dd6610a825bbdd3033 | 872646b30c342c5fa98efec002f94fdb4f1f1ea5 | 4 | medium | [
{
"filename": "src/llama-model.cpp",
"patch": "@@ -61,6 +61,7 @@ const char * llm_type_name(llm_type type) {\n case LLM_TYPE_0_3B: return \"0.3B\";\n case LLM_TYPE_0_5B: return \"0.5B\";\n case LLM_TYPE_0_6B: return \"0.6B\";\n+ case LLM_TYPE_0_8B: ... |
electron/electron | 49,192 | ci: disallow non-maintainer changes to Yarn files | Backport of #49186
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 | 4d18062d0f0ca34c455bc7ec032dd7959a0365b6 | null | low | [
{
"filename": ".github/workflows/non-maintainer-dependency-change.yml",
"patch": "@@ -7,6 +7,8 @@ on:\n - 'spec/yarn.lock'\n - '.github/workflows/**'\n - '.github/actions/**'\n+ - '.yarn/**'\n+ - '.yarnrc.yml'\n \n permissions: {}\n ",
"additions": 2,
"deletions": 0
}
] |
ollama/ollama | 8,744 | fix release workflow | fix a few issues with the release workflow
- fix wildcard artifact download
- fix macapp build
- fix windows app build and packaging
- fix linux job dependencies | 475333d533e088538e5d77c0ba65ea60833b2c77 | e8061840235bb953d621796b7d65e86541dbc0a1 | 4 | medium | [
{
"filename": ".github/workflows/release.yaml",
"patch": "@@ -81,7 +81,7 @@ jobs:\n path: dist/darwin-arm64\n - run: |\n export VERSION=${GITHUB_REF_NAME#v}\n- ./scripts/build_darwin.sh macapp sign\n+ ./scripts/build_darwin.sh sign macapp\n env:\n ... |
huggingface/transformers | 42,917 | fix device dismatch issue for pe_audio_video model parallelism | bb9357ffe89252437286478c98cbd302708cb9f6 | 1b280f998a86a930db3ced9f7108316c671b2d8b | 7 | medium | [
{
"filename": "src/transformers/models/timm_wrapper/modeling_timm_wrapper.py",
"patch": "@@ -86,7 +86,8 @@ class TimmWrapperPreTrainedModel(PreTrainedModel):\n main_input_name = \"pixel_values\"\n input_modalities = (\"image\",)\n config: TimmWrapperConfig\n- _no_split_modules = []\n+ # ad... | |
facebook/react | 33,073 | [Fizz] Don't handle errors in completeBoundary instruction | Stacked on #33066 and #33068.
Currently we're passing `errorDigest` to `completeBoundary` if there is a client side error (only CSS loading atm). This only exists because of `completeBoundaryWithStyles`. Normally if there's a server-side error we'd emit the `clientRenderBoundary` instruction instead. This adds unnec... | bb57fa7351776a86448c1a094bea8108fd6b34ff | ee077b6ccddd916440bb7570ba6f53673d920700 | 1 | medium | [
{
"filename": "packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js",
"patch": "@@ -4482,14 +4482,14 @@ export function writeCompletedSegmentInstruction(\n }\n }\n \n+const completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(\n+ completeBoundaryFunction,\n+);\n const completeBoundaryScr... |
electron/electron | 48,038 | build: disallow non-maintainer changes to GitHub Actions workflows | #### Description of Change
Refs https://github.com/electron/electron/pull/48024
We should also disallow non-maintainer changes to GitHub Actions files by default.
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [x] PR description included and stakeholders c... | 63d7f609cdafcc6602bf2b81d719e18c9a77cd7a | 4c3c3049e1044e06dd3b26c4c44823a8f63997c6 | 4 | medium | [
{
"filename": ".github/workflows/non-maintainer-dependency-change.yml",
"patch": "@@ -1,16 +1,18 @@\n-name: Check for Non-Maintainer Dependency Change\n+name: Check for Disallowed Non-Maintainer Change\n \n on:\n pull_request_target:\n paths:\n - 'yarn.lock'\n - 'spec/yarn.lock'\n+ - ... |
vercel/next.js | 88,244 | perf: use length = 0 to clear the logging array | Use array `.length = 0` to clean up the logging queue in dev, which doesn't create new array everytime and avoid unnecessary GC churn | null | 5876248b23d7294de93d3f51c8ee2fb2360f5097 | null | low | [
{
"filename": "packages/next/src/server/dev/browser-logs/file-logger.ts",
"patch": "@@ -89,7 +89,7 @@ export class FileLogger {\n \n // Only flush to disk if mcpServer is enabled\n if (!this.mcpServerEnabled) {\n- this.logQueue = [] // Clear the queue without writing\n+ this.logQueue.lengt... |
ollama/ollama | 8,801 | llm: do not error if LibOllamaPath does not exist | dcfb7a105c455ae8d44a06b3380731d8b1ffcc22 | 50566113ace20bad141859710e2f2689248324b4 | 10 | medium | [
{
"filename": "llm/server.go",
"patch": "@@ -89,7 +89,6 @@ func LoadModel(model string, maxArraySize int) (*GGML, error) {\n // NewLlamaServer will run a server for the given GPUs\n // The gpu list must be a single family.\n func NewLlamaServer(gpus discover.GpuInfoList, model string, ggml *GGML, adapters, ... | |
facebook/react | 33,062 | [compiler] PruneNonEscapingScopes understands terminal operands | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #33062
Handles a few edge cases relating to for..of terminals, which have a compound `init` value block:
* For..of with a return statement inside would not memoize the rvalue of the init expression (the collection). This is because ... | 6bf63378de91a4a66e59e8dfd1d47c0a923905bf | 2790dd44c297fc29131f294e01267820cb4a149f | 2 | medium | [
{
"filename": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/todo.memoize-loops-that-produce-memoizeable-values.expect.md",
"patch": "@@ -6,7 +6,7 @@ function useHook(nodeID, condition) {\n const graph = useContext(GraphContext);\n const node = nodeID != null ? graph[node... |
vuejs/vue | 7,302 | fix(core): fix defineReactive unnecessary getters call fix #7280 | The defineReactive gets the property of the object, only if it has no getter
fix #7280
<!--
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 b... | null | 7392dfcc1d5fd7b257df5ae134f9eb2f0cc0a51e | null | low | [
{
"filename": "src/core/observer/index.js",
"patch": "@@ -61,7 +61,7 @@ export class Observer {\n walk (obj: Object) {\n const keys = Object.keys(obj)\n for (let i = 0; i < keys.length; i++) {\n- defineReactive(obj, keys[i], obj[keys[i]])\n+ defineReactive(obj, keys[i])\n }\n }\n \... |
nodejs/node | 56,290 | build: build v8 with -fvisibility=hidden -fvisibility-inlines-hidden | Split from https://github.com/nodejs/node/pull/56275 since it seems to cause gcc on some machines in the CI to time out or run out of memory. Trying to see if it's just a CI hiccup or if it's something that needs to be worked around.
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide ... | null | 3437e1c4bd529e51d96ea581b6435bbeb77ef524 | null | low | [
{
"filename": "node.gyp",
"patch": "@@ -491,6 +491,19 @@\n ['clang==0 and OS!=\"win\"', {\n 'cflags': [ '-Wno-restrict', ],\n }],\n+ # TODO(joyeecheung): investigate if it breaks addons.\n+ # ['OS==\"mac\"', {\n+ # 'xcode_settings': {\n+ # 'GCC_SYMBOLS_PRIVATE_E... |
huggingface/transformers | 42,958 | [`Generation`] Fix default overwrite for non-`None` defaults | Followup to #42702 where defaults are now either `None` or a boolean value.
The logic was dependent on the values being `None` which ignored overriding other values, e.g. `do_sample`. The fails due to this can be seen in a few integration tests, e.g. gpt2. | f2c6d2ad358f2190cffdfdf40c6c81e724a2b431 | f218ed21d997b515d99efea36a6d00e98d2aec51 | 10 | medium | [
{
"filename": "src/transformers/generation/utils.py",
"patch": "@@ -1795,6 +1795,20 @@ def _prepare_generation_config(\n generation_config.update(**self.generation_config.to_dict(), defaults_only=True)\n generation_config.update(**global_defaults, defaults_only=True)\n \n+ # Due to so... |
facebook/react | 33,074 | [mcp] Make tool more reliable and fix integration issues with babel |
## Summary
Fix babel presets, and add a bit more context to the tool so that it is more reliable
## How did you test this change?
Manually tested the mcp integrated with claude desktop
| 90a124a9802a5ab6509d5838e65b9f4d4fbbc16b | d8074cbc798a500a5e76d19fe0c17edec22b2593 | 4 | medium | [
{
"filename": "compiler/packages/react-mcp-server/src/index.ts",
"patch": "@@ -356,7 +356,14 @@ Server Components - Shift data-heavy logic to the server whenever possible. Brea\n \n server.tool(\n 'review-react-runtime',\n- 'Review the runtime of the code and get performance data to evaluate the proposed... |
ggml-org/llama.cpp | 19,985 | cli : add command and file auto-completion | Adds auto-completion callback to `console` and implements command and file auto-completion in `cli`. | null | b5ed0e058c98645c1cab752d012fdc4be22bceef | null | low | [
{
"filename": "common/console.cpp",
"patch": "@@ -80,6 +80,8 @@ namespace console {\n static termios initial_state;\n #endif\n \n+ static completion_callback completion_cb = nullptr;\n+\n //\n // Init and cleanup\n //\n@@ -493,7 +495,7 @@ namespace console {\n }\n \n static v... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.