id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k ⌀ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
2,775,723,606 | transformers | Add cosmos from Nvidia | ### Model description
https://www.nvidia.com/en-us/ai/cosmos/ on model is autoregressive, all open source
We might have a PR coming directly from NVIDIA!
### Open source status
- [X] The model implementation is available
- [X] The model weights are available
### Provide useful links for the implementation
_No ... | New model | low | Minor |
2,775,773,741 | next.js | Next.js project doesn't work with Yarn 4.6.0 using Turbopack | ### Link to the code that reproduces this issue
https://github.com/GlittersIsGold/turboyarnext
### To Reproduce
1. install yarn 4.6.0 - ```npm install -g yarn@latest```
2. check yarn version - ```yarn -v``` should output 4.6.0
3. init next-app with yarn - ```yarn create next-app turboyarnext```
4. Follow th... | create-next-app,Turbopack | low | Critical |
2,775,791,527 | pytorch | Extended functionality for torch.quantization.fuse_modules | ### 🚀 The feature, motivation and pitch
The method `torch.quantization.fuse_modules` supports many of the common fusion strategies, i.e., conv+bn, conv+bn+relu, etc. However, there are additional fusion operations that are useful in practice that could be interesting. Specifically, cascades of bn+linear layers can ac... | oncall: quantization,triaged | low | Minor |
2,775,799,945 | rust | `const`s that depend on other constants which fail to evaluate create difficult to read error messages due to `notes:` output | ### Code
```Rust
macro_rules! blarg {
() => {
const A: u32 = const {
panic!()
};
const B: u32 = A + 1;
const C: u32 = B + 1;
const D: u32 = C + 1;
}
}
blarg!();
```
### Current output
```Shell
Compiling playground v0.0.1 (/playground)
error[E0080]... | A-diagnostics,T-compiler | low | Critical |
2,775,812,933 | vscode | Allow default folder setting for "load workspace from file" | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
For those like me that have many workspace settings f... | feature-request,workbench-workspace | low | Minor |
2,775,828,249 | neovim | ci: run benchmark test suite in CI | ### Problem
The `test/benchmark` test suite is not run in CI, which means the code there could break or "bit rot".
### Expected behavior
Add a benchmark job in CI. It's only intended to keep the benchmarks in a "runnable state", so I suggest:
- 1 job only (linux).
- only runs on master, not PRs.
- only checks that ... | enhancement,performance,ci | low | Major |
2,775,842,644 | angular | feat(API): Make ɵSharedStylesHost a Public API in Angular for customisable style overrides | ### Feature Description
This proposal suggests making the internal API `ɵSharedStylesHost` a public API, allowing developers to leverage the advantage of extending ɵSharedStylesHost. By exposing the extended version of ɵSharedStylesHost through Angular’s dependency injection system, developers can easily access it to ... | feature,area: core,needs triage | low | Critical |
2,775,903,037 | flutter | [monorepo] Google test doesn't pick up engine change. | ### Type of Request
bug
### Infrastructure Environment
google test
### What is happening?
This for example https://github.com/flutter/flutter/pull/161265 which adds new API in dart ui and call it on the frameowrk side. The google test however failed because it didn't pick up the dart ui change. It seems to me the ... | team-infra,monorepo | low | Critical |
2,775,920,758 | next.js | dev --turbo in monorepo can't resolve alias import | ### Link to the code that reproduces this issue
https://github.com/adr-x/next-turbo
### To Reproduce
```
pnpm dev -F web
```
vs
```
pnpm dev-turbo -F web
```
### Current vs. Expected behavior
Expected behavior is to work like on production and resolve the import.
`dev --turbopack`
 before line 1 of a buffer, and `scrolloff` is nonzero, scrolling line 1 into view via `scrolloff` will cause a large and unexpected scroll jump.
### Steps to reproduce
1. Open a clean neovim `nvim -u NONE`
2. Insert some lines `ihello<ESC>yy9p`
3. Insert an extmark... | bug,marks | low | Critical |
2,776,026,273 | kubernetes | [FG:InPlacePodVerticalScaling] avoid checking the configuration of resource managers to learn their expected behavior | ### What happened?
The VPA logic needs to know if resource managers (cpumanager, memory manager) can allocate exclusively resources.
To do so, it peeks in their configuration and second-guesses their expected behavior.
This is unfortunate and due to the lack of resource manager API which can report the same informat... | kind/bug,priority/backlog,sig/node,triage/accepted | low | Critical |
2,776,042,919 | godot | Unable to engage debugger during execution - `Parameter "script_lang" is null.` | ### Tested versions
- Reproducible in 4.3.stable and later, not reproducible in 4.2.2
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 2700X Eight-Core Processor (16 thread... | bug,topic:editor,confirmed,regression | low | Critical |
2,776,044,297 | godot | [Windows] Godot console wrapper fails to launch in certain paths | ### Tested versions
4.3.stable
4.4.dev [2582793d408ade0b6ed42f913ae33e7da5fb9184]
### System information
Windows 11
### Issue description
Godot fails to launch the console wrapper when in specific folders, it seems specific to `C:\\Users\\` and doesn't happen in some other paths, but specifically happens with path... | bug,platform:windows,topic:editor | low | Major |
2,776,086,670 | PowerToys | 'PowerToys.Awake.exe --use-pt-config' opens a debug message window | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Awake
### Steps to reproduce
Run from a cmd shell:
"\Program Files\PowerToys\PowerToys.Awake.exe" --use-pt-config
This opens a black window with awake debug messages.
This does... | Issue-Bug,Needs-Triage | low | Critical |
2,776,090,666 | yt-dlp | [core] Default --trim-filenames values | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruction... | enhancement,core-triage | low | Critical |
2,776,109,054 | PowerToys | Theme reversion (Left shift + Alt + PrtScrn) error message | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Theme reversion (Left shift + Alt + PrtScrn)
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
_No response_
### Other Software
[... | Issue-Bug,Needs-Triage | low | Critical |
2,776,127,180 | vscode | Incorrect TerminalShellExecution exit code | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | bug,help wanted,terminal-shell-bash | low | Critical |
2,776,142,000 | go | runtime:cpu1: TestPreemptionAfterSyscall/1ms failures | ```
#!watchflakes
default <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/1ms"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726340078513899489)):
=== RUN TestPreemptionAfterSyscall/1ms
proc_test.go:1082: timeout exceeded: 5.0443090... | help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
2,776,156,210 | go | proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags | **Background:** It is not uncommon to need to convert a value of slice type []A to type []B, where A and B have the same representation (e.g. string). Unfortunately, one must allocate a copy.
**Proposal:** We propose to relax the restrictions so that, given `var ( a A; aa []A; b B; bb []B)`, the conversion `([]B)(aa... | LanguageChange,Proposal,LanguageChangeReview,LanguageProposal | medium | Critical |
2,776,179,374 | godot | GDScript completion eats the word the caret is on | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
### System information
windows 11
### Issue description
I can't find if this was introduced willingly, but I find it annoying, maybe because of habit.
in recent dev builds, autocompletion now erases the word the caret is on:
|4.4dev7|4.3|
|-|-|
|<video src="http... | discussion,topic:editor,usability | low | Critical |
2,776,182,781 | kubernetes | [FG:InPlacePodVerticalScaling] Inconsistency between scheduler & kubelet admission logic | The scheduler uses `max(spec...resources, status...resources)` to determine the resources requested by a pod, but when the Kubelet is making internal fit decisions it just uses the allocated resources.
In most cases, disagreement between these two approaches would be due to a pending upsize, where the spec...resourc... | priority/important-soon,sig/node,triage/accepted | low | Minor |
2,776,193,502 | go | cmd/compile: ICE on slice of array pointer returned by a generic function | ### Go version
go version go1.23.0 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/mcyoung/Library/Caches/go-build'
GOENV='/Users/mcyoung/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='ar... | NeedsInvestigation,compiler/runtime,BugReport | low | Critical |
2,776,261,470 | godot | Embedded Game can freeze Editor | ### Tested versions
- Reproducible in Godot v4.4.dev (a65954894) master, since https://github.com/godotengine/godot/pull/99010
### System information
Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 32.0.15.6614) - Intel(R) Core(TM) i7-10750H CPU @ ... | bug,topic:editor | low | Major |
2,776,291,817 | next.js | `cacheLife` with `revalidate` < 1 causes error in production only | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/wonderful-heyrovsky-r4d52k
### To Reproduce
1. Visit the reproduction app.
2. In the app preview (dev mode), notice everything is working (`/` page content is "OK").
3. Build the app (e.g. `pnpm run build`), and notice there are no err... | dynamicIO | low | Critical |
2,776,311,932 | godot | PointLight2D shadow_filter = SHADOW_FILTER_NONE still applies a filter in Forward+ and Mobile rendering when it shouldn't | ### Tested versions
Doesn't work in 4.3-stable (Didn't work in previous versions of v4 at least as early as 4.2-stable either)
Works as intended in 3.6-stable
### System information
Godot v4.3.stable - openSUSE Tumbleweed 20241216 - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 XT (RADV NAVI23) - AMD Ryzen... | bug,topic:rendering,needs testing | low | Major |
2,776,319,222 | go | runtime: GODEBUG=profstackdepth=N not usable with //go:debug | Go 1.23 increased the default profiling stack depth from 32 to 128 (https://go.dev/cl/572396). It also introduced `GODEBUG=profstackdepth=32` as a way to revert back to the old default (https://go.dev/cl/581917).
However, that new GODEBUG doesn't appear in the `internal/godebugs` [table](https://cs.opensource.google... | NeedsDecision,compiler/runtime,BugReport | low | Critical |
2,776,330,732 | flutter | Do not schedule resources for PRs that haven't sign the CLA | We should be more conservative with our resources and have some minimum bar met before scheduling infra resources. | team-infra | low | Minor |
2,776,343,843 | godot | When editing custom resources in the Inspector Tab, Dictionarys do not save other custom resources | ### Tested versions
Godot v4.3.stable
### System information
Godot v4.3.stable - macOS 14.6.1 - GLES3 (Compatibility) - Apple M1 Pro - Apple M1 Pro (10 Threads)
### Issue description
Pretty much what the title says. I've created a custom resource called World that has a dictionary of World nodes [String, WorldNode... | bug,topic:editor,needs testing | low | Major |
2,776,349,074 | vscode | Next Reference and Next Search Result Conflict |
Type: <b>Bug</b>
1. Open any folder where the programming language supports 'find all references'. I have tried python and c++ projects
2. Use the search feature (Ctrl + Shift + F)
3. Observe that pressing F4 cycles through the search results
4. Use the 'find all references' feature on a source code symbol
5. Overser... | references-viewlet | low | Critical |
2,776,356,847 | react | Bug: state update from a rAF in useLayoutEffect not batched when using createRoot | _Recreating #28457, which was closed due to staleness._
Maybe a weird edge case, but this caused an unexpected visual change in our app when migrating a root from `ReactDOM.render`.
React version: 18.2.0
## Steps To Reproduce
1. Define a component that has some state, and a `useLayoutEffect` that modifies t... | Status: Unconfirmed | high | Critical |
2,776,405,854 | transformers | Transformers can create unconventional python module names when loading certain repositories | ### System Info
- `transformers` version: 4.41.1
- Platform: Linux-5.15.0-113-generic-x86_64-with-glibc2.35
- Python version: 3.10.15
- Huggingface_hub version: 0.23.5
- Safetensors version: 0.4.5
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.1+cu121 (False)
- Tens... | bug | low | Critical |
2,776,413,339 | react-native | TextInput crashes when any text is entered while running as iOS app on apple silicon mac ("My Mac (Designed for iPhone)" target) | ### Description
When running iOS apps on apple silicon macs using the "My Mac (Designed for iPhone)" target, apps crash once you enter any text into a `TextInput` component.
Running the same code on an actual iOS devices works but not when running the app on Mac.
### Steps to reproduce
```bash
npm i
npx pod-ins... | Platform: iOS,Component: TextInput,Needs: Triage :mag: | low | Critical |
2,776,417,536 | ui | [bug]: when sidebar is collapsible icon view, SidebarGroupLabel flickers | ### Describe the bug
when the Sidebar component is set to collapsible = icon, the group label flickers
```
<Sidebar collapsible="icon">
<SidebarContent>
<SidebarGroup>
<SidebarGroupLabel>On Point Mobile Bartending</SidebarGroupLabel>
<SidebarGroupContent></SidebarGroupContent>... | bug | low | Critical |
2,776,439,355 | vscode | editor tab decoration/hover info is not discoverable for screen reader users | On hover of an editor tab, one can learn information about the editor, for example: `~/Repos/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.ts • 3 problems in this file • Modified`
It appears this info is included on the tab's aria-label but is never read by the screen reader as the editor... | feature-request,accessibility | low | Minor |
2,776,449,265 | godot | Race Condition in NavigationServer3D | ### Tested versions
- Reproducible in: 4.3-stable, 4.4-dev1.
- Not reproducible in: 4.2-stable, 4.4-dev2 and higher.
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 7800X3D 8-Core Processor (16 Threads)
###... | bug,topic:core,topic:navigation | low | Major |
2,776,450,733 | rust | compiletest: error emitter pretty svg tests don't normalize color differences between Windows and Unixes | 

This is the svg snapshots of the same test `test/ui/error-emitter/multiline-removal-suggestion.rs` (the former is the reference Unix-blesse... | A-testsuite,O-windows,A-diagnostics,T-compiler,T-bootstrap,C-bug,D-diagnostic-infra,A-compiletest | low | Critical |
2,776,454,857 | go | internal/trace: TestTraceCPUProfile/Default failures | ```
#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceCPUProfile/Default"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726805723477811937)):
=== RUN TestTraceCPUProfile/Default
reader_test.go:112: unexpected error while reading... | NeedsInvestigation,compiler/runtime | low | Critical |
2,776,457,381 | pytorch | inductor slow kernel choice for max(x) if x is not contiguous | ### 🐛 Describe the bug
I noticed that if `x` is not contiguous, torchinductor generates unexpectedly slow cuda kernels for `torch.max(x)`. Small repro:
```
import torch
import fire
from torch._inductor.utils import do_bench_using_profiling
torch.manual_seed(0)
def get_max(x):
x = torch.max(x)
r... | triaged,oncall: pt2,module: inductor | low | Critical |
2,776,471,223 | storybook | [Bug]: Matching characters in search results disappear when using High Contrast Mode (hcm) | ### Describe the bug
When in Windows High Contrast Mode, matching characters in the search results disappear into the background. 
### Reproduction link
https://github.com/TGiles/storybook-test
#... | bug,ui,accessibility | low | Critical |
2,776,478,935 | rust | "error occurred: unknown target" when trying to add a new target | when forking the rust-lang/rust repo and attempting to add support for a new target triple, x will fail to recognise the new target when trying to build the cross compiling rustc
this happens when exactly following the directions laid out by "adding a new target" on the rustc dev guide, so either x has an issue with b... | T-bootstrap,C-bug,A-contributor-roadblock | low | Critical |
2,776,483,870 | storybook | [Bug]: Difficult to determine if text is a link or not in High Contrast Mode (hcm) | ### Describe the bug
When in High Contrast Mode on Windows 10 or 11, it is difficult to determine if certain text is an interactive link or not. For example, hovering over the settings cog will change the cursor to a pointer and change the background color, while focusing the settings cog will display an outline aroun... | bug,ui,accessibility | low | Critical |
2,776,487,331 | godot | Spurious Warning on Menu Accelerators With Mask Modifiers | ### Tested versions
Reproducible in 4.3dev
### System information
N/A
### Issue description
Adding accelerators the documented way is creating spurious warnings when a modifier mask is used.
NOTE: I already checked, it's not the 2nd parameter that's the error since the 1st line here does not get an error.
```gdscr... | bug,topic:gdscript | low | Critical |
2,776,492,280 | flutter | webview_flutter recognizes gestures on embedded maps through overlaying widgets | ### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/p... | waiting for customer response,in triage | low | Critical |
2,776,494,222 | next.js | [turbopack] dynamic imports fallback to single existing file when target file does not exist | ### Link to the code that reproduces this issue
https://github.com/qnten/reproduction-dynamic-import
### To Reproduce
1. Start the application in dev with turbo enabled `npm run dev`
2. The page `/` should display the following:
```
1. first file exists so "first name" should be displayed: first file
2. second... | Turbopack | low | Minor |
2,776,509,888 | flutter | x86 Mac try bots fail to build infra-dialog | ### Type of Request
bug
### Infrastructure Environment
LUCI / Devicelab
### What is happening?
infra-dialog is failing to build. Totally guessing, but maybe Xcode 16 got put on the bot at some point and automatically upgraded `MACOSX_DEPLOYMENT_TARGET` for the infra-dialog project to 14, since Xcode 16 r... | team-infra,P2,triaged-infra | low | Critical |
2,776,510,495 | langchain | langchain-cli for MacOS unable to load required files | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | 🤖:bug | low | Critical |
2,776,522,917 | pytorch | [dynamo][graph break] omegaconfig ListConfig `__contains__` | ### 🐛 Describe the bug
Fixing this graph break should help with the performance regression in https://github.com/pytorch/pytorch/issues/132872
~~~
+ @unittest.skipIf(not HAS_OMEGACONG, "missing omegaconf package")
+ def test_omegaconf_listconfig_contains(self):
+ def fn(cfg, x):
+ i... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,776,539,305 | flutter | Decorators experiment | ### Background
Flutter apps are composed from a tree of widgets.
For example:
```dart
Center(
child: ColoredBox(
color: Colors.amber,
child: Padding(
padding: EdgeInsets.all(8.0),
child: Text('Hello world'),
),
),
),
```
This results in the following widget tree:
```
Cente... | c: new feature,P3,team-framework,triaged-framework | medium | Major |
2,776,546,047 | flutter | Enforce semantics role checks on required parameters | ### Use case
After this pr https://github.com/flutter/flutter/pull/161260
we will be backfilling all the missing role in http://flutter.dev/go/semantics-roles, this will add a bunch of new ways people can get it wrong when assigning the new role to their widget. to help reduce the chaos we should also implement a w... | a: accessibility,c: proposal,P1,team-accessibility,triaged-accessibility | medium | Minor |
2,776,562,139 | flutter | Remove `dev_dependency`s from generated plugin registrants on all platforms | https://github.com/flutter/flutter/pull/161343 will remove dev dependencies from the generated plugin registrant for Android as part of a fix for enabling dev dependncies being removed from release builds (https://github.com/flutter/flutter/issues/160407).
We should follow up that PR by doing the same for all platform... | tool,P1,team-android,triaged-android | medium | Minor |
2,776,569,152 | tensorflow | Unable to connect to TPU through Cloud VM (metadata issue?) | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
v2.18.0-rc2-4-g6550e4bd802 2.18.0
### Custom code
Yes
### OS platform and distribution
tpu-ubuntu2204-base
### Mobile device
_No response_
### Python version
3.11.2
### Bazel version
... | type:bug,comp:tpus,TF 2.18 | medium | Critical |
2,776,579,025 | puppeteer | [Bug]: Crash when Using getDisplayMedia API | #### Description
The issue occurs when calling `await navigator.mediaDevices.getDisplayMedia(displayMediaOptions)` within a browser instance controlled by Puppeteer, regardless of the `displayMediaOptions` provided. If a media stream is initiated, the Puppeteer process crashes on try to close the page.
Notably, t... | bug,upstream,confirmed,P3 | low | Critical |
2,776,586,954 | go | build: build failure on go1.23-linux-arm64_c4ah72-perf_vs_release | ```
#!watchflakes
default <- builder == "go1.23-linux-arm64_c4ah72-perf_vs_release" && repo == "go" && mode == "build"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8726290771046120449)):
go: downloading github.com/BurntSushi/toml v1.0.0
go: downloading g... | NeedsInvestigation | low | Critical |
2,776,644,436 | storybook | [Bug]: ENAMETOOLONG with deeply nested folder structure in storybook/next | ### Describe the bug
If you have a folder structure with long names that is deeply nested, it's possible to overrun the OS's maximum file length as there is no built in truncation
You should then see an issue like
```
=> Failed to build the preview
SB_BUILDER-WEBPACK5_0002 (WebpackInvocationError): ENAMETOOLONG: nam... | bug,help wanted,nextjs,builder-webpack5 | low | Critical |
2,776,647,942 | pytorch | NotImplementedError: Output channels > 65536 not supported at the MPS device. | ### 🐛 Describe the bug
I used the newest edited version of this fork and torch==2.7.0.dev,but it just said "NotImplementedError: Output channels > 65536 not supported at the MPS device",instead of giving me a corrrect output.
1.Run the following command :
wav = tts.tts(text="Hello,world!",speaker_wav="project/inp... | module: convolution,triaged,module: mps | low | Critical |
2,776,664,188 | godot | push_input() has weird/inconsistent behavior with mouse hover & mouse entered/exited signals | ### Tested versions
- Reproducible on Godot 4.3 stable
- Reproducible on Godot 4.2.2 stable
### System information
Godot v4.3.stable - Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 7800 XT (RADV NAVI32) - AMD Ryzen 7 2700X Eight-Core Processor (16 Threads)
### Issue description
Adding a Sub... | discussion,topic:input | low | Major |
2,776,669,119 | godot | ResourceLoader.load_threaded_get_status progress stuck at 0 for Firefox when Thread Support On | ### Tested versions
- Reproducible in 4.3 stable
- Not reproducible in 4.2.stable
### System information
Godot v4.3.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 22:52:26 +0000 - X11 - GLES3 (Compatibility) - AMD Radeon Graphics (radeonsi, renoir, LLVM 18.1.8, DRM 3.59, 6.12.8-arch1-1) - AMD Ry... | bug,platform:web,regression | low | Critical |
2,776,684,042 | react | Bug: React 19 cannot run apps in both dev & production mode simultaneously | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
Unable to run multiple React micro frontends (MFEs) when they don't all use the ... | Status: Unconfirmed | medium | Critical |
2,776,703,481 | ollama | we need Ollama Video-LLaVA | i want to use Ollama Video-LLaVA model , but it model is not have in Ollama , someone can add this model to Ollama please?
i just try [anas/video-llava](https://ollama.com/anas/video-llava) & [ManishThota/llava_next_video](https://ollama.com/ManishThota/llava_next_video)
it not work it have bug in this issues [iss... | feature request | low | Critical |
2,776,709,173 | react-native | [0.76] updating appProperties does not work on iOS | ### Description
Hi, I'm using react native v0.76.5 (new architecture is enabled) and react-native-firebase/messaging v21.6.2.
According to the [documentation](https://rnfirebase.io/messaging/usage#background-application-state), I have the following code in index.js
```
messaging().setBackgroundMessageHandler(as... | Platform: iOS,Needs: Repro,Needs: Attention,Type: New Architecture | low | Major |
2,776,717,949 | react-native | [0.76][New Arch] Pressable loses background when applying borderless ripple effect | ### Description
The `Pressable` component loses its backgroundColor and ripple effect when `android_ripple` is set with `borderless: true`.
Notes:
• If `Pressable` is the only component in the app or if all parent components have transparent backgrounds, the ripple effect works as expected. However, this scenar... | Issue: Author Provided Repro,Type: New Architecture | low | Critical |
2,776,738,884 | flutter | obj messy code | ### Steps to reproduce
What is the reason for this obj garbled code when textspan is nested
<img width="203" alt="infoflow_2025-1-9_11-0-7" src="https://github.com/user-attachments/assets/7a1d4444-3bc2-4b15-95d5-eefdf7442f2b" />
### Expected results
Expected normal display
### Actual results
messy code
### Cod... | waiting for customer response,in triage | low | Critical |
2,776,765,876 | pytorch | [Profiler]Close CUPTI by default after pytorch profiling ends | ### 🚀 The feature, motivation and pitch
Recently, I observed that the torch profiler continues to affect program performance even after profiling has completed. Upon investigation, I found that this issue occurs because Kineto does not close CUPTI (i.e., it does not call `cuptiFinalize`) by default when profiling end... | oncall: profiler | low | Critical |
2,776,766,589 | godot | MSBuild ProjectRootElement.Create() Method Missing After Exporting Godot Project | ### Tested versions
Godot-v4.3.stable.mono.official
### System information
Win11 - Godot-v4.3.stable.mono.official - .NET SDK: 6.0.415
### Issue description
Description
I'm experiencing an issue when using Microsoft.Build and Microsoft.Build.Locator in a Godot project to dynamically load MSBuild. Everything wor... | bug,needs testing,topic:dotnet,topic:export | low | Critical |
2,776,782,893 | vscode | Hide and Lock Main Editor Area | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Currently I am working on full screen graphical stuff... | feature-request,workbench-editor-grid,workbench-auxwindow | low | Critical |
2,776,826,915 | flutter | Error after including Shared Preference dependancy | When i include Shared Preference dependency i got an error as
What went wrong:
Could not determine the dependencies of task ':shared_preferences_android:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> Cannot query the value of this provider because it has no value available.
pub... | waiting for customer response,in triage | low | Critical |
2,776,830,834 | ui | [bug]: Toasts stop being dismissed correctly if one of them is dismissed with an action | ### Describe the bug
Hello! I found out something weird. If you dismiss a toast with an action, the others(if you have a limit bigger then 1) are no longer being dismiss.
Expected behavior:
After I interact with a Toast/Notification, the timeout for dismissal should be resumed. That is never happening.
Als... | bug | low | Critical |
2,776,980,536 | transformers | Error occurs when using model.generate with Gemma2 in ZeRO3 environment | ### System Info
> pip install git+https://github.com/huggingface/transformers.git@a6256ec0982fee2c57cc41237bff7e64ed4dcda9
> pip install deepspeed==0.15.4
> pip install torch==2.5.1+cu121
<details>
<summary>huggingface-env</summary>
transformers: 4.48.0.dev0
huggingface_hub version: 0.27.0
Platform: Linux... | bug | low | Critical |
2,777,000,456 | vscode | Error in all extensions (Unable to resolve nonexistent file) |
Type: <b>Bug</b>
1. Updated VS Code
2. I see the "⚠️" icon in the extension bar
3. All extensions have the following error:
```
Unable to read file 'c:\Users\yrabo.vscode-insiders\extensions\1natsu.insert-br-tag-1.0.0\package.json' (Error: Unable to resolve nonexistent file 'c:\Users\yrabo.vscode-insiders\extensions... | bug,debt,extensions | low | Critical |
2,777,027,183 | pytorch | In AOTI Runtime, acquiring a write lock on model_exec_mutex_ may cause starvation. | ### 🐛 Describe the bug
**Describe**
https://github.com/pytorch/pytorch/blob/6f28e466f3d7b396dfe9cea87f4377be77fa7ddf/torch/csrc/inductor/aoti_runtime/model_container.h#L87
In `AOTInductorModelContainer::run`, if constant_folded_ is false, it will attempt to acquire a write lock on `model_exec_mutex_`. However, if m... | triaged,oncall: export,module: aotinductor | low | Critical |
2,777,039,373 | PowerToys | MWB disconnects when switching source on monitor | ### Microsoft PowerToys version
0.87.1
### Installation method
WinGet, PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
1. MWB works correctly
2. Switch video source on KVM monitor
### ✔️ Expected Behavior
MWB works without disruption
### ❌ A... | Issue-Bug,Needs-Triage | low | Minor |
2,777,064,354 | flutter | Bug render map in WASM compilation inside in Step widget | ### Steps to reproduce
I have a widget GoogleMap in Fluter web inside a Step(4 of five), but if i compile in wasm the map is always visible over all steps, blocking the use of other components.
Run in normal way NOT WASM:
<img width="1220" alt="NOT wasm" src="https://github.com/user-attachments/assets/5692c732-... | waiting for customer response,in triage | low | Critical |
2,777,084,447 | transformers | Tokenizer outputs same offsets for different tokens. | ### System Info
- `transformers` version: 4.30.2
- Platform: Linux-6.8.0-49-generic-x86_64-with-glibc2.35
- Python version: 3.10.13
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.0
- PyTorch version (GPU?): 2.2.1+cu121 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU... | bug | low | Critical |
2,777,111,392 | flutter | Clipping performance regression after update from flutter 3.24.5 to 3.27.1 (Both on skia and impeller) | https://github.com/flutter/flutter/issues/160207#issuecomment-2579218268 in my original issue code sample was too big and it was unclear what was the reason of performance regression, now I found it and creating a new issue since old one contains too many comments.
Devices: Samsung A12 and Pixel 7A.
Inside the Ap... | platform-android,engine,c: rendering,P3,e: impeller,team-engine,triaged-engine | low | Critical |
2,777,122,556 | PowerToys | Keyboard Manager bugs | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I'm using a Japanese keyboard.
When I press Caps Lock with Shift, Ctrl and Alt assigned to the Caps Lock key in Keyboard Manager, Shift, Ctrl and Alt are... | Issue-Bug,Needs-Triage | low | Critical |
2,777,148,830 | flutter | carouselview add animateToItem | ### Use case
When using a carousel, the primary use case for animating the scroll offset is to animate to a specific item. Currently there is only `animateTo(offset)` method on the `CarouselController`
### Proposal
Add `animateToItem(int index)` | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Major |
2,777,160,622 | flutter | CarouselView infinite scroll | ### Use case
Currently there is a start and an end to the carousel. However a common use case is to have a carousel where the items repeat themselves.
The idea is to not have a hole on the side when the scroll extent is at the edge, so instead of this:

### Steps to reproduce
当Tour的steps属性传入变量较多时候。首先点击屏幕中间上方的蓝色按钮,然后会出现三个小按钮。点击stepGroup1(或者stepGroup2)按钮,然后走完这7步引导(引导步骤只有6步以及以上才会出现这个bug,5步以及一下不管传入什么,都不会出现该bug),再点击stepGroup3的按钮,这个时候不会出现引导,即stepGroup3的引... | unconfirmed | low | Critical |
2,777,233,028 | godot | WebSocket Chat Demo - client not connecting on 4.4-dev7 (works on 4.3) | ### Tested versions
- Reproducible in Godot 4.4-dev7
- Not Reproducible in Godot 4.3.stable.official (77dcf97d8)
### System information
MacOS - M1 Max - Sequoia 15.2
### Issue description
WebSockets (via WebSocketPeer) are unable to connect to a server when exported to the web.
### Steps to reproduce
*Steps to ... | bug,topic:network,regression | low | Critical |
2,777,280,312 | tensorflow | GPU Profiling: MemoryProfile do not contain memory events when profile remote worker. | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
nightly
### Custom code
No
### OS platform and distribution
Ubuntu 22.04
### Python version
Python 3.12
### CUDA/cuDNN version
CUDA 12.4
### GPU model ... | type:bug,comp:gpu,TF 2.18 | medium | Critical |
2,777,284,226 | TypeScript | `String.prototype.split()` with a regex containing a capturing group can return an array of `string | undefined`. | ### ⚙ Compilation target
any
### ⚙ Library
esnext, dom
### Missing / Incorrect Definition
Using split with a negative lookahead and a capturing group can return undefined. See the attached screenshot. When iterating over the array, we lose type safety and encounter runtime errors.
 with issue?
Always on Top
### Steps to reproduce
one note + other apps any you would
win ctrl t -> one note(unforced),
tap the note then tap desktop = nothing
tap the note then tap some window ... | Issue-Bug,Needs-Triage | low | Minor |
2,777,400,644 | ui | [bug]: Formlabel does not close Popover of Combobox | ### Describe the bug
I am using a Combobox in a Form. When the Popover is already open, clicking the Formlabel closes the Popover and opens it immediately. I would expect that clicking the Formlabel when the Popover is already open, closes the Popover.
https://github.com/user-attachments/assets/d3eb27c6-a885-44ac-9... | bug | low | Critical |
2,777,415,113 | deno | Import from package containing colon e.g. 'astro:content' | ### Discussed in https://github.com/denoland/deno/discussions/27598
<div type='discussions-op-text'>
<sup>Originally posted by **thibaultleouay** January 9, 2025</sup>
I'm trying to use deno with astro, but i have one issue when importing
```
import { defineCollection } from 'astro:content';
```
The id... | bug,node compat,node resolution | low | Critical |
2,777,448,800 | ollama | please add model:QVQ-Preview 72B! | please add model:QVQ-Preview 72B! | model request | low | Minor |
2,777,461,526 | flutter | crashes with EXC_BAD_ACCESS in SkIcuBreakIteratorCache::~SkIcuBreakIteratorCache() (in Flutter) (SkUnicode_icu.cpp:166) | ### Steps to reproduce
I am experiencing a crash issue with a Flutter application on iOS 18 and I currently only possess the crash details. Could you assist me in determining the cause? Any help in analyzing the crash information would be greatly appreciated
### Expected results
run will and not have crash
... | waiting for customer response,in triage | low | Critical |
2,777,503,267 | tensorflow | Build iOS tensorflowLite error with iOS library | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.8
### Custom code
Yes
### OS platform and distribution
iOS
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
_No response_
### GCC/compiler versio... | stat:awaiting response,type:bug,stale,comp:lite,TF 2.8 | medium | Critical |
2,777,503,308 | rust | Tracking Issue for batching | <!--
NOTE: For library features, please use the "Library Tracking Issue" template instead.
Thank you for creating a tracking issue! 📜 Tracking issues are for tracking a
feature from implementation to stabilisation. Make sure to include the relevant
RFC for the feature if it has one. Otherwise provide a short summary ... | C-tracking-issue,F-batching | low | Critical |
2,777,519,625 | storybook | [Documentation]: Specify expected preview types in TypeScript docs | ### Describe the problem
https://storybook.js.org/docs/configure/integration/typescript has
```
// Replace your-framework with the framework you are using (e.g., react-webpack5, vue3-vite)
import type { StorybookConfig } from '@storybook/your-framework';
const config: StorybookConfig = {
```
for `.storybook/main.ts`... | documentation | low | Minor |
2,777,539,532 | PowerToys | Fancyzones: No Layout/disable layout shortcut | ### Description of the new feature / enhancement
Hello,
I would like to request a new feature for FancyZones: the ability to assign a shortcut key to switch directly to the "No Layout" mode.
Currently, if I want to disable the active layout or temporarily stop FancyZones from managing windows, I have to manually swi... | Needs-Triage | low | Minor |
2,777,572,443 | transformers | Unused kwargs: ['bnb_8bit_quant_type', 'bnb_8bit_use_double_quant', 'bnb_8bit_compute_dtype'] when using bnb quantization? These kwargs are not used in <class 'transformers.utils.quantization_config.BitsAndBytesConfig'> | ### System Info
OS: ubuntu 24.10
python: 3.12
ctransformers: 0.2.27
P.s. All dependencies:
```
[tool.poetry.dependencies]
python = "^3.12"
autoawq = "^0.2.7.post3"
evaluate = "^0.4.3"
rouge-score = "^0.1.2"
ctransformers = "^0.2.27"
gguf = "^0.13.0"
llama-cpp-python = "^0.3.5"
ctranslate2 = "^4.5.0"
... | bug | low | Minor |
2,777,584,986 | flutter | [Proposal] Provide a lite version of SDK for CI/CD | ### Use case
I'm a DevOps-Engineer and use the Flutter SDK inside of Docker images used in CI/CD pipelines.
The normal installation process involves downloading and unzipping https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.27.1-stable.tar.xz, which includes a 130 MB .git d... | tool,c: proposal,P3,team-tool,triaged-tool | low | Minor |
2,777,620,788 | TypeScript | Log which project is being checked. | ### 🔍 Search Terms
[_log which program is being checked_](https://github.com/microsoft/TypeScript/issues?q=is%3Aissue%20state%3Aopen%20log%20which%20program%20is%20being%20checked)
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change th... | Needs More Info | low | Critical |
2,777,699,601 | react-native | Modal flickr in conditial displayed in react native 0.76.5 | ### Description
in react native 0.76.4, and react native reanimated 3.16.6 and react native navigation 6. my problem if i use condition to display my react native Modal, i have a problem
i have 2 input each one contain a button open conditionaly a modal (instead switching true/false for visible prop of the modal)
i... | Component: Modal,Needs: Repro,Needs: Attention | low | Minor |
2,777,702,104 | node | FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal | ### Version
v23.6.0
### Platform
```text
Linux SMP Debian 5.10.103-1 (2022-03-07) x86_64 x86_64 x86_64 GNU/Linux
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Hi,
I would like to report a bug, it can be reproduced by running the PoC below:
```javascript
const {exec} = require('child_p... | child_process,c++,good first issue | low | Critical |
2,777,704,925 | next.js | OpenGraph Metdata handling doesn't retain URL parameters for main page | ### Link to the code that reproduces this issue
https://github.com/CodingFabian/nextjs-og-param-issue
### To Reproduce
The issue is very straightforward. the reproduction is in the repository but is just in this code block:
```
export const metadata: Metadata = {
metadataBase: new URL('https://nextjs.org'),
... | Metadata | low | Minor |
2,777,722,863 | vscode | cursor taking time to display |
Type: <b>Performance Issue</b>
as mentioned it is taking more time to display cursor when i move from my files list to program... it creates lots of trouble
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.26100
Modes:
<details>
<summa... | triage-needed,stale | low | Critical |
2,777,753,083 | pytorch | [ONNX] Trying to export QAT model with torch.onnx.export, running into Problems that workarounds cant fix. Is ONNX export planned for QAT? | ### 🐛 Describe the bug
The bug occurs when trying to export a model fully converted model to onnx. I have tried the workarounds suggested in (https://pytorch.org/docs/main/quantization.html#frequently-asked-questions) but even after trying all of them and debugging further I end up at various torch.onnx.errors.Symb... | module: onnx,triaged | low | Critical |
2,777,788,902 | godot | Round region and margin size of `AtlasTexture` to integer | ### Tested versions
4.4dev7
### System information
Not relevant
### Issue description
`margin` and `region` size of `AtlasTexture` could be set as float value, but they always should be integer values.
`margin` and `region` position of `AtlasTexture` don't have such restriction, so Rect2I can not be used.
See comm... | bug,topic:core | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.