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 | 50,454 | fix: hex-encode Windows notification icon temp filenames | #### Description of Change
Refs https://github.com/electron/electron/pull/48768
Closes https://github.com/electron/electron/issues/50424
`NotificationPresenterWin` was using `SHA1HashString(origin.spec())` directly as the basename for the temporary PNG written for toast icons.
`SHA1HashString` returns raw dig... | null | ec3a18d438d795a48174c1035130a08fc6462705 | null | low | [
{
"filename": "shell/browser/notifications/win/notification_presenter_win.cc",
"patch": "@@ -72,7 +72,8 @@ std::wstring NotificationPresenterWin::SaveIconToFilesystem(\n \n std::string filename;\n if (origin.is_valid()) {\n- filename = base::SHA1HashString(origin.spec()) + \".png\";\n+ const auto ... |
vercel/next.js | 92,162 | [test] Skip `unstable_dynamicStaleTime` tests due to flakiness | See https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40test.source.file%3Atest%2Fe2e%2Fapp-dir%2Fsegment-cache%2Fstaleness%2Fsegment-cache-per-page-dynamic-stale-time.test.ts&agg_m=count&agg_m_source=base&agg_t=count&citest_explorer_sort=%40duration%2Cdesc&cols=%40test.status%2Ctimestamp%2C%40duration%... | null | bd3f947e2c335d6c005931dc451e3098ccb3cee9 | null | low | [
{
"filename": "test/e2e/app-dir/segment-cache/staleness/app/per-page-config/dynamic-stale-10/page.tsx",
"patch": "@@ -2,6 +2,7 @@ import { Suspense } from 'react'\n import { connection } from 'next/server'\n import { LinkAccordion } from '../../../components/link-accordion'\n \n+// TODO: Make sure tests are... |
ollama/ollama | 14,242 | cmd/tui: fix powershell search | Rune was being sent instead of selection for powershell | 948de6bbd2d07e1050d91c2422c3ee7af2d591da | f0a07a353b0892decebd5364443ffd2dde5f5679 | 1 | medium | [
{
"filename": "cmd/cmd.go",
"patch": "@@ -1887,10 +1887,7 @@ func runInteractiveTUI(cmd *cobra.Command) {\n \n \t// Selector adapters for tui\n \tsingleSelector := func(title string, items []config.ModelItem) (string, error) {\n-\t\ttuiItems := make([]tui.SelectItem, len(items))\n-\t\tfor i, item := range i... |
facebook/react | 35,610 | Gitignore local Claude files | Matches [Claude's defaults when it would init on its own](https://code.claude.com/docs/en/settings#available-scopes). Helpful if you let it run on your checkouts. | 6a0ab4d2dd62dfdf8881ba1c3443c6d5acedc871 | 24d8716e366909129ffd66670e1e530e6796097d | 3 | high | [
{
"filename": ".gitignore",
"patch": "@@ -25,6 +25,7 @@ chrome-user-data\n *.swo\n /tmp\n /worktrees\n+.claude/*.local.*\n \n packages/react-devtools-core/dist\n packages/react-devtools-extensions/chrome/build",
"additions": 1,
"deletions": 0
}
] |
huggingface/transformers | 44,570 | Fix missing post_processor in DebertaV2Tokenizer causing no special t… | # What does this PR do?
... | null | 6a056a16a856097cb0400ce9a48e96ab9d469e30 | null | low | [
{
"filename": "src/transformers/models/deberta_v2/tokenization_deberta_v2.py",
"patch": "@@ -13,7 +13,7 @@\n # limitations under the License.\n \"\"\"Tokenization class for model DeBERTa-v2.\"\"\"\n \n-from tokenizers import Regex, Tokenizer, decoders, normalizers, pre_tokenizers\n+from tokenizers import Re... |
electron/electron | 50,551 | fix: fix devtools patch type error on release builds | #### Description of Change
This PR fixes a type error in the DevTools extension patch that flags on release builds.
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ] PR description included
- [ ] I have built and tested this PR
- [ ] `npm test` passes
- [... | 4eff8f20f2f64fa7b808bccd5ca0c4bbca8261a4 | d318893aa06231d20d9c8e74ccdbee86c9f7a86e | 9 | medium | [
{
"filename": "patches/devtools_frontend/feat_allow_enabling_extension_panels_on_custom_protocols.patch",
"patch": "@@ -7,14 +7,14 @@ This allows us to show Chrome extension panels on pages served over\n custom protocols.\n \n diff --git a/front_end/core/root/Runtime.ts b/front_end/core/root/Runtime.ts\n-in... |
facebook/react | 35,539 | [compiler] Improve snap workflow for debugging errors |
Much nicer workflow for working through errors in the compiler:
* Run `yarn snap -w`, oops there are are errors
* Hit 'p' to select a fixture => the suggestions populate with recent failures, sorted alphabetically. No need to copy/paste the name of the fixture you want to focus on!
* tab/shift-tab to pick one, hit ent... | 03613cd68c9e1d7ec5cb1eceb91f27f1935a7b8b | c3b95b0979757edb9507a7b0c80fc220a96330b3 | 4 | medium | [
{
"filename": "compiler/packages/snap/src/runner-watch.ts",
"patch": "@@ -9,7 +9,7 @@ import watcher from '@parcel/watcher';\n import path from 'path';\n import ts from 'typescript';\n import {FIXTURES_PATH, PROJECT_ROOT} from './constants';\n-import {TestFilter} from './fixture-utils';\n+import {TestFilter... |
ollama/ollama | 14,223 | cmd/config: add minimax-m2.5 | Adds new minimax model to config, add context length as well | 77ba9404ac6fbedf4ca52bb6c1f6858647f4fc4e | 598b74d42c8cced0aad5fea90592fc23fe108c2c | 10 | medium | [
{
"filename": "cmd/config/integrations.go",
"patch": "@@ -63,12 +63,33 @@ var integrations = map[string]Runner{\n // recommendedModels are shown when the user has no models or as suggestions.\n // Order matters: local models first, then cloud models.\n var recommendedModels = []ModelItem{\n+\t{Name: \"minim... |
huggingface/transformers | 44,880 | incorrect model list update | incorrect model list update | eb3d67aaafe368863afc77e4b60fa60c2077c8b5 | bc8c80e0288fd369ad06bff5b480d3c51f97a95e | 9 | medium | [
{
"filename": "src/transformers/models/auto/tokenization_auto.py",
"patch": "@@ -344,21 +344,34 @@\n MODELS_WITH_INCORRECT_HUB_TOKENIZER_CLASS: set[str] = {\n \"arctic\",\n \"chameleon\",\n- \"deepseek_vl\",\n- \"deepseek_vl_v2\",\n- \"deepseek_vl_hybrid\",\n+ \"chatlm\",\n \"deepsee... |
nodejs/node | 62,423 | doc: add Rafael to last security release steward | Refs: https://github.com/nodejs-private/security-release/pull/71 | null | 329c8e75545f9a4840b3ce30b5658e0995dbdee4 | null | low | [
{
"filename": "doc/contributing/security-release-process.md",
"patch": "@@ -39,6 +39,7 @@ The current security stewards are documented in the main Node.js\n | NodeSource | Rafael | 2025-May-14 |\n | NodeSource | Rafael | 2025-Jul-15 |\n | HeroDevs and NodeSource... |
facebook/react | 35,603 | worktree script improvements | A few small improvements:
* Use `<root>/.worktrees` as the directory for worktrees so its hidden by default in finder/ls
* Generate names with a timestamp, and allow auto-generating a name so that you can just call eg `./scripts/worktree.sh --compiler --claude` and get a random name | 24d8716e366909129ffd66670e1e530e6796097d | a688a3d18cfd911bf9c5e6a7ddc1af7c061b9653 | 4 | medium | [
{
"filename": ".gitignore",
"patch": "@@ -24,7 +24,7 @@ chrome-user-data\n *.swp\n *.swo\n /tmp\n-/worktrees\n+/.worktrees\n .claude/*.local.*\n \n packages/react-devtools-core/dist",
"additions": 1,
"deletions": 1
},
{
"filename": "scripts/worktree.sh",
"patch": "@@ -14,12 +14,12 @@ WOR... |
rust-lang/rust | 151,995 | stabilize ptr_as_ref_unchecked | FCP passed in rust-lang/rust#122034.
Closes rust-lang/rust#122034. | null | 55590344bab7d17a04dad0948f06d6ca3e43cd35 | null | low | [
{
"filename": "compiler/rustc_resolve/src/lib.rs",
"patch": "@@ -8,6 +8,7 @@\n \n // tidy-alphabetical-start\n #![allow(internal_features)]\n+#![cfg_attr(bootstrap, feature(ptr_as_ref_unchecked))]\n #![feature(arbitrary_self_types)]\n #![feature(assert_matches)]\n #![feature(box_patterns)]\n@@ -18,7 +19,6 @... |
vercel/next.js | 92,157 | Turbopack: use same hash for immutable-static-hashes.json | Use the same hash in the manifest as we use for the filenames. Otherwise the hash isn't actually free as we need to hash every file content twice.
Regression from https://github.com/vercel/next.js/pull/91137
Previously it looked like this
<img width="781" height="437" alt="Bildschirmfoto 2026-03-31 um 16 24 00" ... | null | feb594bd3ca645dbb271ded2be85431e7973ffe9 | null | low | [
{
"filename": "crates/next-api/src/project_asset_hashes_manifest.rs",
"patch": "@@ -142,7 +142,7 @@ impl Asset for AssetHashesManifestAsset {\n .map(async |(asset, path)| {\n Ok((\n path,\n- asset.content_hash(HashAlgorithm::Xxh3Hash128Hex).... |
electron/electron | 49,903 | fix: correct window sizing on Linux when constraints on resizability are enforced | #### Description of Change
Followup to #49835, which normalized bounds operations on Linux to use logical coordinates. That PR left two edge cases where windows could still draw at the wrong sizes if certain properties were set on the browser window:
1. Max size constraints
Windows with max width and height c... | 90c9de70acc4dd36b2e5dc08c3730bbeca36ad45 | 6a440f0bc9e21fa8e8c44fd60ab44a4604f467d1 | 24 | medium | [
{
"filename": "shell/browser/native_window_views.cc",
"patch": "@@ -931,8 +931,10 @@ void NativeWindowViews::SetContentSizeConstraints(\n // of this to determine whether native widget has initialized.\n if (widget() && widget()->widget_delegate())\n widget()->OnSizeConstraintsChanged();\n+#if BUILDF... |
ollama/ollama | 14,142 | scripts: only prompt for CLI install on macOS when required | aea316f1e908b5d12243f30aca9c543fdccba516 | 935a48ed1ac35a4677736ee806139ef9618501db | 21 | medium | [
{
"filename": "scripts/install.sh",
"patch": "@@ -72,10 +72,12 @@ if [ \"$OS\" = \"Darwin\" ]; then\n unzip -q \"$TEMP_DIR/Ollama-darwin.zip\" -d \"$TEMP_DIR\"\n mv \"$TEMP_DIR/Ollama.app\" \"/Applications/\"\n \n- status \"Adding 'ollama' command to PATH (may require password)...\"\n- mkdir -... | |
huggingface/transformers | 44,924 | Continuous batching thread safety | # What does this PR do?
Fix two `nogil` threading bugs (reproduced on 3.14) :
1. Continus Batching crashes with torch graph errors with 2 threads on 2 separate model instances (same model path, but two distinct instances). Cause is missing `capture_error_mode="thread_local"` so the graph capture operate safely in... | null | dda546845f97eb4c6e22df6a2b7fbd865199ada4 | null | low | [
{
"filename": "src/transformers/generation/continuous_batching/continuous_api.py",
"patch": "@@ -464,7 +464,15 @@ def _generation_step(self, model: nn.Module, logit_processor: LogitsProcessorLis\n # torch.cuda.current_stream().wait_stream(compute_stream)\n # Capture\n ... |
facebook/react | 35,537 | [compiler] Improve snap usability |
A whole bunch of changes to snap aimed at making it more usable for humans and agents. Here's the new CLI interface:
```
node dist/main.js --help
Options:
--version Show version number [boolean]
--sync Run compiler in main thread (instead of using worker
... | null | 03613cd68c9e1d7ec5cb1eceb91f27f1935a7b8b | null | low | [
{
"filename": "compiler/packages/snap/src/constants.ts",
"patch": "@@ -26,5 +26,3 @@ export const FIXTURES_PATH = path.join(\n 'compiler',\n );\n export const SNAPSHOT_EXTENSION = '.expect.md';\n-export const FILTER_FILENAME = 'testfilter.txt';\n-export const FILTER_PATH = path.join(PROJECT_ROOT, FILTER_F... |
rust-lang/rust | 152,253 | Stabilize const ControlFlow predicates | <!-- homu-ignore:start -->
<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.
This PR will get automatically assigned to a reviewer. In case y... | null | 56aaf58ec02b6ac974e8364269fbb33a8a806e28 | null | low | [
{
"filename": "library/core/src/ops/control_flow.rs",
"patch": "@@ -151,7 +151,7 @@ impl<B, C> ControlFlow<B, C> {\n /// ```\n #[inline]\n #[stable(feature = \"control_flow_enum_is\", since = \"1.59.0\")]\n- #[rustc_const_unstable(feature = \"min_const_control_flow\", issue = \"148738\")]\n+ ... |
nodejs/node | 62,112 | test: avoid flaky run wait in debugger restart test | ## Summary
Follow-up to #61773
`test/parallel/test-debugger-run-after-quit-restart.js` can still flake on macOS unusual-path runs around `run`.
`stepCommand('run')` expects a break message immediately, but `run` may return `ok`/prompt before the break output.
This change switches those calls to `command('run')`... | null | 9137925f60886c17e71f7e2e1bd33aed8eaee034 | null | low | [
{
"filename": "test/parallel/test-debugger-run-after-quit-restart.js",
"patch": "@@ -41,7 +41,7 @@ const path = require('path');\n .then(() => {\n assert.match(cli.output, /Use `run` to start the app again/);\n })\n- .then(() => cli.stepCommand('run'))\n+ .then(() => cli.command('run'))\... |
vercel/next.js | 92,076 | TURBOPACK: support parse windows absolute path with single slash | The path like which starts with single slash:
```bash
C:/Users/demo/src/index.ts
```
Shoud parse as windows path. | null | 5be8d2eee1386eb53011026717d5c3e63c28de6a | null | low | [
{
"filename": "turbopack/crates/turbopack-core/src/resolve/parse.rs",
"patch": "@@ -90,7 +90,8 @@ fn split_off_query_fragment(mut raw: &str) -> (Pattern, RcStr, RcStr) {\n (Pattern::Constant(RcStr::from(raw)), query, hash)\n }\n \n-static WINDOWS_PATH: LazyLock<Regex> = LazyLock::new(|| Regex::new(r\"^[... |
electron/electron | 50,430 | fix: register `PrintDialogLinuxFactory` on Linux | #### Description of Change
Fixes https://github.com/electron/electron/issues/50420
Chromium 145 refactored Linux print dialog creation to use a factory pattern instead of directly calling `LinuxUi::CreatePrintDialog()`. Chrome registers this factory in
`ChromeBrowserMainExtraPartsViewsLinux::ToolkitInitialized()... | null | 7451d560ba5f65729d28d77d83f3f38ee3f62133 | null | low | [
{
"filename": "shell/browser/electron_browser_main_parts.cc",
"patch": "@@ -127,6 +127,10 @@\n #include \"shell/common/plugin_info.h\"\n #endif // BUILDFLAG(ENABLE_PLUGINS)\n \n+#if BUILDFLAG(ENABLE_PRINTING)\n+#include \"components/printing/common/print_dialog_linux_factory.h\"\n+#endif\n+\n namespace ele... |
ollama/ollama | 14,219 | win: progress reporting on install download | ```
Downloading Ollama...
[#################################### ] 91% 1106.6 / 1204.2 MB
```
```
Downloading Ollama...
[########################################] 100% 1204.2 / 1204.2 MB
Installing...
Install complete. You can now run 'ollama'.
``` | aea316f1e908b5d12243f30aca9c543fdccba516 | de39e24bf75261cfa54aa53c3d98de5c86e3c0b3 | 20 | medium | [
{
"filename": "scripts/install.ps1",
"patch": "@@ -136,12 +136,64 @@ function Invoke-Download {\n \n Write-Status \" Downloading: $Url\"\n try {\n- Invoke-WebRequest -Uri $Url -OutFile $OutFile -UseBasicParsing\n- $size = (Get-Item $OutFile).Length\n- Write-Status \" Downloade... |
huggingface/transformers | 44,926 | Fix backward compatibility for full path imports of Fast Image Processors | # What does this PR do?
Solve import errors when trying to import `from transformers.models.llama4.image_processing_llama4_fast import Llama4ImageProcessorFast` for example | 52bc9b7e4da1d108f358d77b58f518c61d6319be | d03945fb8db6d2d41d2b27c06e65143038936f76 | 9 | medium | [
{
"filename": "src/transformers/__init__.py",
"patch": "@@ -822,6 +822,28 @@ def _get_target():\n _create_module_alias(f\"{__name__}.tokenization_utils\", \".tokenization_utils_sentencepiece\")\n _create_module_alias(f\"{__name__}.image_processing_utils_fast\", \".image_processing_backends\")\n \n+ ... |
huggingface/transformers | 44,941 | Fix failing job `Update Transformers metadata` after #43514 | # What does this PR do?
Fix the failing job after #43514
(the fix is effefctive, see [here](https://github.com/huggingface/transformers/actions/runs/23433395911/job/68165255513?pr=44941))
[Update Transformers metadata](https://github.com/huggingface/transformers/actions/workflows/update_metdata.yml)
https:... | eb3d67aaafe368863afc77e4b60fa60c2077c8b5 | 0f19dec775aae867c36d29db5d797afb87af2ff6 | 2 | high | [
{
"filename": "src/transformers/video_processing_utils.py",
"patch": "@@ -28,8 +28,8 @@\n from .image_processing_utils import BatchFeature\n from .image_utils import (\n ChannelDimension,\n- PILImageResampling,\n SizeDict,\n+ is_vision_available,\n validate_kwargs,\n )\n from .processing_u... |
ollama/ollama | 14,215 | Revert "update README" | Reverts ollama/ollama#14213 | fad3bcccb2f69983d0684fe8733bd097c0b7123d | 379fd64fa837e51eddeda6c32f5c812d912a6751 | 2 | medium | [
{
"filename": "README.md",
"patch": "@@ -1,30 +1,20 @@\n-<p align=\"center\">\n- <a href=\"https://ollama.com\">\n- <img src=\"https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7\" alt=\"ollama\" width=\"200\"/>\n+<div align=\"center\">\n+ <a href=\"https://ollama.com\"... |
nodejs/node | 62,350 | doc: fix stray carriage return in packages.md | Removes a stray carriage return that's wreaking havoc in local and CI checkouts.
Refs: https://openjs-foundation.slack.com/archives/C019Y2T6STH/p1774015976262609
Refs: https://github.com/nodejs/node/pull/62302
Refs: https://github.com/nodejs/node/actions/runs/23347139396/job/67915524762?pr=61767 | f84366d33943fee94756655df17f4d38dc8519da | b2c52352541b6aa32ed86acadb15ee43fb18a150 | 3 | high | [
{
"filename": "doc/api/packages.md",
"patch": "@@ -1012,7 +1012,7 @@ added: v0.4.0\n The `\"main\"` field defines the entry point of a package when imported by name\n via a `node_modules` lookup. Its value is a path.\n \n-The [`\"exports\"`][] field, if it exists, takes precedence over the\r\n+The [`\"expo... |
huggingface/transformers | 44,943 | Clearer type hints and fix rope validation in configs | # What does this PR do?
@hmellor | eb3d67aaafe368863afc77e4b60fa60c2077c8b5 | ed003b4482aabdf8377250f22826dd31f378269c | 1 | medium | [
{
"filename": "src/transformers/configuration_utils.py",
"patch": "@@ -162,6 +162,9 @@ class PreTrainedConfig(PushToHubMixin, RotaryEmbeddingConfigMixin):\n `float16` weights.\n \"\"\"\n \n+ # Class attributes that we don't want to save or have in `self.__dict__`\n+ # They are not supp... |
vercel/next.js | 92,149 | telemetry: set turboFlag correctly | ## What?
turboFlag should be `true` when Turbopack is used. | 9a0214a12f1ed1901c4b01e84073ab854848eea0 | e3b81e05b28c0e888534092717be2074a1aa24c9 | 5 | medium | [
{
"filename": "packages/next/src/build/index.ts",
"patch": "@@ -874,7 +874,8 @@ async function writeFullyStaticExport(\n enabledDirectories: NextEnabledDirectories,\n configOutDir: string,\n nextBuildSpan: Span,\n- appDirOnly: boolean\n+ appDirOnly: boolean,\n+ bundler: Bundler\n // TODO: Reusing... |
facebook/react | 35,523 | [compiler] Claude file/settings |
Initializes CLAUDE.md and a settings file for the compiler/ directory to help use claude with the compiler. Note that some of the commands here depend on changes to snap from the next PR.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https:/... | null | 2af6822c2108eabc0228d7809aa27c00bb2ebb53 | null | low | [
{
"filename": "compiler/.claude/settings.json",
"patch": "@@ -1,6 +1,8 @@\n {\n \"permissions\": {\n \"allow\": [\n+ \"Bash(yarn snap:*)\",\n+ \"Bash(yarn snap:build)\",\n \"Bash(node scripts/enable-feature-flag.js:*)\"\n ],\n \"deny\": [],",
"additions": 2,
"deletions"... |
nodejs/node | 62,375 | tools: bump flatted from 3.4.1 to 3.4.2 in /tools/eslint | Bumps [flatted](https://github.com/WebReflection/flatted) from 3.4.1 to 3.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/WebReflection/flatted/commit/3bf09091c3562e17a0647bc06710dd6097079cf7"><code>3bf0909</code></a> 3.4.2</li>
<li><a href="https://github.com/WebReflection/flatted/commit... | 7ca5ad5b3eea87b536aa96a21adb95114938f503 | 8e8b98d3aafa018f7b30cf7878bef057acf2d235 | 1 | high | [
{
"filename": "tools/eslint/package-lock.json",
"patch": "@@ -48,7 +48,6 @@\n \"resolved\": \"https://registry.npmjs.org/@babel/core/-/core-8.0.0-rc.3.tgz\",\n \"integrity\": \"sha512-ov5mBbHiosqX1eqt8nN0JM7VuhirO6V8lln5rUXNZpNB+a9NnPTVYeDqSTBkf9C6GmFq3fnFlGT8eg3QBI7jJQ==\",\n \"license\":... |
vercel/next.js | 91,479 | Allow blocking cross-site dev-only websocket connections from privacy sensitive origins | See: https://github.com/vercel/next.js/security/advisories/GHSA-jcc7-9wpm-mj36 and [16.1.7](https://github.com/vercel/next.js/releases/tag/v16.1.7) | 0f867bb2196588bdfc29bcc3f79736bb84fa1572 | 862f9b9bb41d235e0d8cf44aa811e7fd118cee2a | 2 | medium | [
{
"filename": "packages/next/src/server/lib/router-server.ts",
"patch": "@@ -48,7 +48,7 @@ import { normalizedAssetPrefix } from '../../shared/lib/normalized-asset-prefix'\n import { NEXT_PATCH_SYMBOL } from './patch-fetch'\n import type { ServerInitResult } from './render-server'\n import { filterInternalH... |
rust-lang/rust | 154,655 | Fix associated type bound suggestion span issue | Fixes rust-lang/rust#145586 | null | 7f794c3463de4e31e97bac98e438c72421cc87b4 | null | low | [
{
"filename": "compiler/rustc_trait_selection/src/error_reporting/infer/note_and_explain.rs",
"patch": "@@ -105,7 +105,13 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {\n if !sp.contains(p_span) {\n diag.span_label(p_span, format!(\"{expected}this type parameter\")... |
electron/electron | 50,482 | fix: hex-encode Windows notification icon temp filenames | Backport of #50454
See that PR for details.
Notes: Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters.
| null | d074963b30b69e38e54339be9e21a8567ede60c8 | null | low | [
{
"filename": "shell/browser/notifications/win/notification_presenter_win.cc",
"patch": "@@ -72,7 +72,8 @@ std::wstring NotificationPresenterWin::SaveIconToFilesystem(\n \n std::string filename;\n if (origin.is_valid()) {\n- filename = base::SHA1HashString(origin.spec()) + \".png\";\n+ const auto ... |
ollama/ollama | 14,204 | x: configurable model load timeout | Use `OLLAMA_LOAD_TIMEOUT` when loading experimental models. | 6ddd8862cdd60e76b22258f45beb61c76e03551e | 59c019a6fbc7940c77caa76727630286bb66b8d3 | 26 | medium | [
{
"filename": "x/imagegen/server.go",
"patch": "@@ -21,6 +21,7 @@ import (\n \t\"sync\"\n \t\"time\"\n \n+\t\"github.com/ollama/ollama/envconfig\"\n \t\"github.com/ollama/ollama/llm\"\n \t\"github.com/ollama/ollama/ml\"\n \t\"github.com/ollama/ollama/x/imagegen/manifest\"\n@@ -195,7 +196,7 @@ func (s *Serve... |
nodejs/node | 62,356 | tools: bump eslint deps | <!--
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 changes:
1. Inc... | bd8522a2c9b35ec9d6ab585781be3d1a1a9c0aaa | 7ca5ad5b3eea87b536aa96a21adb95114938f503 | 23 | medium | [
{
"filename": "tools/eslint/package-lock.json",
"patch": "@@ -8,56 +8,56 @@\n \"name\": \"eslint-tools\",\n \"version\": \"0.0.0\",\n \"dependencies\": {\n- \"@babel/core\": \"^8.0.0-rc.2\",\n- \"@babel/eslint-parser\": \"^8.0.0-rc.2\",\n- \"@babel/plugin-syntax-import... |
electron/electron | 50,407 | build(deps-dev): bump @datadog/datadog-ci from 4.1.2 to 5.9.1 | Bumps [@datadog/datadog-ci](https://github.com/DataDog/datadog-ci/tree/HEAD/packages/datadog-ci) from 4.1.2 to 5.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/DataDog/datadog-ci/releases"><code>@datadog/datadog-ci</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.9.1... | 8cb61e8b9b7e5062ff7a453d39b0689005f5363e | d5e4429724054ef36d31022ee1fd25bc67cf172e | 7 | medium | [
{
"filename": "package.json",
"patch": "@@ -5,7 +5,7 @@\n \"description\": \"Build cross platform desktop apps with JavaScript, HTML, and CSS\",\n \"devDependencies\": {\n \"@azure/storage-blob\": \"^12.28.0\",\n- \"@datadog/datadog-ci\": \"^4.1.2\",\n+ \"@datadog/datadog-ci\": \"^5.9.1\",\n ... |
vercel/next.js | 91,455 | Fix DataUriSource description to include "data:" prefix | ### What?
Fix the `description()` method of `DataUriSource` in Turbopack to include the full `data:` URI prefix in the display string.
**Before:** `data URI content (svg+xml;charset=utf8,...)`
**After:** `data URI content (data:svg+xml;charset=utf8,...)`
### Why?
The previous implementation only included the raw da... | 261922df82272dd44ec18f2042173b7797526fda | 9eed3027f161f19c5204e3a3555283df9ec91855 | 15 | medium | [
{
"filename": "turbopack/crates/turbopack-core/src/data_uri_source.rs",
"patch": "@@ -42,11 +42,15 @@ impl DataUriSource {\n impl Source for DataUriSource {\n #[turbo_tasks::function]\n async fn description(&self) -> Result<Vc<RcStr>> {\n+ let media_type = &self.media_type;\n+ let enco... |
facebook/react | 35,593 | Add worktree script | Intended to be used directly and/or from skills in an agent.
Usage is `./scripts/worktree.sh [--compiler] [--claude] <name>`. The script:
* Checks that ./worktrees is in gitignore
* Checks the named worktree does not exist yet
* Creates the named worktree in ./worktrees/
* Installs deps
* cds into the worktree ... | null | 6a0ab4d2dd62dfdf8881ba1c3443c6d5acedc871 | null | low | [
{
"filename": ".gitignore",
"patch": "@@ -24,6 +24,7 @@ chrome-user-data\n *.swp\n *.swo\n /tmp\n+/worktrees\n \n packages/react-devtools-core/dist\n packages/react-devtools-extensions/chrome/build",
"additions": 1,
"deletions": 0
},
{
"filename": "scripts/worktree.sh",
"patch": "@@ -0,0... |
electron/electron | 50,539 | ci: don't request review for PRs in draft or WIP | #### Description of Change
- Followup to #50248. The Needs Review status should not be set for draft or WIP prs.
<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.
Contributors guide: https://github.com/electron/electron/blob/main/CONTRIBUTING.md
NOTE:... | 9928c7d8285acdddd76f1a5ad86ef9ef5ea42be0 | 8f11366f5003d256811241cf6800b3d7a5a0e559 | 11 | medium | [
{
"filename": ".github/workflows/pr-triage-automation.yml",
"patch": "@@ -16,10 +16,13 @@ jobs:\n set-needs-review:\n name: Set status to Needs Review\n if: >-\n- (github.event_name == 'pull_request_target' && github.event.action == 'synchronize')\n- || (github.event_name == 'pull_reques... |
huggingface/transformers | 44,890 | Add big angry code agent warnings! | As discussed on Slack, this is the first phase of our approach to controlling the code agent epidemic. This PR places large warnings in both the pull request template and `CONTRIBUTING.md`, which should hopefully be seen by most contributors.
A lot of code agent contributions come from naïve users who are not trying... | 884333368ff329090c73bd00e57996727f301de3 | 394b1a0eaa8e6199e372334da0aff3753a117fdb | 24 | medium | [
{
"filename": ".github/PULL_REQUEST_TEMPLATE.md",
"patch": "@@ -14,6 +14,21 @@ Once you're done, someone will review your PR shortly (see the section \"Who can\n \n Fixes # (issue)\n \n+## Code Agent Policy\n+\n+The Transformers repo is currently being overwhelmed by a large number of PRs and issue comments... |
rust-lang/rust | 154,647 | change `c_double` to `f32` on `avr` targets | Extracted from https://github.com/rust-lang/rust/pull/152980. That version also makes this change for `msp430` but that is actually incorrect based on https://www.ti.com/lit/ug/slau132r/slau132r.pdf table 5-1 that specifies `double` as `f64`.
r? tgross35
cc @Patryk27 @workingjubilee | null | 1fb655c590291f37fff90a0e4201068e506b79cf | null | low | [
{
"filename": "library/core/src/ffi/c_double.md",
"patch": "@@ -1,6 +1,6 @@\n Equivalent to C's `double` type.\n \n-This type will almost always be [`f64`], which is guaranteed to be an [IEEE 754 double-precision float] in Rust. That said, the standard technically only guarantees that it be a floating-point... |
vercel/next.js | 91,485 | Fix `unstable_catchError` type inference for fallback props | ### Why?
TypeScript fails to infer the generic `P` from `Omit<P, 'children'>` in the fallback function parameter.
```
Argument of type '(props: { title: string; }, { error, reset, unstable_retry }: ErrorInfo) => Element' is not assignable to parameter of type '(props: Omit<UserProps, "children">, errorInfo: Erro... | fa32daad8d7d0cfff6de16d1fc13fe8bd2d1802e | 76d7dc1e98899e0674b622989675919adc6cc146 | 9 | medium | [
{
"filename": "packages/next/error.d.ts",
"patch": "@@ -1,3 +1,7 @@\n+// Pages Router only\n import Error from './dist/api/error'\n export * from './dist/api/error'\n export default Error\n+\n+export { unstable_catchError } from './dist/api/error'\n+export type { ErrorInfo } from './dist/api/error'",
"a... |
ollama/ollama | 14,213 | update README | Update the README with a cleaner structure: streamlined download/install
instructions, simplified the getting started flow, and added a new Documentation
section | null | fad3bcccb2f69983d0684fe8733bd097c0b7123d | null | low | [
{
"filename": "README.md",
"patch": "@@ -1,20 +1,30 @@\n-<div align=\"center\">\n- <a href=\"https://ollama.com\">\n- <img alt=\"ollama\" width=\"240\" src=\"https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7\">\n+<p align=\"center\">\n+ <a href=\"https://ollama.com\">... |
nodejs/node | 62,206 | doc: fix overstated Date header requirement in response.sendDate | The docs stated "HTTP requires the Date header in responses" which
oversimplifies the actual requirement. Per RFC 9110 Section 6.6.1,
the Date header is required only for servers with a clock sending
2xx/3xx/4xx responses — it is not required for 1xx or 5xx responses.
Reference the specific RFC section so readers can ... | null | 02104c08bbf5bcb3bbd94541bb62fe2dc0e97cb7 | null | low | [
{
"filename": "doc/api/http.md",
"patch": "@@ -2319,8 +2319,8 @@ added: v0.7.5\n When true, the Date header will be automatically generated and sent in\n the response if it is not already present in the headers. Defaults to true.\n \n-This should only be disabled for testing; HTTP requires the Date header\n... |
ollama/ollama | 14,211 | bug: fix loading non-mlx models when ollama is built with mlx support | This change fixes an issue where GGML based models (for either the Ollama runner or the legacy llama.cpp runner) would try to load the mlx library. That would panic and the model fails to start. | 44bdd9a2ef3b3890e26a9fe2024e57bde705663e | 4a3741129d67baa910fa5b96c62f55b5512734b1 | 7 | medium | [
{
"filename": "x/mlxrunner/mlx/dynamic.go",
"patch": "@@ -8,6 +8,7 @@ package mlx\n import \"C\"\n \n import (\n+\t\"fmt\"\n \t\"io/fs\"\n \t\"log/slog\"\n \t\"os\"\n@@ -16,6 +17,13 @@ import (\n \t\"unsafe\"\n )\n \n+var initError error\n+\n+// CheckInit returns any error that occurred during MLX dynamic l... |
facebook/react | 35,589 | [eslint-plugin-react-hooks] Skip compilation for non-React files | Add a fast heuristic to detect whether a file may contain React components or hooks before running the full compiler. This avoids the overhead of Babel AST parsing and compilation for utility files, config files, and other non-React code.
The heuristic uses ESLint's already-parsed AST to check for functions with Rea... | null | 03ee29da2f3a7dcd1a7a22ed9b4d13eeceb9da57 | null | low | [
{
"filename": "packages/eslint-plugin-react-hooks/__tests__/ReactCompilerRuleFlow-test.ts",
"patch": "@@ -0,0 +1,147 @@\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 sour... |
electron/electron | 50,533 | fix: correct linux zygote process titles | Backport of #50509
See that PR for details.
Notes: Fixed Electron child process titles on Linux so they show their types (render, gpu, etc.) and complete command-line arguments and flags in `ps aux`.
| null | ef7f35e15c4b93da6c1dc08ee791471afbcece2b | null | low | [
{
"filename": "shell/app/electron_library_main.mm",
"patch": "@@ -10,6 +10,7 @@\n #include \"base/apple/scoped_nsautorelease_pool.h\"\n #include \"base/at_exit.h\"\n #include \"base/command_line.h\"\n+#include \"base/compiler_specific.h\"\n #include \"base/i18n/icu_util.h\"\n #include \"base/notreached.h\"\... |
rust-lang/rust | 154,641 | build_helper: fix yarn locking, add check, and bump lockfile | <!-- homu-ignore:start -->
<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.
This PR will get automatically assigned to a reviewer. In case y... | null | 6bbf2104326f532cba524c799b6bc476747f5261 | null | low | [
{
"filename": "src/build_helper/src/npm.rs",
"patch": "@@ -1,7 +1,7 @@\n use std::error::Error;\n use std::path::{Path, PathBuf};\n use std::process::Command;\n-use std::{fs, io};\n+use std::{env, fs, io};\n \n /// Install all the npm deps, and return the path of `node_modules`.\n pub fn install(src_root_pa... |
huggingface/transformers | 44,927 | fix: improve processor loading performance by avoiding redundant tokenizer parsing | ## Problem
In `TokenizersBackend.convert_to_native_format()`, when a tokenizer has a custom `__init__` (the `elif` branch), `tokenizer.json` was parsed **twice**:
1. `TokenizerFast.from_file(fast_tokenizer_file)` — full Rust parse including the entire vocab (~0.6s for large tokenizers like `CohereTokenizer` with ... | null | b1527a32a1010cd94bfb4f937af247bb5871f6fd | null | low | [
{
"filename": "src/transformers/tokenization_utils_tokenizers.py",
"patch": "@@ -118,7 +118,32 @@ def convert_to_native_format(cls, trust_remote_code=False, **kwargs):\n elif fast_tokenizer_file is not None and os.path.isfile(fast_tokenizer_file):\n # we extract vocab/merges and pass dec... |
vercel/next.js | 92,034 | Turbopack: exclude metadata routes from server HMR | ### What?
Metadata routes (`manifest.ts`, `robots.ts`, `sitemap.ts`, `icon.tsx`, `apple-icon.tsx`, etc.) were not being hot-reloaded in Turbopack dev mode — changes to those files would not be reflected on subsequent requests until a full server restart.
### Why?
PR #91466 extended `usesServerHmr = true` in `clearRe... | null | c43965275556c3e0243de822e5bd21e07cf9d48c | null | low | [
{
"filename": "packages/next/src/server/dev/hot-reloader-turbopack.ts",
"patch": "@@ -82,7 +82,10 @@ import { isAppPageRouteDefinition } from '../route-definitions/app-page-route-de\n import { normalizeAppPath } from '../../shared/lib/router/utils/app-paths'\n import type { ModernSourceMapPayload } from '..... |
nodejs/node | 62,383 | tools: update nixpkgs-unstable to 9cf7092bdd603554bd8b63c216e8943cf9b | This is an automated update of nixpkgs-unstable to 9cf7092bdd603554bd8b63c216e8943cf9b. | 3db22062cfe0452177b0f9c163228ebef2a08bb2 | a98d9f6ad79661c4c33d4274346716dc7d95c6e7 | 25 | medium | [
{
"filename": "tools/nix/pkgs.nix",
"patch": "@@ -1,10 +1,10 @@\n arg:\n let\n repo = \"https://github.com/NixOS/nixpkgs\";\n- rev = \"f82ce7af0b79ac154b12e27ed800aeb97413723c\";\n+ rev = \"9cf7092bdd603554bd8b63c216e8943cf9b12512\";\n nixpkgs = import (builtins.fetchTarball {\n url = \"${repo}/ar... |
ollama/ollama | 14,144 | cmd: new hidden 'ollama login' and 'ollama logout' aliases | These new (hidden) aliases are for 'ollama login' and 'ollama signout' respectively, as these words are often used interchangeably | 235ba3df5c5c9473191686e20714d37b37f0485a | 9ec733e5279385006e2b8c302e24573bdd861049 | 3 | high | [
{
"filename": "cmd/cmd.go",
"patch": "@@ -2122,6 +2122,15 @@ func NewCLI() *cobra.Command {\n \t\tRunE: SigninHandler,\n \t}\n \n+\tloginCmd := &cobra.Command{\n+\t\tUse: \"login\",\n+\t\tShort: \"Sign in to ollama.com\",\n+\t\tHidden: true,\n+\t\tArgs: cobra.ExactArgs(0),\n+\t\tPreRunE: checkS... |
electron/electron | 50,509 | fix: correct linux zygote process titles | #### Description of Change
On Linux, Electron child processes all showed up as generic zygotes in `ps aux`:
```
mitch 1759609 2.0 0.3 1460051028 214440 ? S<l 19:47 0:00 /home/mitch/.config/Electron Fiddle/electron-bin/current/electron /tmp/electron-fiddle-1279287-sMVygh0fH1jo --inspect --ozone-platform... | null | b41ec6586a1e1d4c387b0650478d761b286c3b60 | null | low | [
{
"filename": "shell/app/electron_library_main.mm",
"patch": "@@ -10,6 +10,7 @@\n #include \"base/apple/scoped_nsautorelease_pool.h\"\n #include \"base/at_exit.h\"\n #include \"base/command_line.h\"\n+#include \"base/compiler_specific.h\"\n #include \"base/i18n/icu_util.h\"\n #include \"base/notreached.h\"\... |
facebook/react | 35,578 | [Fiber] getNearestMountedFiber should consider fibers with alternates as mounted | This is a 10 year old bug which can cause events to get dropped and other things.
To know if an instance is mounted (or which nearest instance is mounted) we can normally back track and see if a `.return` pointer goes all the way to the root or if it's `null` before that (which indicates a disconnected tree).
One... | null | b546603bcb309a52343fd6a7b8751145205f8ac1 | null | low | [
{
"filename": "packages/react-reconciler/src/ReactFiberTreeReflection.js",
"patch": "@@ -33,25 +33,24 @@ import {NoFlags, Placement, Hydrating} from './ReactFiberFlags';\n export function getNearestMountedFiber(fiber: Fiber): null | Fiber {\n let node = fiber;\n let nearestMounted: null | Fiber = fiber;... |
huggingface/transformers | 44,903 | Support SizeDict import in get_size_dict | # What does this PR do?
Some remote code models are using `get_size_dict` directly, and now that size is converted to SizeDict in init, we need to support it as input in `get_size_dict` | 884333368ff329090c73bd00e57996727f301de3 | 687a70daa99d1e1cce4a681291a5348890843254 | 27 | medium | [
{
"filename": "src/transformers/image_processing_utils.py",
"patch": "@@ -547,8 +547,11 @@ def is_valid_size_dict(size_dict):\n \n \n def convert_to_size_dict(\n- size, max_size: int | None = None, default_to_square: bool = True, height_width_order: bool = True\n-):\n+ size: int | Iterable[int] | None... |
ollama/ollama | 9,489 | server/internal/registry: reintroduce pruning on model deletion | This reintroduces aggressive pruning on model deletion as a temporary
measure until a more controlled garbage collection (GC) mechanism is
implemented.
Issues with the current approach:
1. Users may accidentally delete a model (`ollama rm llama3.3` instead
of `ollama rm llama3.2`), requiring a full re-downl... | 3519dd1c6ee8cfd5afcf9989bb589747beccf6f7 | 7a01ad76143973199bd6965c13476d2d04f10f75 | 10 | medium | [
{
"filename": "server/internal/registry/server.go",
"patch": "@@ -31,6 +31,10 @@ type Local struct {\n \t// Fallback, if set, is used to handle requests that are not handled by\n \t// this handler.\n \tFallback http.Handler\n+\n+\t// Prune, if set, is called to prune the local disk cache after a model\n+\t/... |
electron/electron | 50,464 | fix: out-of-bounds read in diff rulesets | When merging diff rulesets, if Add() failed (due to a deliberate hash collision, causing RobinHoodMap to refuse the insertion), we would call NewlyAddedFromDifferentRuleSet() twice on the same RuleData, causing us to potentially read data past the end of the Bloom filter backing.
In addition to actually fixing the i... | 36c88a46db4f9dad3f796e95692c5c1f84638c69 | ca65bad6a95cc7430afae6e395b4a63e66d0a776 | 5 | medium | [
{
"filename": "patches/chromium/.patches",
"patch": "@@ -159,3 +159,4 @@ cherry-pick-5efc7a0127a6.patch\n feat_plumb_node_integration_in_worker_through_workersettings.patch\n cherry-pick-fbfb27470bf6.patch\n fix_fire_menu_popup_start_for_dynamically_created_aria_menus.patch\n+fix_out-of-bounds_read_in_diff_... |
rust-lang/rust | 154,648 | Clarify `ty::List` | `ty::List` is an unusual type. This commit clarifies some things about it. Details in individual commits.
r? @cuviper | null | 18f8cd2c289a8704911ceb5e090361e7ad1dce00 | null | low | [
{
"filename": "compiler/rustc_middle/src/query/erase.rs",
"patch": "@@ -109,8 +109,6 @@ pub fn restore_val<T: Erasable>(erased_value: Erased<T>) -> T {\n unsafe { transmute_unchecked::<MaybeUninit<T::Storage>, T>(data) }\n }\n \n-// FIXME(#151565): Using `T: ?Sized` here should let us remove the separat... |
nodejs/node | 62,296 | build: target Power 9 for AIX/IBM i | Minimum supported Power architecture for AIX and IBM i is now Power 9.
Refs: https://github.com/nodejs/node/pull/61005
<!--
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
http... | null | 0998c37eb64cc9e147d90f3aa031a0d128b6282a | null | low | [
{
"filename": "node.gypi",
"patch": "@@ -84,6 +84,9 @@\n }, { # POSIX\n 'defines': [ '__POSIX__' ],\n }],\n+ [ 'OS==\"aix\" or OS==\"os400\"', {\n+ 'cflags': [ '-mcpu=power9' ],\n+ }],\n [ 'node_enable_d8==\"true\"', {\n 'dependencies': [ 'tools/v8_gypfiles/d8.gyp:d8' ],\n... |
facebook/react | 35,229 | [DevTools] Fix console links not being openable | Fixes https://github.com/facebook/react/pull/33983#issuecomment-3582125388
See https://issues.chromium.org/u/1/issues/462747680
Seems like `chrome.devtools.panels.openResource` is not actually the default behavior for the resource handler. It's erroring when trying to open URLs that don't point to Chrome Resources ... | 01c4d03d841b2695bf889ddeddc722b65f82031a | 7fccd6b5a344d9d2603392c354c4b471cd2b2cef | 15 | medium | [
{
"filename": "packages/react-devtools-extensions/src/main/index.js",
"patch": "@@ -711,6 +711,12 @@ if (chrome.devtools.panels.setOpenResourceHandler) {\n resource.url,\n lineNumber - 1,\n columnNumber - 1,\n+ maybeError => {\n+ if (maybeError && maybeError.isError) ... |
vercel/next.js | 91,345 | [test] More `instant-navs-devtools` deflaking | When the test clicks on the button to enable instant mode testing, it didn't always wait for the cookie to be set which can lead to subsequent navigations to not be done with instant mode testing enable.
Now we consistently wait for the cookie after click. | null | 63dff61bfc5ffcc39d8b7047e18d05ac5e5516d3 | null | low | [
{
"filename": "test/development/app-dir/instant-navs-devtools/instant-navs-devtools.test.ts",
"patch": "@@ -3,7 +3,7 @@ import { retry, toggleDevToolsIndicatorPopover } from 'next-test-utils'\n import { Playwright } from 'next-webdriver'\n \n describe('instant-nav-panel', () => {\n- const { next } = nextTe... |
huggingface/transformers | 44,894 | fix `processing_utils.py`: avoid deepcopying tokenizer in `ProcessorMixin` to improve performance | ## Problem
`ProcessorMixin.to_dict()` was calling `copy.deepcopy(self.__dict__)` on the entire processor, including the tokenizer, even though the tokenizer is always deleted from the output immediately after (since tokenizers are saved separately via their own files).
For tokenizers with large vocabularies (e.g. `Co... | null | a8683756653094e3fc3016df8abcdeaaec758f9a | null | low | [
{
"filename": "src/transformers/processing_utils.py",
"patch": "@@ -704,7 +704,16 @@ def to_dict(self) -> dict[str, Any]:\n Returns:\n `dict[str, Any]`: Dictionary of all the attributes that make up this processor instance.\n \"\"\"\n- output = copy.deepcopy(self.__dict__)... |
rust-lang/rust | 154,249 | Mention on which items the `missing_doc_code_examples` is not emitted | As mentioned in rust-lang/rust#154048, the lint's documentation didn't mention which items were ignored. This PR fixes that.
r? @lolbinarycat | null | 5ac294bf6664ffe8d820042c2bfafc69c40198d1 | null | low | [
{
"filename": "src/doc/rustdoc/src/lints.md",
"patch": "@@ -190,6 +190,16 @@ To fix the lint, you need to add a code example into the documentation block:\n pub fn no_code_example() {}\n ```\n \n+This lint is not emitted on the following items:\n+\n+ * Impl blocks (both trait and inherent)\n+ * Enum variant... |
facebook/react | 35,556 | Support onGestureEnter/Exit/Share/Update events | This is like the onEnter/Exit/Share/Update events but for gestures. It allows manually controlling the animation using the passed timeline.
| 4cf906380d5d3282f1df3c8c34cf642e86a3a0a3 | 4bcf67e74657086ff7d8f951d6365db06cf1f72c | 12 | medium | [
{
"filename": "fixtures/view-transition/src/components/Page.js",
"patch": "@@ -86,6 +86,48 @@ export default function Page({url, navigate}) {\n viewTransition.new.animate(keyframes, 250);\n }\n \n+ function onGestureTransition(\n+ timeline,\n+ {rangeStart, rangeEnd},\n+ viewTransition,\n+ ... |
facebook/react | 35,567 | Cancel animation when a custom Timeline is used | Follow up to #35559.
The clean up function of the custom timeline doesn't necessarily clean up the animation. Just the timeline's internal state.
This affects Firefox which doesn't support ScrollTimeline so uses the polyfill's custom timeline.
| d343c39cce2909d65a46ffe9fc5270bfad98c4b9 | d29087523a09d2babff2ce258f3527944a0ecd2e | 1 | medium | [
{
"filename": "fixtures/view-transition/src/components/Page.js",
"patch": "@@ -150,6 +150,8 @@ export default function Page({url, navigate}) {\n const cleanup1 = timeline.animate(animation1);\n const cleanup2 = timeline.animate(animation2);\n return () => {\n+ animation1.cancel();\n... |
ollama/ollama | 14,131 | build: fix Dockerfile mlx directory | null | 099a0f18ef29a95d8d6c4fe1343e48e0d9f4cdd7 | null | low | [
{
"filename": "Dockerfile",
"patch": "@@ -147,7 +147,7 @@ ARG PARALLEL\n WORKDIR /go/src/github.com/ollama/ollama\n COPY CMakeLists.txt CMakePresets.json .\n COPY ml/backend/ggml/ggml ml/backend/ggml/ggml\n-COPY x/ml/backend/mlx x/ml/backend/mlx\n+COPY x/imagegen/mlx x/imagegen/mlx\n COPY go.mod go.sum .\n ... | |
electron/electron | 50,486 | fix: register `PrintDialogLinuxFactory` on Linux | Backport of #50430
See that PR for details.
Notes: Fixed printing on Linux failing with "Invalid printer settings". | null | 33a81b40c27e0b932bf29299bc76eb940cc06c29 | null | low | [
{
"filename": "shell/browser/electron_browser_main_parts.cc",
"patch": "@@ -127,6 +127,10 @@\n #include \"shell/common/plugin_info.h\"\n #endif // BUILDFLAG(ENABLE_PLUGINS)\n \n+#if BUILDFLAG(ENABLE_PRINTING)\n+#include \"components/printing/common/print_dialog_linux_factory.h\"\n+#endif\n+\n namespace ele... |
facebook/react | 35,566 | Remove Gesture warning when cloning the root | Currently we always clone the root when a gesture transition happens. The was to add an optimization where if a Transition could be isolated to an absolutely positioned subtree then we could just clone that subtree or just do a plain insertion if it was simple an Enter. That way when switching between two absolutely po... | 1ecd99c774131a6e5c689ee6fe38236e2032f693 | d343c39cce2909d65a46ffe9fc5270bfad98c4b9 | 1 | medium | [
{
"filename": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -607,10 +607,32 @@ export function createInstance(\n return domElement;\n }\n \n+let didWarnForClone = false;\n+\n export function cloneMutableInstance(\n instance: Instance,\n keepChildren: boolean,\n ): Insta... |
nodejs/node | 59,037 | tools: ignore CVE mention when linting release proposals | The job is failing on the security release proposal because it doesn't expect the CVE mention. A simple fix is to simply remove them.
<!--
Before submitting a pull request, please read:
- the CONTRIBUTING guide at https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
- the commit message formatting guideline... | null | 4dafa7747f7d2804aed3f3400d04f1ec6af24160 | null | low | [
{
"filename": ".github/workflows/lint-release-proposal.yml",
"patch": "@@ -39,7 +39,7 @@ jobs:\n EXPECTED_TRAILER=\"^$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pull/[[:digit:]]+\\$\"\n echo \"Expected trailer format: $EXPECTED_TRAILER\"\n PR_URL=\"$(git --no-pager log -1 --format='%... |
facebook/react | 35,565 | Temporarily Mount useInsertionEffect while a Gesture snapshot is being computed | `useInsertionEffect` is meant to be used to insert `<style>` tags that affect the layout. It allows precomputing a layout before it mounts.
Since we're not normally firing any effects during the "apply gesture" phase where we create the clones, it's possible for the target snapshot to be missing styles. This makes i... | c55ffb5ca3b2ba3a09a978629d5a1548c0e8085b | 1ecd99c774131a6e5c689ee6fe38236e2032f693 | 1 | medium | [
{
"filename": "fixtures/view-transition/src/components/Page.css",
"patch": "@@ -1,12 +1,3 @@\n-.roboto-font {\n- font-family: \"Roboto\", serif;\n- font-optical-sizing: auto;\n- font-weight: 100;\n- font-style: normal;\n- font-variation-settings:\n- \"wdth\" 100;\n-}\n-\n .swipe-recognizer {\n wid... |
ollama/ollama | 14,127 | anthropic: do not count image tokens for now | 5f53fe788497de61fac1dc93191c4ae5f62be8e2 | 2e3ce6eab39f05cdc9a5b5d73c2d72d70b3e2b4e | 8 | medium | [
{
"filename": "anthropic/anthropic.go",
"patch": "@@ -897,11 +897,5 @@ func countContentBlock(block any) int {\n \t\t}\n \t}\n \n-\tif source, ok := blockMap[\"source\"].(map[string]any); ok {\n-\t\tif data, ok := source[\"data\"].(string); ok {\n-\t\t\ttotal += len(data)\n-\t\t}\n-\t}\n-\n \treturn total\n... | |
huggingface/transformers | 44,914 | fix: set `clean_up_tokenization_spaces=False` in Llama 3 tokenizer conversion | ## What does this PR do?
The `Llama3Converter` in `convert_llama_weights_to_hf.py` hardcodes `clean_up_tokenization_spaces=True` (line 468). This causes `tokenizer.decode()` to silently strip spaces before punctuation for all converted Llama 3 models, producing incorrect decoded text.
`clean_up_tokenization_spaces` a... | null | 55cc1a7fb8e53a5e7e35ca9cf9759498f20abb93 | null | low | [
{
"filename": "src/transformers/models/llama/convert_llama_weights_to_hf.py",
"patch": "@@ -465,7 +465,7 @@ def __init__(self, vocab_file, special_tokens=None, instruct=False, llama_versio\n eos_token=\"<|end_of_text|>\" if not instruct else \"<|eot_id|>\",\n model_input_names=[\"inp... |
rust-lang/rust | 153,207 | std::net: clamp linger timeout value to prevent silent truncation. | Duration::as_secs() returns u64 but l_linger field type is narrower, c_int on most unix platforms, c_ushort on cygwin and windows. clamping before the cast, consistent with how set_timeout handles this. | null | 8296e03d86c4076abf6e24c24bdb7c4207b0fad3 | null | low | [
{
"filename": "library/std/src/sys/net/connection/socket/hermit.rs",
"patch": "@@ -260,7 +260,7 @@ impl Socket {\n pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> {\n let linger = netc::linger {\n l_onoff: linger.is_some() as i32,\n- l_linger: linger.u... |
ollama/ollama | 14,113 | cmd/config: offer to pull missing models instead of erroring | When a user runs ollama launch <integration> --model <model> and the model isn't found locally, we now prompt "Download X?" instead of returning a hard error. | 8a4b77f9daccc2509596753c0cb5564918b4ada0 | 9e2003f88a943906113d99c2cf9a15b5bfd4dde9 | 6 | medium | [
{
"filename": "cmd/config/integrations.go",
"patch": "@@ -194,6 +194,20 @@ func pullIfNeeded(ctx context.Context, client *api.Client, existingModels map[st\n \treturn nil\n }\n \n+// showOrPull checks if a model exists via client.Show and offers to pull it if not found.\n+func showOrPull(ctx context.Context... |
electron/electron | 50,471 | fix: outdated execution path for COM activation | #### Description of Change
I identified a problem with missing icons on Windows. Electron PR [/pull/48132](https://github.com/electron/electron/pull/48132) introduced COM activation. COM activation requires the ToastCLSID to be stored in a shortcut in the start menu. The PR enforces that shortcut creation. see [Ensu... | null | ae6b2195450b9d940a8616426ca4a2a033452bcc | null | low | [
{
"filename": "shell/browser/notifications/win/windows_toast_activator.cc",
"patch": "@@ -133,6 +133,21 @@ std::wstring GetExecutablePath() {\n return std::wstring(path, len);\n }\n \n+// Installers sometimes put the running app in a versioned subfolder and ship a\n+// stub with the same filename one dire... |
vercel/next.js | 92,127 | ci: relax adapter results upload gate | ## Summary
- simplify `upload-adapter-test-results` condition to use the effective Next version value
- run upload when version does not start with `http` (allows `canary` and release tags)
- keep existing owner and deploy-script safeguards
## Why
- release runs can have `target_commitish` as a commit SHA, which cause... | null | 1e2b02e570e1fde44839ab0be88f3eb670b4cc49 | null | low | [
{
"filename": ".github/workflows/test_e2e_deploy_release.yml",
"patch": "@@ -254,9 +254,9 @@ jobs:\n always() &&\n github.event.inputs.deployScriptPath == '' &&\n github.repository_owner == 'vercel' &&\n- (\n- (github.event_name == 'workflow_dispatch' && github.ref_na... |
nodejs/node | 62,344 | deps: V8: override `depot_tools` version | For compatibility with Python >= 3.12 we need a newer version of `depot_tools` than is used for the older versions of V8.
Refs: https://github.com/nodejs/build/pull/4278
---
cc @nodejs/v8-update
This will need to be cherry-picked onto all release lines that we want to run the V8 CI on as it is necessary t... | null | abff716eaccd0c4f4949d1315cb057a45979649d | null | low | [
{
"filename": "tools/v8/fetch_deps.py",
"patch": "@@ -24,6 +24,8 @@\n \"deps_file\" : \"DEPS\",\n \"managed\" : False,\n \"custom_deps\" : {\n+ # Update depot_tools for compatibility with Python 3.12.\n+ \"v8/third_party/depot_tools\" : \"https://chromium.googlesource.... |
ollama/ollama | 14,112 | cmd: fix context limits for droid and add qwen3-coder-next ctx | fix context limits for droid and add qwen3-coder-next ctx. | 8a4b77f9daccc2509596753c0cb5564918b4ada0 | 42e1d49fbe5683740680be657306dcf66fa2d76d | 5 | medium | [
{
"filename": "cmd/config/droid.go",
"patch": "@@ -1,13 +1,15 @@\n package config\n \n import (\n+\t\"context\"\n \t\"encoding/json\"\n \t\"fmt\"\n \t\"os\"\n \t\"os/exec\"\n \t\"path/filepath\"\n \t\"slices\"\n \n+\t\"github.com/ollama/ollama/api\"\n \t\"github.com/ollama/ollama/envconfig\"\n )\n \n@@ -112... |
facebook/react | 35,559 | Properly clean up gesture Animations | Follow up to #35337.
During a gesture, we always cancel the original animation and create a new one that we control. That's the one we need to add to the set that needs to be cancelled. Otherwise future gestures hang.
An unfortunate consequence is that any custom ones that you start e.g. with #35556 or through ot... | null | a49952b303a646c17f4d667956639300840a3e5b | null | low | [
{
"filename": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -2372,6 +2372,7 @@ function animateGesture(\n targetElement: Element,\n pseudoElement: string,\n timeline: GestureTimeline,\n+ viewTransitionAnimations: Array<Animation>,\n customTimelineCleanup: Array<() =>... |
huggingface/transformers | 44,897 | Add backward compatibility for direct imports from legacy `image_processing_utils_fast` | # What does this PR do?
Add compatibility with remote code importing image_processing_utils_fast modules and methods using `from transformers.image_processing_utils_fast import ...` | 884333368ff329090c73bd00e57996727f301de3 | e168f86efb28d92fa4ebd7e137d1fba4bec60bc3 | 21 | medium | [
{
"filename": "src/transformers/__init__.py",
"patch": "@@ -119,6 +119,7 @@\n ],\n \"hf_argparser\": [\"HfArgumentParser\"],\n \"hyperparameter_search\": [],\n+ \"image_processing_utils_fast\": [],\n \"image_transforms\": [],\n \"integrations\": [\n \"is_clearml_available\",\n... |
rust-lang/rust | 152,935 | c-variadic: error when we can't guarantee that the backend does the right thing | <!-- homu-ignore:start -->
*[View all comments](https://triagebot.infra.rust-lang.org/gh-comments/rust-lang/rust/pull/152935)*
<!-- homu-ignore:end -->
tracking issue: https://github.com/rust-lang/rust/issues/44930
r? workingjubilee
as discussed in [#t-lang > stabilizing `c_variadic`](https://rust-lang.zu... | null | 9445be9bf5b4ff1c150cb4a76386c3e7ac3f1d72 | null | low | [
{
"filename": "compiler/rustc_ast_passes/src/ast_validation.rs",
"patch": "@@ -762,7 +762,7 @@ impl<'a> AstValidator<'a> {\n match fn_ctxt {\n FnCtxt::Foreign => return,\n FnCtxt::Free | FnCtxt::Assoc(_) => {\n- if !self.sess.target.arch.supports_c_variadic_def... |
electron/electron | 50,517 | fix: outdated execution path for COM activation | Backport of #50471
See that PR for details.
Notes: Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows.
| null | a45f5dbcba842a10a24423dc64040d731893bf6b | null | low | [
{
"filename": "shell/browser/notifications/win/windows_toast_activator.cc",
"patch": "@@ -133,6 +133,21 @@ std::wstring GetExecutablePath() {\n return std::wstring(path, len);\n }\n \n+// Installers sometimes put the running app in a versioned subfolder and ship a\n+// stub with the same filename one dire... |
huggingface/transformers | 44,797 | [`FA4`] Add kernels fallback | Depends on #44887 and kernels being version `12.3`
Works OOB with little changes! Example script for demonstration:
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
fa_version = 4
#model_id = "openai/gpt-oss-20b"
model_id = "meta-llama/Llama-3.2-3B-Instruct"
model = AutoModelForCa... | 82db888e29753c891a246933b60518191d83d835 | e6ed96c7e93a6408a151e3177793212b02b8bb53 | 6 | medium | [
{
"filename": "src/transformers/modeling_flash_attention_utils.py",
"patch": "@@ -62,6 +62,7 @@ def is_flash_attn_available():\n FLASH_ATTN_KERNEL_FALLBACK = {\n \"flash_attention_2\": \"kernels-community/flash-attn2\",\n \"flash_attention_3\": \"kernels-community/vllm-flash-attn3\",\n+ \"flash_a... |
nodejs/node | 62,243 | doc: remove spawn with shell example from bat/cmd section | Remove the suggestion to use `child_process.spawn()` with the `shell`
option for running `.bat` and `.cmd` files on Windows. Passing arguments
through `spawn` with `shell: true` is deprecated ([DEP0190][]) due to
shell injection risks. The `exec()` and direct `cmd.exe` spawn
alternatives remain documented.
Continues t... | null | 22fc52bda16b8cb08d4e7fdf1bb4a693bb5de2db | null | low | [
{
"filename": "doc/api/child_process.md",
"patch": "@@ -120,23 +120,19 @@ however, `.bat` and `.cmd` files are not executable on their own without a\n terminal, and therefore cannot be launched using [`child_process.execFile()`][].\n When running on Windows, `.bat` and `.cmd` files can be invoked by:\n \n-*... |
facebook/react | 35,226 | [Fizz] Push a stalled use() to the ownerStack/debugTask | Same as https://github.com/facebook/react/issues/33634 but for `use` and promise-as-a-child.
An alternative to re-rendering would've been to eagerly collect `use()` calls but we know `Error()` is slow in v8.
The danger with lazily collecting `use()` is that the Thenable may be resolved when we abort.
In those c... | null | 41b3e9a67004eb42631a9ff4504c56d22e2f97f0 | null | low | [
{
"filename": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMNode-test.js",
"patch": "@@ -108,6 +108,28 @@ describe('ReactFlightDOMNode', () => {\n );\n }\n \n+ /**\n+ * Removes all stackframes not pointing into this file\n+ */\n+ function ignoreListStack(str) {\n+ if (!str) {... |
ollama/ollama | 14,111 | Revert "move tokenizers to separate package (#13825)" | This change is a partial revert of f1373193dc95c72207658aa705831102535000c7 which erroneously removes the mlx backend used by x/imagegen and breaking the build | null | 814630ca6046115e0c738de594a57fda4bea1f96 | null | low | [
{
"filename": "CMakeLists.txt",
"patch": "@@ -182,7 +182,7 @@ option(MLX_ENGINE \"Enable MLX backend\" OFF)\n \n if(MLX_ENGINE)\n message(STATUS \"Setting up MLX (this takes a while...)\")\n- add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/x/ml/backend/mlx)\n+ add_subdirectory(${CMAKE_CURRENT_SOURCE_... |
facebook/react | 92 | Fix textchange event enqueueing | (Was broken by e1535fbd71d8c89c82cd9d9073c1ee97ee6a3b00.)
Can't think of a great way to write unit tests for this right now.
| ceb530358120cd6f4f1d48a450e0855a66bf6301 | b09b5ce5923efe7dc95b88ff722f40699c7d1016 | 5 | medium | [
{
"filename": "src/eventPlugins/TextChangeEventPlugin.js",
"patch": "@@ -140,8 +140,8 @@ var handlePropertyChange = function(nativeEvent) {\n // events and have it go through ReactEventTopLevelCallback. Since it\n // doesn't, we manually listen for the propertychange event and so we\n // h... |
ollama/ollama | 14,109 | cmd: set claude code env vars on launch | 5f53fe788497de61fac1dc93191c4ae5f62be8e2 | 87cf18777487810211f18c6df375ede0187c7748 | 4 | medium | [
{
"filename": "cmd/config/claude.go",
"patch": "@@ -58,14 +58,39 @@ func (c *Claude) Run(model string, args []string) error {\n \tcmd.Stdin = os.Stdin\n \tcmd.Stdout = os.Stdout\n \tcmd.Stderr = os.Stderr\n-\tcmd.Env = append(os.Environ(),\n+\n+\tenv := append(os.Environ(),\n \t\t\"ANTHROPIC_BASE_URL=\"+env... | |
rust-lang/rust | 154,649 | Rollup of 2 pull requests | Successful merges:
- rust-lang/rust#154249 (Mention on which items the `missing_doc_code_examples` is not emitted)
- rust-lang/rust#154266 (UdpSocket: document `recv/recv_from` differences)
<!-- homu-ignore:start -->
r? @ghost
[Create a similar rollup](https://bors.rust-lang.org/queue/rust?prs=154249,154266)
<!-- ... | null | 700cfa8c93bd6373c809af165ce3a90d7127cc8c | null | low | [
{
"filename": "library/std/src/net/udp.rs",
"patch": "@@ -129,6 +129,10 @@ impl UdpSocket {\n /// hold the message bytes. If a message is too long to fit in the supplied buffer,\n /// excess bytes may be discarded.\n ///\n+ /// Refer to the platform-specific documentation on this function; it... |
vercel/next.js | 92,056 | [ftl] Include cause of route types | Targetted at debugging (too) complex route types.
Helps debugging which route type was caused by which route file. This is especially helpful with non-trivial routes (route groups, breadcrumbs) and redirects/rewrites.
Redirect/rewrites won't have a helpful cause. For now the most helfpul info for me was knowing ... | null | 49670f885990ee87c4c2c58e1b6a798faaf9cc2d | null | low | [
{
"filename": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -189,41 +189,60 @@ function formatRouteToRouteType(route: string) {\n }\n \n // Helper function to serialize route types (matches the plugin logic exactly)\n-function serializeRouteTypes(routeTypes: string[]) {\n+// Each entr... |
electron/electron | 50,519 | fix: outdated execution path for COM activation | Backport of #50471
See that PR for details.
Notes: Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows.
| null | eb49ed962de29ab77ee824e5e13ae59a1ff95785 | null | low | [
{
"filename": "shell/browser/notifications/win/windows_toast_activator.cc",
"patch": "@@ -96,6 +96,21 @@ std::wstring GetExecutablePath() {\n return std::wstring(path, len);\n }\n \n+// Installers sometimes put the running app in a versioned subfolder and ship a\n+// stub with the same filename one direct... |
huggingface/transformers | 44,887 | Bump kernels version dependency to avoid crashes | # What does this PR do?
As per the title. On currently pinned version, when we run this small snippet (which is called on some model's `__init__` functions 😅):
```python
from transformers.integrations.hub_kernels import lazy_load_kernel
causal_conv1d = lazy_load_kernel("causal-conv1d")
```
We end up with... | null | a269c990e8571d9b9f8adfc1add9472eec3f252d | null | low | [
{
"filename": "setup.py",
"patch": "@@ -91,7 +91,7 @@\n \"jinja2>=3.1.0\",\n \"jmespath>=1.0.1\",\n \"kenlm\",\n- \"kernels>=0.10.2,<0.11\",\n+ \"kernels>=0.12.0,<0.13\",\n \"librosa\",\n \"mistral-common[image]>=1.10.0\",\n \"nltk<=3.8.1\",",
"additions": 1,
"deletions... |
ollama/ollama | 14,107 | cmd: set context limits for cloud models in opencode | Adds context length and output limits for cloud models in the OpenCode integration config. Non-cloud models are left unchanged.
Skip the model selection flow when a saved integration config already exists, going straight to launch. The picker still appears on first setup or with --config. | 5f53fe788497de61fac1dc93191c4ae5f62be8e2 | 8a4b77f9daccc2509596753c0cb5564918b4ada0 | 1 | medium | [
{
"filename": "cmd/config/integrations.go",
"patch": "@@ -482,6 +482,8 @@ Examples:\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t}\n+\t\t\t} else if saved, err := loadIntegration(name); err == nil && len(saved.Models) > 0 && !configFlag {\n+\t\t\t\treturn runIntegration(name, saved.Models[0], passArgs)\n \t\t\t}... |
nodejs/node | 59,272 | test_runner: make it compatible with fake timers | If `setTimeout` is monkey-patched, it might be missing the symbol. Moreover, we plan to remove it in the future anyway in https://github.com/nodejs/node/issues/58689. | null | 8199f9c9d9198e587e6888e4ae8a514c314e31a8 | null | low | [
{
"filename": "lib/internal/test_runner/test.js",
"patch": "@@ -149,7 +149,7 @@ function stopTest(timeout, signal) {\n \n disposeFunction = () => {\n abortListener[SymbolDispose]();\n- timer[SymbolDispose]();\n+ clearTimeout(timer);\n };\n }\n ",
"additions": 1,
"deletions"... |
huggingface/transformers | 44,854 | Fix core dumped when `NemotronH` is torch compiled | # What does this PR do?
We had (flaky)
```bash
tests/models/nemotron_h/test_modeling_nemotron_h.py::NemotronHModelTest::test_sdpa_can_compile_dynamic Fatal Python error: Segmentation fault
```
`NemotronHBlock.forward` creates a temporary `torch.cuda.Stream` on every forward pass.
During `torch.compile`,... | 8dc7a52d766efe76c121c0654a5d24d633bffe9e | e87125508b9dad4a52894b131a53d4e93f4507ae | 9 | medium | [
{
"filename": "src/transformers/models/nemotron_h/modeling_nemotron_h.py",
"patch": "@@ -20,7 +20,6 @@\n # limitations under the License.\n \n \n-import contextlib\n import math\n from collections.abc import Callable\n from typing import Any\n@@ -222,6 +221,9 @@ def segment_sum(input_tensor):\n return t... |
vercel/next.js | 91,258 | Move database compaction from write batch commit to backend idle loop | ## What?
Moves TurboPersistence database compaction out of the write batch commit path and into the backend's idle loop, where it can run repeatedly (up to 10 times) while the system is idle.
## Why?
Previously, compaction was kicked off as a background task after each write batch commit, with the next write batch b... | 95e92c73983066f1177257069bd6fff9273dd52d | 1ab534927b5e617454d34690861661411f27d6a5 | 6 | medium | [
{
"filename": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs",
"patch": "@@ -2797,6 +2797,32 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {\n let snapshot = this.snapshot_and_persist(None, reason, turbo_tasks);\n if let Some((snapshot_start, ... |
facebook/react | 35,513 | [tests] Fix flaky flight tests | Flights tests are failing locally and in CI non-deterministically because we're not disabling async hooks after tests, and GC can clear WeakRefs non-deterministically.
This PR fixes the issue by adding an afterEach to disable installed hooks, and normalizing the `value` to `value: {value: undefined}}` when snapshot... | null | 195fd2286bcc3286859651d6709e5ae5a250335b | null | low | [
{
"filename": "packages/internal-test-utils/debugInfo.js",
"patch": "@@ -79,6 +79,18 @@ function normalizeIOInfo(config: DebugInfoConfig, ioInfo) {\n status: promise.status,\n };\n }\n+ } else if ('value' in ioInfo) {\n+ // If value exists in ioInfo but is undefined (e.g., WeakRef was ... |
rust-lang/rust | 154,266 | UdpSocket: document `recv/recv_from` differences | Per libs-api consensus, fixes rust-lang/rust#149392 by documenting possible platform-specific behavior in `UdpSocket`.
r? libs | null | 807b9aec356c5d77d3b3b2b5c85203c30d4ec6fd | null | low | [
{
"filename": "library/std/src/net/udp.rs",
"patch": "@@ -129,6 +129,10 @@ impl UdpSocket {\n /// hold the message bytes. If a message is too long to fit in the supplied buffer,\n /// excess bytes may be discarded.\n ///\n+ /// Refer to the platform-specific documentation on this function; it... |
electron/electron | 50,518 | fix: outdated execution path for COM activation | Backport of #50471
See that PR for details.
Notes: Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows.
| null | c09e2aa6b8105a7303199806db658c8ba72ee3e5 | null | low | [
{
"filename": "shell/browser/notifications/win/windows_toast_activator.cc",
"patch": "@@ -96,6 +96,21 @@ std::wstring GetExecutablePath() {\n return std::wstring(path, len);\n }\n \n+// Installers sometimes put the running app in a versioned subfolder and ship a\n+// stub with the same filename one direct... |
nodejs/node | 62,358 | doc: minor typo fix | Purely just a minor typo fix. `compield` -> `compiled` | null | 61102cdbb3d59155ad5bb4fc9419627a31e63f7a | null | low | [
{
"filename": "doc/api/vm.md",
"patch": "@@ -1835,10 +1835,10 @@ It does several things at once:\n \n 1. Creates a new context.\n 2. If `contextObject` is an object, [contextifies][contextified] it with the new context.\n- If `contextObject` is undefined, creates a new object and [contextifies][contextif... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.