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,768,943,417 | tauri | [bug] :global styles don't immediately work with svelte(kit) | ### Describe the bug
Svelte's styles are scoped to components, but svelte allows setting global styles with `:global` syntax:
```css
<style>
:global * {
background-color: red;
}
</style>
```
These styles don't work immediately. Once I run the app and edit the global style, then they start working... | type: bug,status: needs triage | low | Critical |
2,768,949,301 | flutter | Internationalization for certain prebuilt Widgets | ### Use case
I have been making a few apps and utilizing the [`showLicensePage`](https://github.com/flutter/flutter/blob/main/packages/flutter/lib/src/material/about.dart#L396) function to show all the builtin app functions and noticed that some of the strings such as "Powered by Flutter" were just hard-coded into t... | framework,f: material design,a: internationalization,P2,team-design,triaged-design | low | Minor |
2,768,951,067 | svelte | CSS + combinator not applied to svelte:elements in #each loop | [Reproduction in Svelte REPL Playground v5.16.1](https://svelte.dev/playground/40132de4874a41d99556dbecc84960cf?version=5.16.1)
## Describe the problem
When using `#each loop`, CSS `+` combinator is not being recognized as used (and thus it's absent in generated CSS):
```svelte
<script>
let list = [1, 2 ,3... | css | low | Minor |
2,768,951,629 | neovim | vim.fs assumes case-sensitive filesystem | # Problem
Windows, macOS, and even Linux support filesystems that may be case-insensitive.
Examples
- Windows supports directory-specific decision about case sensitivity
- and case handling depends on the *current locale*
- macOS partitions may be case-sensitive or not
- on Linux, [mounts to usb, smb, etc.](http... | bug,needs:decision,complexity:high,filesystem | low | Minor |
2,768,951,708 | pytorch | [typing] Add static type hints to `torch.distributions`. | ### 🚀 The feature, motivation and pitch
Current lack of type hints causes some issues, for instance #76772
- [x] Add type hints for `lazy_property` class (#144110)
- [x] Add type hints for `@property` and `@lazy_property` (#144110)
- [ ] Add type hints to `__init__` methods (#144197)
- [ ] Add type hints to m... | module: distributions,module: typing,triaged | low | Major |
2,768,960,464 | PowerToys | [PTRun][Calc] Improve handling of non base 10 numbers | ### Description of the new feature / enhancement
* Make division by zero check aware of binary and octal numbers
* Allow octal numbers in `CalculateHelper.InputValid()`
* Allow uppercase base notation (as in `0X`) in `CalculateHelper.InputValid()`
* Make division by zero in another base trigger the division by zero ch... | Idea-Enhancement,Resolution-Fix Committed,Run-Plugin | low | Minor |
2,768,961,771 | ant-design | Ant Design Select component jerks when controlHeight is set in theme configuration | ### Reproduction link
[](https://codesandbox.io/p/sandbox/tags-antd-5-22-7-forked-39r3jw?file=%2Fpackage.json%3A10%2C14-10%2C20)
### Steps to reproduce
Create a React app with Ant Design installed.
Add a Select component from Ant De... | unconfirmed | low | Minor |
2,768,970,035 | storybook | [Bug]: --exact-port Not Working | ### Describe the bug
`storybook dev --exact-port 6006` failed to run, while `storybook dev --port 6006` works.
### Reproduction link
https://github.com/ianzone/react-storybook
### Reproduction steps
1. clone https://github.com/ianzone/react-storybook
2. pnpm install
3. run `storybook dev --exact-port 6006`
### Sy... | bug,help wanted,cli | low | Critical |
2,768,976,728 | react-native | React 74.5: loading images from data: URIs fails on iOS 15, works on 18 | ### Description
I think this is related to: https://github.com/facebook/react-native/issues/42234
I tried reproducing it in the Expo Stack, but was not able to do it with the example on the website (https://reactnative.dev/docs/image#src). I can only presume this is because this happens in a native component.
He... | Platform: iOS,Issue: Author Provided Repro,Component: Image,Newer Patch Available | low | Critical |
2,768,976,977 | tauri | [bug] Cannot resize window with custom titlebar when "unstable" feature is enabled on Windows | ### Describe the bug
This issue probably reopened this one (https://github.com/tauri-apps/tauri/issues/8519), also look at the recent comments for additional context.
### Reproduction
1. `pnpm create tauri-app`
2. Duplicate code from [here](https://v2.tauri.app/learn/window-customization/#creating-a-custom-titleba... | type: bug,status: needs triage,scope: unstable flag | low | Critical |
2,768,977,645 | rust | Tracking issue for release notes of #119286: show linker output even if the linker succeeds |
This issue tracks the release notes text for #119286.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | A-linkage,T-compiler,relnotes,relnotes-tracking-issue | low | Minor |
2,768,980,196 | godot | set_content_scale_size doesn't stretch correctly | ### Tested versions
4.4.dev7
### System information
Windows 10, Godot 4.4.dev7
### Issue description
Using `set_content_scale_size` to set a new scale for the viewport results in the window being cropped and unusually scaled. Here's how it appears before using content scale:

- Not reproducible on single precision builds.
### System information
Godot v4.4.dev.mono (e369ef6e1 (Really bd... | bug,topic:rendering,topic:3d | low | Minor |
2,769,008,457 | storybook | [Bug]: `storybook dev` is watching ignored files | ### Describe the bug
when running `test-storybook --coverage`, `storybook dev` output follows
```bash
5:24:26 AM [vite] (client) page reload coverage/storybook/lcov-report/index.html
5:24:26 AM [vite] (ssr) page reload coverage/storybook/lcov-report/index.html (x2)
5:24:26 AM [vite] (client) page reload coverage/story... | bug,core | low | Critical |
2,769,013,617 | next.js | removal of apple-mobile-web-app-capable results in splash screens not working | ### Link to the code that reproduces this issue
https://github.com/jwanner83/next-apple-web-app-issue
### To Reproduce
1. Checkout this repo https://github.com/jwanner83/next-apple-web-app-issue
### Working example with workaround
https://github.com/user-attachments/assets/a12c17f3-c8de-4b36-ab71-b4429626bb03
... | Metadata | low | Minor |
2,769,019,278 | PowerToys | Keyboard Manager mapping of keys causes wacom device express keys to not function properly. | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
being a long time mac user, and using a mac keyboard with my windows 11 computer, i remapped the keyboards control/command key with the ... | Issue-Bug,Needs-Triage | low | Minor |
2,769,024,402 | TypeScript | Unable to execute "move to new file" on constant referencing nextjs type | ### 🔎 Search Terms
"move to new file", "addImportFromExportedSymbol", "Debug Failure"
### 🕗 Version & Regression Information
- This changed between versions `5.4` and `5.5` and is present on the current nightly `5.8.0-dev.20250104`
### ⏯ Playground Link
Minimal reproduction with instructions: https://github.com/... | Bug,Help Wanted | low | Critical |
2,769,025,513 | deno | Cannot read properties of undefined (reading 'variables') => process.config | I updated to Deno 2.X few months ago, and I had an issue when using Neo4j package from NPM (even with the latest Deno version. 2.1.4):
```ts
import neo4j from "npm:neo4j-driver@5.27.0";
const driver = neo4j.driver("bolt://localhost:7687", neo4j.auth.basic("neo4j", "0000"));
```
I got the following error:
... | bug,node compat,quick fix | low | Critical |
2,769,031,021 | godot | OpenXR Stereoscopic matrix not returning the correct projection matrix | ### Tested versions
here's my code:
```python
# this doesn't work
var left_eye_proj_matrix = interface.get_projection_for_view(0, image_size.x / image_size.y, 0.05, 4000).inverse()
var right_eye_proj_matrix = interface.get_projection_for_view(1, image_size.x / image_size.y, 0.05, 4000).inverse()
var left_... | bug,topic:xr | low | Minor |
2,769,032,502 | ant-design | Form.Item broken when rendered in Column | ### Reproduction link
[](https://codesandbox.io/p/sandbox/3vmg28?file=%2Fsrc%2FApp.js%3A14%2C1-15%2C1)
### Steps to reproduce
<Form>
<Row>
<Col>
<Form.Item
layout="vertical"
na... | unconfirmed | low | Critical |
2,769,037,937 | vscode | Loading indicators when pasting | this is crazy yall, it's been like 6 months of this weird "loading" paste feature
gets faster the less you're running, but even on a new m4 this keeps happening

- VS Code Version: 1.96.0
- OS Version: Mac 15.1
Steps to Reprodu... | editor-clipboard | low | Major |
2,769,044,898 | pytorch | Cant’t find amdgpu.ids when installed in venv | I installed python via pyenv (tried both 3.11.11 and 3.12.8), created a venv and then installed torch in that virtual environment, this throws the warning “amdgpu.ids: No such file or directory” two times in a row, I assume one for the integrated GPU and another one for the dedicated one.
But if instead I install to... | module: binaries,module: rocm,triaged | low | Critical |
2,769,061,397 | node | Readable.fromWeb doesn't end on empty string | ### Version
v23.5.0
### Platform
```text
Linux xiaomi-mi-pro-gtx 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
```
### Subsystem
_No response_
### What steps will reproduce the bug?
```js
import { Readable } from "node:stream";
const response = new R... | stream,web streams | low | Critical |
2,769,066,850 | PowerToys | Power Toys - Image Resizer - 2 things | ### Description of the new feature / enhancement
1) Almost what I need. The matching of the smallest dimension when resizing is what messes me up. What I want is to resize a directory full of images such that none of them are larger than, say, 1000 px in the **largest** direction, regardless of the orientation as long... | Needs-Triage | low | Minor |
2,769,067,633 | neovim | Nvim can be a Lua host; Lua plugins can define RPC method/request handlers | ### Problem
Although https://github.com/neovim/neovim/issues/11474 is closed, Nvim still has [test/client/](https://github.com/neovim/neovim/tree/64b0e6582ae8c273efbe39109bcb261079c2bcd4/test/client) because Nvim itself cannot yet easily perform as a RPC host which can *receive* requests/notifications. This is because... | enhancement,plugin,channels-rpc,lua,remote-plugin | low | Minor |
2,769,074,617 | rust | rustc fails to build trivial hello world program; cargo build always fails : exit code: 0xc0000005, STATUS_ACCESS_VIOLATION | ### Verification
- [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
- [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue.
### Problem
Hi,
... | O-windows,T-compiler,C-discussion | medium | Critical |
2,769,075,615 | TypeScript | `./*.d.ts` required in `exports` to avoid `Cannot be named without a reference to... not portable...` | ### 🔎 Search Terms
The inferred type of '...' cannot be named without a reference to... This is likely not portable. A type annotation is necessary.
### 🕗 Version & Regression Information
Between 5.3 to 5.7 (latest)
### ⏯ Playground Link
_No response_
### 💻 Code
### TSconfig of importing project
```ts
{
"... | Needs More Info | low | Critical |
2,769,081,736 | langchain | langchain_ollama 0.2.2 completely broke tool usage | ### 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,investigate | low | Critical |
2,769,098,859 | yt-dlp | xnxx.com: Add tags. | ### 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 requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https:/... | NSFW,site-enhancement,triage | low | Critical |
2,769,108,649 | PowerToys | I found myself using the dashboard a lot. I would love to see ways to customize it or pin the favourite modules on top. | ### Description of the new feature / enhancement
Dashboard
### Scenario when this would be used?
Pin or customize dashboard so you don't need to look for it again when you want to turn it on.
### Supporting information
I found myself using the dashboard a lot. I would love to see ways to customize it or pin the fa... | Needs-Triage | low | Minor |
2,769,120,145 | godot | NavigationAgent2D.velocity_computed emits zero vector when NavigationAgent2D.set_velocity not called. | ### Tested versions
Using Godot Engine v4.3.stable.official [77dcf97d8] and bug appears both on my MacOS as well as Android exports.
### System information
Godot Engine v4.3.stable.official [77dcf97d8]
### Issue description
I have found that if I add the ability to disable navigation in my entity (while still usin... | discussion,documentation,topic:navigation | low | Critical |
2,769,120,625 | godot | Jolt: Body penetration issues compared to GodotPhysics3D | ### Tested versions
- Reproducible in: v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Windows 11 (build 26100) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4060 Ti (NVIDIA; 32.0.15.6636) - 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz (12 threads)
### Issue des... | bug,topic:physics,topic:3d | low | Minor |
2,769,120,840 | godot | string exceeds 65535 bytes in length error when building cloned repo | ### Tested versions
Happens with the latest changes in the repo cloned to my hard drive.
### System information
Windows 11
### Issue description
Windows 11.
When I run the command `scons platform=windows` I get the following error multiple times.
```
.\servers/rendering/renderer_rd/shaders/effects/fsr_upscale.g... | bug,platform:windows,topic:buildsystem,needs testing | low | Critical |
2,769,121,939 | pytorch | Error when compiling document | ### 🐛 Describe the bug
Hi there. I tried to compile the doc using following command:
`
git clone https://github.com/pytorch/pytorch.git
cd pytorch/docs
pip install -r requirements.txt
make html
`
However, I encountered following errors:
`
Traceback (most recent call last):
File "/content/pytorch/d... | module: build,module: docs,triaged | low | Critical |
2,769,124,732 | tauri | [feat] In-app support for iOS? | ### Describe the problem
It would be great to provide a way for a user to make in-app purchase using internal App Store mechanisms.
Does Tauri support in-apps for iOS?
Due to the fact Apple bans for direct payment card usage on iOS , this feature is critical for many business apps.
### Describe the solution you... | type: feature request | low | Minor |
2,769,125,072 | rust | `rustc_on_unimplemented` should work on specific trait methods | ### Code
```Rust
`var_with_complicated_type >= another_var_with_complicated_type`
```
### Current output
```Shell
implementation for `ComplicatedType < ComplicatedType` and `ComplicatedType > ComplicatedType`
```
### Desired output
```Shell
implementation for `ComplicatedType >= ComplicatedType`
```
### Rationale... | C-enhancement,A-diagnostics,T-compiler,D-diagnostic-infra | low | Critical |
2,769,126,804 | PowerToys | System hangs on clipboard request | ### Microsoft PowerToys version
0.87.1.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
Advanced Paste
### Steps to reproduce
OS: Windows 11
Open programs: Discord, Firefox
I decided to try and paste a link I had previously copied into the Discord text box. It wa... | Issue-Bug,Needs-Triage | low | Critical |
2,769,128,194 | pytorch | `pack_padded_sequence ` -> `pad_packed_sequence` can silently truncate input tensor when max length is smaller than actual max sequence length | ### 🐛 Describe the bug
Running `pack_padded_sequence` -> `pad_packed_sequence` functions can silently truncates the input tensor when the largest value in `lengths` are smaller than the actual sequence lengths of the input tensor. This truncation occurs without any warning or error.
Expected Behavior: The `pack_... | module: nn,module: rnn,triaged,actionable | low | Critical |
2,769,128,584 | flutter | Enable leak tracking for Codec | Motivation: https://github.com/flutter/flutter/pull/159945#issuecomment-2563100821
- [ ] add properties onCreate and onDispose to Codec
- [ ] BitmapSingleFrameCodec
- [ ] ResizingCodec
- [ ] BrowserImageDecoder
- [ ] HtmlImageElementCodec
- [ ] CkAnimatedImage
- [ ] update MemoryAllocations to mon... | P1 | medium | Minor |
2,769,143,340 | transformers | Perhaps your features (`videos` in this case) have excessive nesting (inputs type `list` where type `int` is expected). | ### System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.46.1
- Platform: Linux-5.15.0-125-generic-x86_64-with-glibc2.35
- Python version: 3.10.16
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.4.5
- Accelerate version: 1.0.1
... | bug | low | Critical |
2,769,163,958 | neovim | :Man urls look bad | ### Problem

### Steps to reproduce
export MANPAGER='nvim +Man!'
man yt-dlp
### Expected behavior
manpages.debian.org looks best:

###... | bug,plugin,runtime,complexity:low | medium | Major |
2,769,167,214 | terminal | Unable to link GitHub to Terminal when running as administrator | ### Windows Terminal version
1.23.10011.0
### Windows build number
10.0.27766.1000
### Other Software
Microsoft Edge Canary 133.0.3056.0
### Steps to reproduce
Run Terminal as administrator > Link GitHub to Terminal
### Expected Behavior
Link to GitHub as normal as if you were running Terminal as a normal user... | Issue-Bug,Needs-Triage | low | Minor |
2,769,180,820 | neovim | LSP: slow diagnostics publish from server after client sends didChange | ### Problem
### Description
I use sourcekit and xcode build server to swift, the diagnostic is very slowly, but the same lsp server(sourcekit) use vscode is very fast. I feel very obviously between nvim-lspconfig and vscode then the video shows.
**nvim lsp** use sourcekit video **(slowly) (update_in_insert = true)**... | bug,performance,needs:repro,lsp | low | Major |
2,769,181,514 | react | [React 19]Calling setState inside useEffect causes 'Maximum update depth exceeded' | ## Summary
I noticed that while maximum update depth exceeded, Class Components will throw an Error, but Function Components only console.error only in the development environment. I’d like to understand the reason for this behavior and whether it’s possible for Function Components to also throw an Error. Our projec... | React 19 | medium | Critical |
2,769,185,202 | godot | Typed array multhithreading issue | ### Tested versions
Reproduced in 4.4 dev4, 4.4 dev7
### System information
Godot v4.4.dev4 - Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6094) - AMD Ryzen 5 1500X Quad-Core Processor (8 threads)
### Issue description
Cannot append to a typ... | bug,topic:gdscript | low | Major |
2,769,203,911 | vscode | Opening Remote | <!-- ⚠️⚠️ 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... | info-needed | low | Critical |
2,769,204,651 | flutter | Selection up-scrolling in a TextField jumps to the last selection position | ### Steps to reproduce
1. Select some text in TextField
2. Keep dragging the leading selection handle upwards
3. It jumps to the trailing selection handle position
### Expected results
If the leading selection handle dragged, keep the leading handle and selection visible.
### Actual results
The view ju... | in triage | low | Minor |
2,769,209,088 | PowerToys | Keyboard Manager: Configurable keyboard repeat rate | ### Description of the new feature / enhancement
The keyboard repeat rate should be configurable in Keyboard Manager. The high end would be to have the frequence configurable for each redirected key.
### Scenario when this would be used?
For example if you go thru thousands of photos from a surveillance camera in a ... | Needs-Triage | low | Minor |
2,769,215,189 | excalidraw | opacity range redesigned | ## old 
# new 
in the new design I want to make significant changes of the color of this range field, color will be a gradiend with low opac... | UX/UI | low | Major |
2,769,218,011 | node | Enable all SQLite extensions that do not require code changes. | ### What is the problem this feature will solve?
SQLite has a few compile-time extensions that are not enabled by default in Node.js, meaning developers cannot use them out of the box.
Inspired by #56447, I suggest enabling all SQLite extensions that do not require additional code written by default (just as the math... | feature request | low | Major |
2,769,223,838 | PowerToys | Swapping what the shift key does to a single key! | ### Microsoft PowerToys version
0.80.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I have a Belgian keyboard where the key above the **A** gives me normally **&**.
But I want the **1** to be show (wich is activated by pu... | Issue-Bug,Needs-Triage | low | Minor |
2,769,248,572 | pytorch | Add inheritance possibilities | ### 🚀 The feature, motivation and pitch
While inheritance of a normal tensor is possible, a more specialized tensor it seems not be able to achieve, since:
```
NotImplementedError: Cannot access storage of SparseTensorImpl
```
In the following forum post https://discuss.pytorch.org/t/how-to-inherit-sparse-ten... | module: sparse,triaged | low | Critical |
2,769,250,775 | next.js | Issue with dynamic route params returning %5Bslug%5D | ### Link to the code that reproduces this issue
https://github.com/anas029/vercel-dynamic-route
### To Reproduce
deploy it on vercel
go to link `/people/list/one`
### Current vs. Expected behavior
it gives invalid page params value
e.g.: [https://vercel-dynamic-route.vercel.app/people/list/one](https://vercel-dy... | Parallel & Intercepting Routes,Partial Prerendering (PPR) | low | Major |
2,769,264,565 | rust | Tracking Issue for `const_slice_reverse` | Feature gate: `#![feature(const_slice_reverse)]`
This is a tracking issue for using `<[T]>::reverse` in `const`.
<!--
Include a short description of the feature.
-->
### Public API
```rust
impl<T> [T] {
pub const fn reverse(&mut self);
}
```
### Steps / History
- [ ] Implementation: #135121
- [ ] Final comme... | T-libs-api,C-tracking-issue | low | Minor |
2,769,265,552 | PowerToys | win10使用最新的v0.87和0.87.1版本会导致powerToys的主页打不开,也无法退出,点击右下角图标也没有任何反应,退回到0.86版本就正常了 | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub, Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
General, Settings, Welcome / PowerToys Tour window
### Steps to reproduce
系统托盘打不开,无法查看错误日志
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
_No response_
### ... | Issue-Bug,Needs-Triage | low | Minor |
2,769,270,036 | react | [React 19] Reintroduce debugSource in some kind of opt-in way | ## Summary
`__debugSource` was removed in #28265 to solve problems that do not apply to us and without including any 1:1 replacement that we could make work for our case. We are currently looking for ways to re-implement it for React 19 but all approaches seem quite hacky or fragile without any additional support fr... | React 19 | low | Critical |
2,769,270,726 | rust | ICE: `assertion failed: !ty.has_non_region_infer()` | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/outlives_bounds.rs:54:5: 'assertion failed: !ty.has_non_region_infer()'', 'thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/outlives_bounds.rs:54:5: 'assertion failed: !ty.has_non_region_infer()'... | I-ICE,T-compiler,C-bug,S-bug-has-test,fixed-by-next-solver,S-has-bisection | low | Critical |
2,769,270,919 | PowerToys | Add circle to search | ### Description of the new feature / enhancement
Circle to search is currently a flagship feature that allows one to encircle a portion of the screen while running image recognition and open a tab with the output as the query to the search engine.
### Scenario when this would be used?
We mostly do research on laptop... | Needs-Triage | low | Minor |
2,769,279,900 | PowerToys | Restoring from hibernation in Win11 | ### Microsoft PowerToys version
0.87.1.0
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
Hibernated Windows11 through PowerToys Run by typing: "Hibernate". When next time turned the computer on, a message window appeared.
### ✔... | Issue-Bug,Needs-Triage | low | Minor |
2,769,284,058 | react-native | [IOS] No/disappearing Conversion Line when Typing CJK (Chinese, Japanese, Korean) Characters into TextInput (0.76.5) | ### Description
When typing CJK characters into TextInput, the conversion line (the line under the group of pre-formatted characters) disappears after typing the first character or doesn't appear at all.
https://github.com/user-attachments/assets/6afb4b71-cb77-406b-a768-8b5fbd775cf7
### Steps to reproduce
1. ... | Platform: iOS,Issue: Author Provided Repro,Component: TextInput | low | Minor |
2,769,284,213 | pytorch | `torch.nn.functional.one_hot` has inconsistent execution behavior under torch.compile | ### 🐛 Describe the bug
First of all, given the following input:
```python
a = torch.arange(0, 5) % 3 # [0,1,2,0,1]
a = a.to('cuda')
num_classes = 1
```
Directly calling `torch.nn.functional.one_hot` will throw a `RuntimeError`, which seems expected since the `max(a) > num_classes` (although the error messa... | high priority,triaged,oncall: pt2,module: dynamo | low | Critical |
2,769,322,116 | vscode | Bad hover handling (unjustifiable blockage) | In particular for touch input. (that may have atypical ["mouseleave"](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseleave_event) handling)
<img src="https://github.com/MasterInQuestion/attach/raw/main/microsoft/vscode/237285/hover.webp" alt=" https://github.com/MasterInQuestion/attach/raw/main/mi... | workbench-hover | low | Minor |
2,769,326,865 | rust | ICE: rustc_hir_typeck: index out of bounds | <!--
[31mICE[0m: Rustc ./a.rs '' 'thread 'rustc' panicked at compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:2611:34: 'index out of bounds: the len is 2 but the index is 2'', 'thread 'rustc' panicked at compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:2611:34: 'index out of bounds: the len is 2 but the index is 2''
Fi... | I-ICE,T-compiler,C-bug,S-has-mcve,S-bug-has-test,T-types,S-has-bisection | low | Critical |
2,769,327,638 | langchain | ChatPromptTemplate.format_messages does not handle f-strings inherited from BaseMessage, such as SystemMessage, etc | ### 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,investigate | low | Critical |
2,769,334,462 | ollama | llama3.2-vision doesn't utilize my GPU. | ### What is the issue?
I bought a new pc with 4070 Super to do some AI tasks using Ollama, but when I tried to run llama3.2-vision it just didn't utilize my GPU and only utilize my CPU, llama3.2 does utilize my GPU, so why is that? thank you.
### OS
Windows
### GPU
Nvidia
### CPU
AMD
### Ollama version
0.5.4 | bug | medium | Critical |
2,769,336,258 | TypeScript | Unary minus on 'any' should infer type to 'number | bigint', not just 'number' | ### 🔎 Search Terms
"unary minus", "negate bigint"
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about bigint
### ⏯ Playground Link
https://www.typescriptlang.org/play/?target=99&ts=5.7.2#code/MYewdgzgLgBARjAvDAtACgIxgJQG4BQA9ITKTAHoD8+... | Suggestion,In Discussion | low | Minor |
2,769,340,629 | flutter | SliverReorderableList has different behavior than ReorderableListView when children are stateful | ### Steps to reproduce
States of stateful children of `SliverReorderableList` are destroyed if their widgets are re-ordered.
1- Run the code sample as it is
2- Tap on widget with item ID: 2 (It will turn blue)
3- Drag widget with item ID: 1, and place it right under item ID: 2 (Observe that itemID: 2 retains it... | framework,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28 | low | Minor |
2,769,369,922 | excalidraw | Rendering Problem on Linux(Debian) | 
Excalidraw website is having issues with rendering bigger size of the objects, which is visible in the above picture. Is this a problem on my end?? I have used Excalidraw on windows and it works flawlessly.
How can I resolve thi... | bug,Linux | low | Minor |
2,769,372,187 | tensorflow | How can I use local CUDA instead of hermetic CUDA to build? | ### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.18
### Custom code
No
### OS platform and distribution
Ubuntu 24.04
### Mobile device
_No response_
### Python version
3.12
### Bazel version
6.5.0
### GCC/compiler versi... | type:build/install,subtype: ubuntu/linux,TF 2.18 | medium | Critical |
2,769,372,272 | tensorflow | Broken compatibility with tensorflow-metal in 2.18 | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.18
### Custom code
Yes
### OS platform and distribution
MacOS 15.2
### Mobile device
_No response_
### Python version
3.11.11
### Bazel version
_No response_
### GCC/compiler vers... | type:bug,comp:gpu,TF 2.18 | low | Critical |
2,769,373,062 | rust | [ICE]: Both stable and nightly crash at `compiler/rustc_const_eval/src/interpret/operand.rs:84:42` on the invalid code under `opt-level=3` | ### Code
```Rust
#![allow(unused)]
#![allow(type_alias_bounds)]
pub trait Foo {
fn test(&self);
}
async fn generic_function<'g, X: Foo>(x: &'g X) {}
enum E
where
i32: Foo,
{
V,
}
struct S
where
i32: Foo;
trait T where
i32: Foo,
{
}
union U
where
i32: Foo,
{
f: i32,
}
type Y
where
i32: F... | I-ICE,T-compiler,C-bug,A-const-eval,S-has-mcve,S-bug-has-test | low | Critical |
2,769,380,434 | deno | Vite's development server misbehaves when run under Deno version 2.1.2 and later | Version: Deno 2.1.2, 2.1.3, 2.1.4
OS: Arch Linux
When Vite's development server is running under Deno and a file it is tracking is modified by Neovim, a change is registered in every file that Vite is tracking and all are reloaded.
Because of this HMR is unusable. Vite will inevitably detect too many changes an... | bug,node compat | low | Critical |
2,769,386,481 | flutter | Firebase Flutter tutorial includes incorrect statement statement to define GuestBookState | In [this codelabs firebase tutorial](https://firebase.google.com/codelabs/firebase-get-to-know-flutter#6), it shows below line of code which complains about invalid use of private type in public API...
```dart
@override
_GuestBookState createState() => _GuestBookState();
```
...but the sample source uses... | team-codelabs | low | Critical |
2,769,387,753 | pytorch | PyTorch Enum PYI stubs are invalid. Fix typing of PYI stubs | ### 🐛 Describe the bug
Updating mypy reveals that the way we have defined enums in our PYI stub is not valid. Specifically, we are not suppose to annotate the type of any values per https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members . Therefore, we need to fix the typing and update it to a more ... | module: typing,module: lint,triaged | low | Critical |
2,769,396,767 | vscode | Hardware acceleration creates memory Leak on 1.96.2; eventually caps RAM and freezes computer | <!-- ⚠️⚠️ 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,perf,under-discussion,gpu | low | Critical |
2,769,403,308 | go | text/scanner: SkipComments is ignored without ScanComments | ### Go version
go1.23.4
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/carlo/.cache/go-build'
GOENV='/home/carlo/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/c... | Documentation,NeedsInvestigation,BugReport | low | Critical |
2,769,442,620 | tensorflow | MFCC-Example-Model converted from TF to TFlite fails with IsPowerOfTwo-RuntimeError inside rfft2d | ### 1. System information
- OS Platform and Distribution: Linux Mint 6.2.9
- TensorFlow installation: pip
- TensorFlow library: 2.18.0 (latest)
### 2. Code
Below is a minimum example which triggers the rfft2d IsPowerOfTwo RuntimeError.
The MFCC-Calculation was directly taken from the tutorial from [tensorfl... | stat:awaiting tensorflower,type:bug,comp:lite,TFLiteConverter,TF 2.18 | medium | Critical |
2,769,446,144 | ui | [bug]: Area Chart - Interactive | ### Describe the bug
when using Area Chart - Interactive with the cart type set to basis the dot isn't on the right place
### Affected component/components
Area Chart
### How to reproduce
make a chart and set the type to basis
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Inf... | bug | low | Critical |
2,769,448,053 | rust | Improvable error when putting `mut` in front of argument in trait method | ### Code
```Rust
trait Foo {
fn foo(mut a: String);
}
```
### Current output
```Shell
error: patterns aren't allowed in functions without bodies
--> src/lib.rs:3:12
|
3 | fn foo(mut a: String);
| ^^^^^ help: remove `mut` from the parameter: `a`
|
= warning: this was previously accepted by... | A-diagnostics,T-compiler | low | Critical |
2,769,460,767 | next.js | A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. | ### Link to the code that reproduces this issue
https://github.com/Dan6erbond/portfolio
### To Reproduce
1. Install dependencies with `pnpm i`
2. Copy the `.env.example` to `.env`
3. Start the Postgres container using `docker compose up -d`
4. Run Payload migrations with `pnpm payload migrate`
5. Build the... | dynamicIO | low | Critical |
2,769,462,846 | neovim | nvim -l/-es/-Es should enable user config + plugins by default | ### Problem
- By default, `nvim -es` skips user config unless `-u` is given.
- By default, `nvim -l` skips user config *and* disables (builtin) plugins.
Overriding these defaults is clumsy: `-u path/to/config -c 'set loadplugins'`
whereas the inverse case is easy: `--clean`.
see discussion in https://github.com/neov... | enhancement,defaults,needs:discussion,startup | low | Minor |
2,769,475,308 | TypeScript | The `parseJsonConfigFileContent` function does not resolve relative JSON paths | ### 🔎 Search Terms
json, imports, files, allowJs, resolveJsonModule
### 🕗 Version & Regression Information
This is replicated in TypeScript version 5.7.2. It has not been tested on earlier versions.
### ⏯ Playground Link
_No response_
### 💻 Code
[;
```
### Background
You recently deprecated `page.deleteCookie` et al, it seems the new API is not ready and or brokenly designed.... | bug,feature,confirmed,P2 | low | Critical |
2,769,513,214 | godot | (Documentation) TextEdit's get_version does not actually return something resembling a count of undo/redo operations | ### Tested versions
4.3.beta2 (last version to not have a different bug I'm avoiding)
### System information
Godot v4.3.beta2 - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6800 (Advanced Micro Devices, Inc.; 32.0.12033.1030) - AMD Ryzen 5 7600X 6-Core Processor (12 Threads)
### Issue description
The... | discussion,topic:gui | low | Critical |
2,769,537,294 | rust | Tracking Issue for std::net::hostname | <!--
Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If the new feature is small, it may be fine to skip the RFC process. In that
case, you can use `issue = "none"` in your i... | T-libs-api,C-tracking-issue,A-io | low | Minor |
2,769,538,919 | kubernetes | `matchLabelKeys` in PodTopologySpread should insert a labelSelector like PodAffinity's `matchLabelKeys` | follow up: https://github.com/kubernetes/enhancements/pull/4001#discussion_r1206841191
Currently, we have matchLabelKeys in two places, PodAffinity and PodTopologySpread.
Historically, PodTopologySpread's one was introduced first and then PodAffinity.
When we designed PodAffinity, we decided to take a different ... | sig/scheduling,kind/feature,needs-triage | medium | Critical |
2,769,555,512 | rust | Precise captures in ITIAT are not refining | [I tried this code:](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=5c131dec691c82024576391dc589febe)
```rust
#![feature(impl_trait_in_assoc_type)]
pub trait Trait {}
impl<T> Trait for T {}
pub struct Context;
pub trait Component {
type Creation<'a>: Trait;
fn create(self, ctx: &Con... | A-lifetimes,A-trait-system,A-impl-trait,C-bug,requires-nightly,S-has-mcve,T-types,F-impl_trait_in_assoc_type | low | Critical |
2,769,567,833 | terminal | Open in Terminal option not initially appearing in the context menu | ### Windows Terminal version
1.21.3231.0 and 1.22.3232.0
### Windows build number
10.0.22631.0
### Other Software
N/A
### Steps to reproduce
1. Reboot the computer or restart Windows Explorer from Task Manager. Then, right click on the desktop background or a folder background. The context menu does not show t... | Issue-Bug,Needs-Triage | low | Minor |
2,769,580,341 | kubernetes | Can't mount iscsi volume with openiscsi from target that does not automatically inform your initiator about changes in that session. | ### What happened?
Can't mount iscsi volume in pod.
I'm creating pod with iscsi volume from NAS using config:
```
---
apiVersion: v1
kind: Pod
metadata:
name: iscsipd2
spec:
containers:
- name: iscsipd-ro
image: nginx
volumeMounts:
- mountPath: "/mnt/iscsipd"
name: iscsipd-rw
... | kind/bug,sig/storage,needs-triage | low | Critical |
2,769,625,190 | godot | OneShots can't fade out StateMachine shots with no running animation | ### Tested versions
- Reproduceable in 4.3.stable
### System information
Windows 11, 4.3.stable, Vulkan 1.3.289, Forward+, Geforce 4080 RTX
### Issue description
When an `AnimationNodeOneShot` in an `AnimationNodeBlendTree` has its `shot` pin connected to an `AnimationNodeStateMachine` with no playing animation, `... | enhancement,topic:animation | low | Minor |
2,769,632,754 | transformers | Very slow to load deep seekv3 int4 model and device_map="auto" "sequential" bug | ### System Info
transforms 4.47.0
### Who can help?
_No response_
### Reproduction
please refer the code in model card https://huggingface.co/OPEA/DeepSeek-V3-int4-sym-gptq-inc
### Expected behavior
1 **Loading is very slow.** Loading the model (https://huggingface.co/OPEA/DeepSeek-V3-int4-sym-gp... | bug | low | Critical |
2,769,654,711 | transformers | How about adding a combined step and epoch feature to save_strategy? | ### Feature request
Add epoch+steps functionality to save_strategy
### Motivation
I often set save_strategy to epoch for saving, but sometimes I need to run experiments with steps.
Recently, I had to compare checkpoints saved at both epoch and step intervals, which required running the experiment twice and was qui... | Feature request | low | Minor |
2,769,658,077 | transformers | Warning 'The attention mask is not set' | Having the same warning appearing in a closed pull request #33509
### System Info
- `transformers` version: 4.47.1
- Platform: Linux-5.15.146.1-microsoft-standard-WSL2-x86_64-with-glibc2.39
- Python version: 3.12.3
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.5.0
- Accelerate version: 1.2.1
-... | bug | low | Minor |
2,769,666,713 | flutter | [Impeller] Android rendering issues with the RK3588 chip | ### Steps to reproduce
Flutter demo App
### Expected results
...
### Actual results
In Flutter 3.27.1, Android rendering issues (screen tearing) occur when switching pages on devices with the RK3588 chip. After setting Impeller to false, the software runs normally.
### Code sample
<details open><su... | waiting for customer response,in triage | low | Major |
2,769,668,541 | pytorch | Support LayerNorm2d | ### 🚀 The feature, motivation and pitch
Hi, I want to use a layernorm with BCHW features, where normalization applied to every pixel, see [this](https://github.com/huggingface/pytorch-image-models/blob/131518c15cef20aa6cfe3c6831af3a1d0637e3d1/timm/layers/norm.py#L71) for a reference. Currently, we have to use 2 `resh... | module: nn,triaged | low | Minor |
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.