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,756,468,103 | rust | Tracking issue for release notes of #83163: Tracking Issue for const_swap |
This issue tracks the release notes text for #83163.
### 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
The... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,756,472,568 | transformers | AttributeError: 'SegformerFeatureExtractor' object has no attribute 'reduce_labels' still has no clear guide around | ### System Info
Python 3.11.10, transformers 4.47.0
### Who can help?
@stevhliu
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [X] My own task or dataset (give deta... | bug,Vision | low | Critical |
2,756,488,170 | kubernetes | File name too long | ### What happened?
Hi guys,
I need your help with something really weird. I have JupyterHub in an Openshift production environment and one of my users created a notebook with a really long name. Everything was fine, until the next day when he failed to initialize his pod due to this error:
![Captura desde 2024... | kind/support,needs-sig,needs-triage | low | Critical |
2,756,489,130 | next.js | Error importing pure TS packages (with Bun, Turbo, or neither) | ### Link to the code that reproduces this issue
https://github.com/ctjlewis/ts-package-example
### To Reproduce
Repro here:
https://github.com/ctjlewis/nextjs-ts-package
It attempts to load this simple mock package:
https://github.com/ctjlewis/ts-package-example
---
Without Bun, Turbo throws:
... | Webpack,TypeScript,Runtime,Turbopack,Module Resolution | low | Critical |
2,756,509,988 | godot | RichTextLabel (RTL): add_text(), append_text(), add_image() (and probably others) do not work on orphan RTL | ### Tested versions
Reproducible in: v4.4.dev7.official [46c8f8c5c], v4.3.stable.official [77dcf97d8]
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce MX450 (NVIDIA; 32.0.15.5613) - 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GH... | bug,needs testing,topic:gui | low | Critical |
2,756,536,640 | flutter | [web] --optimization-level 4 breaks web apps on Safari | When building my Flutter web application with `--optimization-level=4` (the default), Safari only displays a gray box, whereas Chrome and Firefox show the application correctly. Using `--optimization-level=2` resolves the issue for Safari, suggesting that the optimization level might be causing the bug.
### Steps to... | in triage | low | Critical |
2,756,543,036 | PowerToys | For the color picker, display the names of at least the X11 color names | ### Description of the new feature / enhancement
Red
### Scenario when this would be used?
Crimson
Brown
Coral
...
### Supporting information
https://en.wikipedia.org/wiki/X11_color_names | Needs-Triage | low | Minor |
2,756,569,298 | godot | Weird (choppy?) rendering of linear movement | ### Tested versions
- Ocurred in v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Linux Mint 22 (Wilma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i7-12700H (20 threads)
### Issue description
... | needs testing,topic:3d | low | Minor |
2,756,573,663 | go | go/types: missing error on an edge-case with continue/break with labels | Once again, because i am poking around with `go/types` internals, i have spotted a bug in the type-checker.
The code below type-checks without any error:
```go
package test
func test() {
outer:
for range "aa" {
break outer
}
for range "aa" {
break outer
}
}
```
This happens because `lstm... | NeedsFix | low | Critical |
2,756,578,352 | rust | Is StdoutLock guranteed to be reentrant? | ### Location
https://doc.rust-lang.org/std/io/struct.Stdout.html#method.lock
https://doc.rust-lang.org/std/io/struct.Stderr.html#method.lock
https://doc.rust-lang.org/std/io/struct.Stdin.html#method.lock
### Summary
Currently code like this is fine and a convenient way to lock stdout to prevent other threads from in... | T-libs-api,A-docs | low | Minor |
2,756,583,306 | go | x/tools/gopls: report if accepting a completion item will result in auto-import | ### gopls version
0.17.1
### go env
```shell
..
```
### What did you do?
"os" is not yet imported:
<img width="888" alt="image" src="https://github.com/user-attachments/assets/447f0444-ccd4-48ef-b999-2eaa53dd7a70" />
however, strings are already imported:
<img width="917" alt="image" src="https:... | FeatureRequest,gopls,Tools | low | Minor |
2,756,584,063 | PowerToys | Workspaces launches Tor Browser instead of Firefox if both are installed. | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
Workspaces
### Steps to reproduce
Workspaces even version 87.1 cannot tell the difference between the Tor Browser and Firefox if both are installed. It used to be able to do so before somewhe... | Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces | low | Major |
2,756,589,573 | flutter | Re-enable network access for AVDs | The `video_player` driver test `asset videos live stream duration != 0` is failing (see failure: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20android_platform_tests_shard_6%20master/1962/overview) because https://flutter-review.googlesource.com/c/recipes/+/61440 removed the flag that enables netwo... | platform-android,P1,team-android,triaged-android | medium | Critical |
2,756,610,954 | flutter | [ios]Make engine scenario tests depend on actual frameworks | ### Use case
The engine scenario tests rely on fake commands sending to the engine, as we couldn't use framework, which was in a separate repo. This setup doesn't give us enough confidence since it's not testing the whole pipeline. Furthermore, it gives us "false confidence", which IMO is even worse than "no confidenc... | a: tests,platform-ios,P2,team-ios,triaged-ios | low | Minor |
2,756,622,393 | flutter | `flutter build apk --config-only` prints `Config complete` right before the command exits, which doesn't match other commands | ```
$ flutter build apk --config-only
Downloading android-arm-profile/darwin-x64 tools... 287ms
Downloading android-arm-release/darwin-x64 tools... 134ms
Downloading android-arm64-profile/darwin-x64 tools... 142ms
Downloading android-arm64-release/darwin-x64 tools... ... | tool,P3,team-android,triaged-android | low | Minor |
2,756,648,561 | neovim | defaults: `q` should close floating windows | ### Problem
Within the plugin ecosystem, `q` (in normal mode) is a common mapping to close floating windows. It's also used within core, to close the LSP Hover window.
Usually, floating windows aren't modifiable, so having `q` mapped to recording a macro isn't all that useful.
### Expected behavior
`q` should be ma... | enhancement,defaults,needs:discussion | low | Major |
2,756,668,817 | ui | [bug]: Add button component with yarn fails | ### Describe the bug
npx shadcn@latest add button
โ Checking registry.
โ Installing dependencies.
โ Updating files.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
The component at https://ui.shadcn.com/r/colors/brand-primary.jso... | bug | low | Critical |
2,756,682,971 | PowerToys | Remapping ALT+<key> to DEL doesn't fully work : CTRL+ALT+<key> triggers CTRL+ALT+DEL instead of CTRL+DEL | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
- Remap ALT+X to DEL
- Type CTRL+AL+X
It should trigger CTRL+DEL (delete the entire next word), but it triggers CTRL+ALT+DEL which opens the me... | Issue-Bug,Needs-Triage | low | Critical |
2,756,710,810 | pytorch | [inductor][cpu] Accuracy failure on bmm max_autotune for offset input weights | ### ๐ Describe the bug
Accuracy error is occurring for BMM max_autotune code when input weights have an offset. Issue is not reproducible on main due to #143102 but after #143141 lands, this issue shows up. Found testing torchbench `sam` model with `--amp`.
Here is a sample test to reproduce (could be added to `te... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,756,724,761 | ollama | Change ToolFunction->Parameters to json.RawMessage like in the Format property | ### What is the issue?
I'm trying to use Tools in the `ChatRequest`, but the `Parameters` property in `ToolFunction` does not allow me to put my full JSON schema in there, while the `Format` property does.
I would suggest changing the type of `Parameters` into `json.RawMessage` just like `Format`.
I'm current... | bug | low | Minor |
2,756,735,724 | go | sync: unaligned atomic write => SIGBUS (darwin/amd64) | ```
#!watchflakes
default <- pkg == "golang.org/x/tools/go/buildutil" && test == ""
```
Issue created automatically to collect these failures.
```go
func (o *Once) doSlow(f func()) {
o.m.Lock()
defer o.m.Unlock()
if o.done.Load() == 0 {
defer o.done.Store(1) // SIGBUS
f()
}
}
```
... | WaitingForInfo,NeedsInvestigation,Tools,compiler/runtime | low | Critical |
2,756,738,225 | go | go/printer: Comment-LineBreak-LineBreak-SelectorExpr-Comment AST modification issue | ### Go version
go version go1.23.4 windows/amd64
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\user\AppData\Local\go-build
set GOENV=C:\Users\user\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHO... | NeedsInvestigation,FixPending | low | Critical |
2,756,739,615 | flutter | Prevent `flaux` and legacy `engine` repository from rolling .ci.yaml | The `flaux` and `engine` repositories have outdated .ci.yaml files, but they still have CI steps which attempt to roll their .ci.yaml file into the luci config in the infra repository. This ends up stomping the valid luci configuration coming from the rolls in the post-monorepo-merge `flutter` repository. See this comm... | team-infra,P1,c: tech-debt,monorepo | medium | Minor |
2,756,740,146 | flutter | Flutter 3.27.1 webview rendering on Samsung Tab Active3 SM-T575 | ### Steps to reproduce
I can't reproduce this issue on my devices and don't have reproducible test.
The app is built with Flutter 3.27.1 and issue is reported by users hitting it running on Samsung Tab Active3 SM-T575 tablet.
The screen contains the latest version of the `webview_flutter` plugin and it shows som... | P1,e: impeller,team-engine,triaged-engine | medium | Major |
2,756,762,298 | pytorch | CUDA error when compiling loss function | ### ๐ Describe the bug
In torchtitan, we recently turned on torch.compile on the loss function. It runs well until a recent pytorch nightly. As it broke CI, we have to turn it off in https://github.com/pytorch/torchtitan/pull/755. Please help resolve so that we can re-enable it.
### Error logs
There are various err... | triaged,oncall: pt2,activation-checkpointing | low | Critical |
2,756,769,055 | rust | `on_unimplemented` label and notes are not displayed for transitive bounds | ### Code
```Rust
struct S;
#[diagnostic::on_unimplemented(
message = "unable to generate binding for function",
label = "Some label",
note = "note 1",
note = "note 2",
note = "note 3",
)]
trait Failure7<'a> {}
impl<'a> Clone for S where S: Failure7<'a> {
fn clone(&self) -> Self {
unre... | A-diagnostics,T-compiler | low | Critical |
2,756,810,351 | rust | Missed optimization: bounds checking if index is both subtracted and divided | Take this code:
```rust
#[no_mangle]
pub fn example(arr: &[u32]) -> u32 {
let mut result = 0;
for i in 1..arr.len() {
result = arr[(i - 1) / 2];
}
result
}
```
If there was only a subtraction, the bounds check would be removed. Same if there was only a division (or a right shift).
But if there ... | T-compiler,C-optimization | low | Critical |
2,756,819,291 | vscode | automaticy run command after applying code in editor | <!-- โ ๏ธโ ๏ธ 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. -->
When I apply the code from github copilt in the edito... | feature-request | low | Minor |
2,756,839,586 | rust | regression: error[E0275]: overflow evaluating the requirement (related to `pin-project`) | These look similar, but feel free to split the issue if they have distinct causes.
1. https://crater-reports.s3.amazonaws.com/beta-1.84.0-4-retry2/beta-2024-12-08/gh/ethereum-mousse.mousse/log.txt
```
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `(PhantomData<warp::filters::any::AnyFut>, PhantomD... | T-compiler,regression-from-stable-to-beta,C-bug,I-prioritize,E-needs-investigation | low | Critical |
2,756,862,617 | rust | `std::ptr::swap_nonoverlapping` is not always untyped | <!--
Thank you for filing a regression report! ๐ A regression is something that changed between versions of Rust but was not supposed to.
Please provide a short summary of the regression, along with any information you feel is relevant to replicate it.
-->
### Code
I tried this code:
```rust
#![allow(unused)]
use ... | P-high,T-compiler,regression-from-stable-to-stable,C-bug,T-libs | low | Critical |
2,756,862,755 | langchain | o1-mini and o1 is not supported yet? | ### 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,756,883,950 | langchain | openapi toolkit does not replace variable values from API specification parameters | ### 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 b... | ๐ค:bug | low | Critical |
2,756,963,740 | rust | regression: ICE: thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/decoder.rs:1501:75 | A few rustdoc results in crater have the same backtrace:
1. https://crater-reports.s3.amazonaws.com/beta-rustdoc-1.84.0-4-retry/beta-2024-12-08/reg/conflagrate-0.1.0/log.txt
2. https://crater-reports.s3.amazonaws.com/beta-rustdoc-1.84.0-4-retry/beta-2024-12-08/reg/ink-5.1.1/log.txt
3. https://crater-reports.s3.amazona... | T-rustdoc,I-ICE,T-compiler,regression-from-stable-to-stable,C-bug,I-prioritize | low | Critical |
2,756,996,608 | react | Bug: `eslint-plugin-react-hooks` false positive with `for` loop in function body | <!--
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.
-->
React version: N/A
Eslint-plugin-react-hooks version: 5.1.0
## Steps To Repr... | Status: Unconfirmed | low | Critical |
2,757,014,985 | pytorch | [inductor] [dtype] `ReplicationPad` raise dtype error on eager but pass the check on indcutor | ### ๐ Describe the bug
**symptom**: when using a normal input to this model, `signbit` output a `bool` value. `replication_pad` rejects bool on eager but pass the check on inductor. I'm not sure which one should be taken.
**device**: both on cpu and cuda
**exposed area**: ReplicationPad1d, ReplicationPad2d, Re... | triaged,oncall: pt2,module: inductor | low | Critical |
2,757,024,078 | pytorch | Looking for valid compiling option for extension based on torch-2.1.0+cpu.cxx11.abi | ### ๐ Describe the bug
Try to compile extension based on [torch-2.1.0+cpu.cxx11.abi](https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.1.0%2Bcpu.cxx11.abi-cp39-cp39-linux_x86_64.whl#sha256=f100b87d0e307dcac6321dd8f4895f14f6fa6974a921e9e7369bd9c7be4f0d5d) and set D_GLIBCXX_USE_CXX11_ABI=1.
env info:
```
Ar... | high priority,needs reproduction,module: crash,module: build,module: cpp-extensions,triaged | low | Critical |
2,757,051,073 | vscode | JSON rendering: No way to get pretty printed colored output | ### Applies To
- [x] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
<img width="3120" alt="Image" src="https://github.com/user-attachments/assets/b1d4c5b8-0b48-43ed-9c5a-5feb1ea54636" />
expecting output like
<img width="132" alt="Image" src="h... | bug,info-needed | low | Minor |
2,757,052,949 | opencv | Error Compiling for CUDA: cuDSS | ### System Information
OS/Platform : Ubuntu 22.04 (Docker Image) (x86_64)
NVIDIA RTX 3060Ti
Opencv version: Latest
Compiler version: GNU 11.4.0
Python version: 3.10.12
### Detailed description
Hello, I am trying to compile OpenCV for use with an NVIDIA GPU inside a docker container. I have been building with the... | bug | low | Critical |
2,757,087,920 | godot | Bottom Panel FileSystem default shortcut key (ALT+F) conflicts with other shortcuts | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
### System information
Operating System: Kubuntu 24.04 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 Kernel Version: 6.8.0-49-generic (64-bit)
### Issue description
Shortcut key (ALT+F) for the FileSystem toggle tab when docked at... | bug,topic:editor,usability,topic:input | low | Minor |
2,757,105,070 | flutter | [packages][tool] `make-deps-path-based` should sort dependency overrides | The `camera/camera/example` app had the following dependency override:
```
dependency_overrides:
camera_web:
path: ../../camera_web
```
When running `dart flutter_plugin_tools.dart make-deps-path-based --current-package --target-dependencies=camera_android_camerax` on the branch of [this PR](https://... | p: tooling,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
2,757,128,592 | next.js | Bump webpack dependency to 5.97.1 to resolve compilation errors on .wasm files with Reference Types enabled. | ### Link to the code that reproduces this issue
https://github.com/njbrown/next-ferrostar
### To Reproduce
1. Clone repo
2. run `yarn` to install deps
3. run `yarn dev`
### Current vs. Expected behavior
Current Behavior:
Webpack is unable to parse .wasm embedded in the `@stadiamaps/ferrostar` package.
![im... | Webpack | low | Critical |
2,757,135,595 | tauri | [bug] why devtools setting not working? | ### Describe the bug

The dock location set not working and the dark theme setting not save๏ผ๏ผ
### Reproduction
_No response_
### Expected behavior
the setting be working.
### Full `tauri info` output
```text
~~~
$ pnpm run... | type: bug,status: upstream,platform: Windows | low | Critical |
2,757,161,174 | pytorch | @custom_op extensions could not be export.export()ed via AOT and run from C++ | ### ๐ Describe the bug
Here is the repro. I am adding a @custom_op to a working example that saves ExportedProgram via AOT and runs it from C++. When I add custom operation, it stops working :
Error: Could not find schema for mylib::custom_add.
```
import torch
def custom_add_direct(a: torch.Tensor, b: torch... | module: docs,module: error checking,triaged,module: custom-operators,oncall: pt2,oncall: export,module: pt2-dispatcher | medium | Critical |
2,757,215,058 | rust | Outdated comment about std::hash::DefaultHasher being inaccessible | ### Location
https://github.com/rust-lang/rust/blob/f3343420c813a3dad6746e274137ba51bf97f063/library/std/src/hash/random.rs#L5-L6
### Summary
This comment in library/std/src/hash/random.rs says
```Although its items are public and contain stability attributes, they can't actually be accessed outside this crate.```
... | A-docs,T-libs | low | Minor |
2,757,233,516 | vscode | Super super slow to do any task |
Type: <b>Performance Issue</b>
Hello,
Recently I discovered that my VS Code became super slow while completing any task. A simple saving/source control changing can take like half a minute to complete. I have also disabled all extensions but no luck. My system resources can also hold. Please help!!!
VS Code version... | info-needed | low | Critical |
2,757,242,458 | ollama | ollama.com model quantization levels are not displayed correctly | ### What is the issue?
This issue is a continuation of #7816
The issue with incorrect local ollama quantization levels in #7816 has been resolved, but the same problem appears in the model cards of models uploaded to ollama.com.
example:
https://ollama.com/CBYellowstone/sakura-v1.0

**device**: only cuda
**exposed area**: only input tensor is `inf` (`nan` wouldn't trigger inconsistency)
**code**
```python
import torc... | triaged,oncall: pt2,module: inductor,upstream triton | low | Critical |
2,757,257,719 | godot | Wrong gradient colors when game or editor start | ### Tested versions
- Reproducible in 4.3.stable and 4.4.dev7
### System information
Linux Mint 22 x86_64 Cinnamon 6.2.9 X11 (Nvidia 1050 Mobile), exported game for Windows 10 (Nvidia 1060); both Vulkan rendering
### Issue description
 => new Response("Hello, world!"));
```
```sh
$ deno run -A --unstable-otel main.ts
```
Then request to `http://localhost:8000`, the following error occurs:
... | bug,otel | low | Critical |
2,757,316,384 | excalidraw | Painting board and brush issues | Using the paintbrush on the Ronor Pad7 tablet feels like there is no ink, and it is also very difficult to draw. In short, there is a problem with the brushstrokes, which can be found on the browser's official website;
Here are some information about the tablet:
model: AGM3-W09HN
Version number: [4.0.0.246](url) (C00E2... | bug,freedraw,huawei | low | Minor |
2,757,317,238 | PowerToys | New+ Shortcut keys | ### Description of the new feature / enhancement
Can you add a shortcut key for new+, just like the new (w) in Win10
### Scenario when this would be used?
We can directly use the shortcut key wf to create folders after opening ... | Needs-Triage | low | Minor |
2,757,429,594 | rust | Infinite recursion in type resolution for unused type | Example:
```rust
use std::collections::HashMap;
use std::marker::PhantomData;
trait Resource {}
struct Res<'w, T: ?Sized + Resource>(&'w T);
impl<'w, 'a, T: Resource> IntoIterator for &'a Res<'w, T>
where
&'a T: IntoIterator,
{
type Item = <&'a T as IntoIterator>::Item;
type IntoIter = <&'a T as IntoIte... | C-bug,I-hang,E-needs-mcve,T-types,fixed-by-next-solver | low | Critical |
2,757,484,276 | transformers | Training issues latest version | ### System Info
- `transformers` version: 4.48.0.dev0
- Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39
- Python version: 3.11.11
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.4.5
- Accelerate version: 1.2.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+... | trainer,bug | low | Critical |
2,757,499,193 | flutter | [camera_android_camerax] Can't run an android app with camera plugin dependency | ### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/pub/gl... | waiting for customer response,in triage | medium | Critical |
2,757,576,705 | neovim | Cannot use `sudoedit` with the AppImage build | ### Problem
The AppImage build of neovim, at least at 0.10.3 cannot be used inside sudoedit. Other builds work as expected.
### Steps to reproduce
```
$ EDITOR=path/to/neovim.appimage sudoedit /hello
[sudo] password for federico:
create mount dir error: Permission denied
sudoedit: /hello unchanged
```
### Expecte... | bug,needs:response,permissions | low | Critical |
2,757,585,332 | godot | TextEdit caret appears at the top-left of the screen instead of inside the TextEdit field on iPhone (HTML export) | ### Tested versions
Reproducible in Godot v4.3.stable.official [77dcf97d8], Web Export, Iphone (12, 14, 16) - I tested on this device
### System information
Ubuntu 22.04.5 LTS - Godot v4.3.stable - Mesa Intelยฎ UHD Graphics 620 (KBL GT2) - Intelยฎ Coreโข i7-8650U CPU @ 1.90GHz ร 8
### Issue description
When using th... | bug,platform:web,topic:gui | low | Minor |
2,757,639,902 | ant-design | Ant Design v6 tasks | - Discussion from #51919
- Preparation
- [x] Create next branch
- React support version bump to 18
- [x] CI 16, 17, 18 Test Case change to 18, 19 @zombieJ
- #52130
- [ ] `rc-util` remove all the `.js` suffix file @li-jia-nan
- https://github.com/react-component/util/pull/610
- https://github.com/reac... | ๐ก Feature Request,6.x | medium | Minor |
2,757,662,496 | rust | `std::thread::yield_now()` example is lacking. | ### Location
`rust/library/std/src/thread/mod.rs:755`
```rs
/// # Examples
///
/// ```
/// use std::thread;
///
/// thread::yield_now();
/// ```
```
### Summary
It's not great, ideally it should show a mostly real use case.
It should maybe hint that this should not be used directly to create spin loops without firs... | A-docs,T-libs,C-discussion | low | Minor |
2,757,694,262 | pytorch | The tensor-based computation of exponentiation and logarithmic operations is much slower than using NumPy | ### ๐ Describe the bug
Hi there, hope this message finds you well.
I have encountered a significant performance issue when using PyTorch tensors for exponentiation (torch.exp()) and logarithmic operations (torch.log()) compared to NumPy. Specifically, these tensor operations are much slower than their NumPy counte... | needs reproduction,module: performance,module: cpu,triaged | low | Critical |
2,757,703,709 | vscode | Cmd+\ does not register |
Type: <b>Bug</b>
1. Press <kbd>Cmd</kbd>+<kbd>\\</kbd>.
2. Observe it does not trigger default action of Split Editor.
This still occurs with all extensions disabled and only seems to be an issue on macOS (equivalent windows shortcut works fine).
I can see that there is a previous issue that reported this same bug ... | info-needed | low | Critical |
2,757,766,318 | rust | Tracking issue for release notes of #67521: Tracking issue for const `alloc::Layout` |
This issue tracks the release notes text for #67521.
### 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
The... | A-allocators,T-libs-api,relnotes,A-const-eval,needs-triage,relnotes-tracking-issue | low | Minor |
2,757,769,770 | bitcoin | b-msghand invoked oom-killer: Master (v28.99) crashing during IBD | Running master (specifically 318b2a2f90dfd8ae20beca58e55e6d240a7f3d27 which is HEAD of #31415) on Ubuntu 24.10 on a digital ocean droplet with 8GB RAM. Crashing regularly during IBD. Logs always end like this:
```
2024-12-23T20:39:07Z [validation] Enqueuing BlockConnected: block hash=000000000000000000008364a7396... | Linux/Unix,Resource usage | low | Critical |
2,757,773,273 | rust | Tracking issue for release notes of #132431: From iterator for more tuples |
This issue tracks the release notes text for #132431.
### 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... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,757,779,118 | PowerToys | quick accent not showing overlay to choose characters | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Quick Accent
### Steps to reproduce
I am pressing a letter, i.e. A, and while holding down the A key I press the space bar (my chosen activation key).
### โ๏ธ Expected Behavior... | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Minor |
2,757,816,180 | rust | Tracking issue for release notes of #95892: Tracking Issue for `sub_ptr` (feature `ptr_sub_ptr`) |
This issue tracks the release notes text for #95892.
### 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
The... | T-lang,T-libs-api,relnotes,needs-triage,relnotes-tracking-issue | low | Minor |
2,757,817,249 | excalidraw | FR: Change no-arrowhead buttons to a greyed out arrowhead (in place of a regular line) | A small UX improvement request on my side: it is currently unclear the two buttons work for arrowhead setting. I literally had to google it and only after arriving to https://github.com/excalidraw/excalidraw/issues/616 had I realized, toggling back and forth between github and the whiteboard that the little straight li... | UX/UI | low | Minor |
2,757,861,172 | material-ui | [Slider] Thumb is lagging behind | ### Steps to reproduce
Steps:
1. Drag the Slider component around fast enough
### Current behavior
The knob lags behind the mouse cursor. In slow-motion it's clearly visible, but I think it's also noticable at normal speed, especially in person.
. Works fine out of this range

Fix,
... | Status: Unconfirmed | low | Critical |
2,757,886,384 | next.js | Returning `notFound` from `getStaticProps` with dynamic path and middleware shows error page instead of 404 page | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/dreamy-villani-mh2lrd?workspaceId=ws_PaH83X1dr2DdF1ajuypJkh
### To Reproduce
1. Start the application in development mode (next dev)
2. Navigate to the dynamic path, for instance: https://mh2lrd-3001.csb.app/products/3/hello
3. The fol... | Middleware,Pages Router,linear: next | low | Critical |
2,757,936,575 | yt-dlp | Instagram Archived Story with cookies from Firefox - Unable to extract user id | ### 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 that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | account-needed,site-enhancement,triage | low | Critical |
2,758,102,162 | PowerToys | Un able to remove connection from mouse without border | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
Un able to remove old connection and add new one
### โ๏ธ Expected Behavior
Able to remove any old connection and add new connection
### ... | Issue-Bug,Needs-Triage | low | Minor |
2,758,117,439 | rust | [AVR] Large const lookup table is placed in data section | When compiling for AVR, large const lookup table is placed in data section, wasting precious RAM.
Code in question:
```rust
const CURRENT_CALIBRATION_TABLE: [u16; 800] = [ /* ... */ ];
pub const fn get_current_by_adc(adc: u16) -> Fixed {
let i = if (adc as usize) < CURRENT_CALIBRATION_TABLE.len() {
adc a... | T-compiler,C-feature-request,O-AVR | low | Major |
2,758,125,478 | pytorch | XPU ConvTranspose2d Causes DataLoader Memory Leak | ### ๐ Describe the bug
I run the following notebook on XPU (device_type = "xpu") failed with "Too many open files" error. It seems the DataLoader does not close the files. The memory increases slowly from 2 GiB to 8 GiB within 3 epochs. Running on CPU (device_type = "cpu") is fine.
[Convolutional Autoencoder Noteb... | triaged,module: xpu | low | Critical |
2,758,142,032 | ui | [bug]: Invalid CSS variable name in chart component | ### Describe the bug
The chart component appears to [set a CSS variable dynamically](https://github.com/shadcn-ui/ui/blob/1081536246b44b6664f4c99bc3f1b3614e632841/apps/www/registry/default/ui/chart.tsx#L91) as `--color-${key}`. However, the value of `key` is allowed to contain characters that are invalid as part of a ... | bug | low | Critical |
2,758,144,725 | flutter | I have flicker with Flutter App On Android and sometimes on iOS | ### Steps to reproduce
1. I have a page on scroll or speed movement i have flicker
### Expected results
The scroll does not working correctly
### Actual results
I have flicker
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:austro_digital/app/login/_child... | waiting for customer response,in triage | medium | Critical |
2,758,145,598 | PowerToys | Bug Report: Enabling PowerToys Mouse Pointer Crosshair Activates Windows 11 Do Not Disturb Mode | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Mouse Utilities
### Steps to reproduce
When the Crosshair feature in PowerToys is enabled, the "Do Not Disturb" mode in Windows 11 gets activated automatically, even when it was previ... | Issue-Bug,Needs-Triage | low | Critical |
2,758,161,830 | ui | [feat]: Make date picker calendars move individually | ### Feature description
The current way the datepicker moves is weird and quite confusing for users. Whenever one of the calendars is moved, the other follows and so there's always a one month gap between the two. It would be better if the calendars could each have their own set of carets to navigate to different mon... | area: request | low | Minor |
2,758,164,727 | flutter | [in_app_purchase_storekit] StoreKit2 buyNonConsumable options missing promotionoffer and winbackoffer | ### Steps to reproduce
1. InAppPurchaseStoreKitPlatform.enableStoreKit2();
2. There is no option to pass promotionaloffer
refer: https://developer.apple.com/documentation/storekit/product/purchaseoption
<img width="611" alt="image" src="https://github.com/user-attachments/assets/ad476c9f-a3b6-47fc-9497-9b1a0eb62f... | platform-ios,platform-mac,p: in_app_purchase,package,c: proposal,P2,team-ios,triaged-ios | low | Minor |
2,758,178,036 | ollama | version aware linux upgrade | ### What is the issue?
ollama install command, `curl -fsSL https://ollama.com/install.sh | sh`, removes and reinstalls even if there is no version update.
The script should not remove current version downloads, if there is no version update.
### OS
Linux
### GPU
Intel
### CPU
Intel
### Ollama version
0.5.4 | feature request,linux,install | low | Minor |
2,758,186,223 | terminal | Add ฮฑ to Highlight-Color | ### Description of the new feature
I have a MS-DOS terminal lookalike and am trying to make highlights invisible, so it most accurately mirrors the MS-DOS 3.2 terminal on a crt monitor. I tried setting the highlight code to:
```JSON
"#00000000"
```
and it says that rgbฮฑ codes are not supported for highlight colors. If... | Issue-Feature,Needs-Triage,Needs-Tag-Fix | low | Minor |
2,758,186,776 | flutter | [pigeon] Enhanced enums fields are coalesced into the next class | ### What package does this bug report belong to?
pigeon
### What target platforms are you seeing this bug on?
Windows
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
pigeon:
dependency: "direct dev"
descriptio... | package,team-ecosystem,has reproducible steps,p: pigeon,P2,triaged-ecosystem,found in release: 3.27,found in release: 3.28 | low | Critical |
2,758,193,537 | create-react-app | Unable start project: Cannot find module '@svgr/webpack' | I try create a new project using `npx create-react-app` [but is broken](https://github.com/facebook/create-react-app/issues/13721), i try reutilize a old project created 1 month ago and i delete the `node_modules` folder and `package-lock.json`, and execute `npm install`, its works fine but when try run the project say... | needs triage,issue: bug report | low | Critical |
2,758,193,952 | rust | `unreachable_patterns` emitted on `_` that matches a local of uninhabited type (that is uninitialized) | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
enum Void {}
fn main() {
let void: Void;
match void {
_ => (),
}
}
```
([playground](https://play.rust-lang.org... | A-lints,T-compiler,C-bug,L-unreachable_patterns | low | Critical |
2,758,196,740 | tauri | [bug] "decorations": false inconsistent on macos and windows | ### Describe the bug
When setting `"decorations": false` in the tauri.conf.json file, macos and windows exhibit inconsistent behaviour. On windows, only the titlebar appears to be missing. On macos, both the titlebar and the window's rounded borders are missing.
I've managed to work around this issue by using taur... | type: bug,status: needs triage | low | Critical |
2,758,199,182 | rust | Missing unreachable code/arm warning, when a match guard is diverging | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
fn main() {
match () {
_ if loop {} => (),
_ => (),
}
println!("nya :3");
}
```
([playground](https://pl... | A-lints,T-compiler,C-bug,L-unreachable_code | low | Critical |
2,758,210,713 | flutter | [pigeon] Support const constructors | ### Use case
Classes with final fields and a const constructor in the Pigeon file are generated as non-final and non-const in the generated code, even though adding those back in manually doesn't result in any errors. If Pigeon kept those, these classes could better replace user-facing APIs.
### Proposal
For a Pige... | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Critical |
2,758,211,292 | vscode | Consider finding a new XML syntax highlighting grammar | <!-- โ ๏ธโ ๏ธ 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... | feature-request,grammar | low | Critical |
2,758,214,202 | svelte | `$ref()` rune for using directives on components | ### Describe the problem
A commonly requested feature (#12229, #2870, #5236) is to have parity between native elements and svelte components for directives such as `class:`, `style:`, `use:` or `transition:`. This currently errors:
```svelte
<Component style:color="red" />
<!-- This type of directive is not valid... | feature request,runes | low | Critical |
2,758,215,035 | flutter | [pigeon] Respect original constructors | ### Use case
Currently, Pigeon generates constructors with named parameters for all fields, even if a different constructor is provided. For example:
```dart
class AndroidColor {
AndroidColor.fromARGB(this.a, this.r, this.g, this.b);
final int a;
final int r;
final int g;
final int b;
}
```
... | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Critical |
2,758,225,991 | ollama | Requests begin to all fail after several independent prompts | ### What is the issue?
I've been having an issue with Ollama where the output is either gibberish or just a series of @@@@@ characters. I don't recall it being this way some weeks ago, but I've found a solution. (The gibberish seems to happen mostly when stream: true, and @@@ mostly with stream: false. w/e.)
I st... | bug | low | Critical |
2,758,230,733 | pytorch | Inductor with dynamic shapes fails for randint with >INT_MAX maximum value | The generated annotation for max value (`ks1`) is `i32`
```
@triton_heuristics.pointwise(
size_hints={'x': 1048576},
filename=__file__,
triton_meta={'signature': {'in_ptr0': '*i64', 'out_ptr0': '*i64', 'load_seed_offset': 'i32', 'ks1': 'i32', 'xnumel': 'i32'}, 'device': DeviceProperties(type='cuda', in... | triaged,oncall: pt2,module: inductor | low | Critical |
2,758,319,223 | youtube-dl | overwrites my cookie file... and also tells me that I need to sign in? | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | documentation,question | low | Critical |
2,758,349,233 | yt-dlp | [RFE] Support visir.is | ### 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 new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith... | site-request | low | Critical |
2,758,415,510 | flutter | Slight delay in loading assets when quickly scrolling over large image grid | ### Steps to reproduce
1. clone the [repo](https://github.com/BeADre/flutter_reproduce.git).
2. flutter pub get && run.
### Expected results
Everything is fine.
### Actual results
Blank appears.
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/cupertino.dart';
im... | framework,f: scrolling,a: assets,a: images,perf: speed,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28 | low | Critical |
2,758,425,805 | tauri | [bug] "copyright" parameter makes nsis build fail | ### Describe the bug
In the wsl environment on Windows, create a new application through `pnpm create tauri-app`. At this time, running `pnpm tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc` will successfully build tauri-app_0.1.0_x64-setup.exe. However, if `"copyright": "Copyright ยฉ 2020-present, xxx"... | type: bug,status: needs triage | low | Critical |
2,758,442,708 | langchain | 27/10000 ๅฎๆถ็ฟป่ฏ ๅ่ฏ I encountered an issue when using Langchain chroma | ### 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 ... | โฑญ: vector store | low | Critical |
2,758,472,702 | react | Bug: source maps are missing from react npm packages | <!--
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.
-->
React version: 19.0.0, applicable to lower versions
## Steps To Reproduce
... | Status: Unconfirmed | low | Critical |
2,758,483,215 | vscode | config `http.proxy` in workspace settings | <!-- โ ๏ธโ ๏ธ 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. -->
The `http.proxy` setting can only be configured in u... | bug,proxy | low | Major |
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.