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,797,066,899
angular
Add link to Language Service page from the Installation page
### Describe the problem that you experienced It would be helpful to have a blurb somewhere on the Installation page of the documentation with a recommendation to setup the Language Service extension and a link to that page of the documentation. For new Angular developers, this is the first place they will come to lea...
help wanted,good first issue,area: docs
low
Critical
2,797,069,134
yt-dlp
toutiao.com support
### 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://github...
site-enhancement,triage
low
Critical
2,797,071,994
ui
[bug]: Github Button Link Hierarchy
### Describe the bug In the main website, when trying to press github button to go to the github, only the icon is clickable, the button iself isn't. ### Affected component/components Button ### How to reproduce 1. Go to https://ui.shadcn.com 2. Try to click on Github link, not the icon. ![Image](https://github.co...
bug
low
Critical
2,797,073,663
rust
Tracking issue for release notes of #133951: Make the wasm_c_abi future compat warning a hard error
This issue tracks the release notes text for #133951. ### 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-lang,relnotes,O-wasm,A-ABI,needs-triage,relnotes-tracking-issue
low
Critical
2,797,082,780
rust
Tracking issue for release notes of #134276: fully de-stabilize all custom inner attributes
This issue tracks the release notes text for #134276. ### 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-lang,relnotes,needs-triage,relnotes-tracking-issue
low
Minor
2,797,082,806
rust
Tracking issue for release notes of #125087: Optimize `Seek::stream_len` impl for `File`
This issue tracks the release notes text for #125087. ### 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...
O-windows,relnotes,T-libs,O-unix,needs-triage,O-wasi,O-hermit,O-solid,relnotes-tracking-issue
low
Minor
2,797,085,119
react-native
some TouchableOpacity isn't working on IOS 0.76
### Description After upgrading from 0.73 to 0.76, I found that some TouchableOpacity could not be clicked, so I made a minimize buggy demo code, which just depend on react-native, no 3rd libs ### Steps to reproduce 1. npx @react-native-community/cli@latest init TouchableOpacityDemo 2. cd ios && bundle exec pod inst...
Platform: iOS,Issue: Author Provided Repro,Resolution: PR Submitted,Component: TouchableOpacity,Type: New Architecture
low
Critical
2,797,091,394
vscode
Allow scm.diffDecorationsGutterWidth to take values between 1 and 9, not just 1 and 5
<!-- ⚠️⚠️ 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. --> `scm.diffDecorationsGutterWidth` currently takes valu...
feature-request,ux,scm
low
Minor
2,797,091,771
rust
Tracking Issue for raw-dylib on ELF
This is a tracking issue for raw-dylib on ELF (no RFC, extending [RFC 2627](https://rust-lang.github.io/rfcs/2627-raw-dylib-kind.html)) The feature gate for the issue is `#![feature(raw_dylib_elf)]`. `raw-dylib` on ELF links against a generated stub shared object, allowing linking against libraries that are not presen...
T-compiler,C-tracking-issue
low
Critical
2,797,098,134
yt-dlp
[XiaoHongShu] add H.265/HEVC extraction
### 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://github...
site-enhancement,triage
low
Critical
2,797,104,222
PowerToys
Enhancements to Screen Corners, Touchpad Gestures, Touchscreen Actions, Bluetooth Communications Detail, App Power Consumption Analysis, and Customizable Taskbar
### Description of the new feature / enhancement **Screen Corners Shortcuts:** Implement hot corners functionality similar to what is available in Linux and macOS. For example, moving the pointer to the upper left corner would trigger the same shortcut as the Windows + Tab combination, displaying all open apps in a mo...
Needs-Triage
low
Minor
2,797,123,821
pytorch
The latest PyTorch XPU wheel 2.7.0.dev20250117+xpu does not work on Windows
Steps: ``` # This installs 2.7.0.dev20250117+xpu pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu python -c 'import torch;print(torch.__version__)' ``` Result: ``` OSError: [WinError 126] The specified module could not be found. Error loading "C:\.venv\lib\site-packages\torch\lib\shm.dll" or ...
module: binaries,module: windows,triaged,module: xpu
low
Critical
2,797,130,359
deno
Deno panic while using ```Object.prototype.set``` and ```Deno.Command``` together
Version: Deno 2.1.5 Hello, I want to report a Deno panic caused by using ```Object.prototype.set``` and ```Deno.Command``` together. It can reproduced by running the following code snippet: ```javascript var data = "data"; Object.prototype.set = function (value) { data = value; }; (async function () { let cmd =...
windows
low
Critical
2,797,135,025
rust
Type inference issues with well specified trait function call
<!-- 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. --> While debugging a recent build failure in diesel I noticed that type inference fails in situation where the type is fully specified. I've build the following mi...
A-diagnostics,T-compiler,A-inference,A-suggestion-diagnostics
low
Critical
2,797,140,920
next.js
dynamic route, dynamicIO, mdx, notFound => NEXT_HTTP_ERROR_FALLBACK;404
### Link to the code that reproduces this issue https://github.com/volfadar/next-bug ### To Reproduce 1. bun install 2. bun dev 3. go to "http://localhost:3000/lecture/marketing/intro" ### Current vs. Expected behavior Simply, it should not throw an error `NEXT_HTTP_ERROR_FALLBACK;404` because I already have a `no...
TypeScript,Turbopack,Markdown (MDX),dynamicIO
low
Critical
2,797,140,990
godot
Follow system theme causes config file churn
### Tested versions 4.3.stable.arch_linux ### System information Godot v4.3.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 10 Jan 2025 00:39:41 +0000 - Wayland - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (nvidia; 565.77) - AMD Ryzen 5 5600X 6-Core Processor (12 Threads) ### Issue description ...
enhancement,discussion,topic:editor,usability
low
Minor
2,797,143,370
transformers
Issue: Error with _eos_token_tensor when using Generator with GenerationMixin
### System Info e-readability-summarization/src/inference$ python run_2.py Traceback (most recent call last): File "/home/surenoobster/Documents/project/src/inference/run_2.py", line 87, in <module> output = generator.generate( ^^^^^^^^^^^^^^^^^^^ File "/home/surenoobster/anaconda3/lib/python3.12...
bug
low
Critical
2,797,148,695
flutter
Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp
### Steps to reproduce Failed to build iOS app Could not build the precompiled application for the device. Error (Xcode): Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975. Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) ### Exp...
waiting for customer response,in triage
low
Critical
2,797,157,007
godot
Project manager window dissappear when launching from Hyprland, but works fine from VSCode
### Tested versions Reproductible in 7b1ed520b and #99119 Not reproductible in `4.3` branch ### System information Godot v4.4.beta (7b1ed520b) - CachyOS Linux #1 SMP PREEMPT_DYNAMIC Thu, 09 Jan 2025 20:57:06 +0000 on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated AMD Radeon Gr...
bug,platform:linuxbsd,needs testing,regression
low
Critical
2,797,163,217
deno
deno --init serve: `http://0.0.0.0:8000` does not work with Safari
Version: Deno 2.1.6 (and 2.1.4) I tried to create and run a new project on my ARM Mac: `deno --init serve` When I pasted `http://0.0.0.0:8000/` into Safari, I just got "about:blank". I discovered it works correctly on Chrome. Surprisingly, `http://127.0.0.1:8000` (and `localhost`) work on Safari. Would it make m...
bug,good first issue,serve
low
Minor
2,797,165,384
next.js
Browser back button fails after navigation with URL anchor fragment
### Link to the code that reproduces this issue https://github.com/sgarrity/nextjs-anchor-link-testcase ### To Reproduce 1. Run the simple create-next-app example at https://github.com/sgarrity/nextjs-anchor-link-testcase 2. Click on the "Anchor Example" link (or manually add a `#example` fragment at the end of the...
create-next-app
low
Minor
2,797,168,509
godot
Godot Editor stopped with exit code: 134
### Tested versions - Reproducible in: 4.4beta1, 4.4dev7 and probably previous versions. - I don't know if it's a problem specific to version 4.4, because I'm using it since the first alpha came out and in the meantime I switched to a different OS. I don't remember if it was happening even before on Windows 11. ### ...
bug,crash
low
Critical
2,797,173,596
ant-design
DatePicker does not allow manual clear
### Reproduction link [https://ant.design/components/date-picker](https://ant.design/components/date-picker) ### Steps to reproduce - Choose a date - Select the input date string and try to remove it with the remove key ### What is expected? - `onChange` should be triggered - It should work exactly behave like pre...
unconfirmed
low
Minor
2,797,189,207
yt-dlp
YT m4a audio DASH stream download corruption
### 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...
external issue,site-bug,site:youtube,core:downloader
medium
Critical
2,797,190,333
godot
Metal rendering driver fails to run on Apple's software Metal implementation (paravirtual device)
### Tested versions - Reproducible in: 4.4.beta https://github.com/godotengine/godot/commit/7b1ed520bdcca21d36e25e2094802b9b33dae2c6 ### System information GitHub Actions ### Issue description The Metal rendering driver fails to run on Apple's software Metal implementation (paravirtual device): ``` Metal 3.1 - F...
bug,platform:macos,topic:rendering,crash
low
Critical
2,797,193,615
deno
Add support for zstd response encoding
Deno currently supports gzip and brotli response encoding/compression. It would be great if it could also support zstd - with zstd > br > gz being the preference. 73% of browsers now support zstd. https://caniuse.com/zstd
web,serve
low
Minor
2,797,196,938
deno
Support compression on text/event-stream
Currently Deno [compresses responses](https://docs.deno.com/deploy/api/compression/) based on [this database](https://github.com/jshttp/mime-db/blob/master/db.json) of content types. It doesn't include text/event-stream, which is very commonly used for Server-Sent Events (which is really just a normal http response wit...
suggestion,help wanted,serve
low
Minor
2,797,198,316
rust
DW_AT_name is always (indirect string, offset: 0x0)
<!-- 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: ``` ~/tmp main $ git clone --branch polkavm-test-data --depth 1 https://github.com/paritytech/polkavm.git Cloning into 'polkavm'... remote:...
A-debuginfo,T-compiler,C-bug,requires-custom-config,S-needs-repro
low
Critical
2,797,202,380
electron
dialog openFile does not select multiple directories in Linux, when using 'openDirectory' and 'multiSelections'
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched ...
platform/linux,bug :beetle:,component/dialog,status/confirmed,34-x-y
low
Critical
2,797,209,113
vscode
Terminal Info box overlaps with terminal icon
Type: <b>Bug</b> Terminal Info box overlaps with terminal icon When you over over the terminal name the terminal info box overlaps which in making it impossible to right click the terminal VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z) OS version: Windows_NT x64 10...
bug,terminal-tabs
low
Critical
2,797,214,852
godot
Canvas Items Stretch Scale Mode breaks Unicode Fonts
### Tested versions Reproducible in 4.3dev ### System information Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA; 32.0.15.6070) - Intel(R) Core(TM) Ultra 7 155H (22 Threads) ### Issue description Some unicode text doesn't render when you fullscreen or wh...
bug,topic:gui
low
Minor
2,797,215,927
pytorch
Pytorch matmul for nested 4D tensors in jagged layout doesn't work
### 🐛 Describe the bug Why this code doesn't work, even though is suggested to use the jagged layout: ```python x = torch.nested.nested_tensor([torch.randn(4, 100, 16), torch.randn(4, 150, 16)], layout=torch.jagged) y = torch.nested.nested_tensor([torch.randn(4, 16, 100), ...
triaged,module: nestedtensor
low
Critical
2,797,222,120
flutter
Different deeplinking url between onGenerateInitialRoutes and onGenerateRoute
### Steps to reproduce 1. Run the code sample 2. Run this command to test deeplink. ```shell adb shell 'am start -a android.intent.action.VIEW \ -c android.intent.category.BROWSABLE \ -d "https://example.com/test"' \ com.example.test ``` 3. Note the printed value of `onGenerateRoute` method 4. Stop the app 5. R...
framework,f: routes,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Minor
2,797,235,963
bitcoin
`generateblock` RPC Not Collecting Transaction Fees
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behaviour The `generateblock` RPC does not properly collect transaction fees when creating a block. Instead of including the fees in the block reward, the block is created with only the block subsidy, leaving out the fees ...
Tests
low
Minor
2,797,284,725
yt-dlp
shiey.com website support
### 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,797,293,153
ollama
Downloading models slowing down the whole internet network
### What is the issue? I noticed that whenever I am downloading a model through `ollama run <model-name>` the internet slows down significantly, not only on the device downloading the model, but also over my network. I am wondering if this issue is due to an issue in my network, or something due to an issue in the so...
bug
low
Major
2,797,304,948
godot
[4.4] SpriteFrames Editor, FPS display is incomplete
### Tested versions Godot 4.4 dev 4 - Godot 4.4 beta 1 ### System information Godot v4.4.beta (7b1ed520b) - Windows 10 - Multi-window ### Issue description ![Image](https://github.com/user-attachments/assets/a2591ca5-38a8-40cc-86a0-d030cb9a20bc) ### Steps to reproduce new resource, SpriteFrames switch the botto...
bug,topic:editor,needs testing,regression,topic:animation
low
Minor
2,797,304,974
storybook
[Bug]: Upgrade fails with `npx storybook@latest upgrade`
### Describe the bug Trying to upgrade from `v8.4.7` to `v8.5.0` and get this error. Something is wrong with dependecnies. There is already closed similar issue (#29169). ```bash $ npx storybook@latest upgrade WARN An issue occurred while trying to find dependencies metadata using npm. ╭──────────────────────────────...
bug,npm,sev:S2,upgrade:8.5
low
Critical
2,797,310,504
vscode
When opening the terminal (default: powershell), VScode Insider crashes.
Type: <b>Bug</b> When opening the terminal (default: powershell), VScode Insider crashes. VScode 1.96.4 (stable available in the Windows App Store) does not have this problem. I am reporting this so that this problem does not spread to the stable version as has happened other times when I failed to report bugs in no...
info-needed,terminal
low
Critical
2,797,316,640
godot
RenderingServer::environment_set_fog_depth isn't exposed to the Godot API
### Tested versions 4.4-dev7 ### System information Godot v4.4.dev7 - Windows 10 (build 19045) - Single-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4050 Laptop GPU (NVIDIA; 32.0.15.6070) - 13th Gen Intel(R) Core(TM) i5-13500HX (20 threads) ### Issue description I'm using RenderingServer to ha...
feature proposal,topic:rendering,topic:3d
low
Minor
2,797,329,957
PowerToys
Hide mouse at screen edge is still bugged
### Microsoft PowerToys version v0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce When moving the mouse from right to left and vice versa. The mouse still can show on the mouse out of the hide mouse on screen edge. It'...
Issue-Bug,Needs-Triage
low
Critical
2,797,357,765
vscode
Trying to bootstrap extensions into a portable and user/system installations into VSCode
Type: <b>Bug</b> I am unclear if this is a bug and is probably just an issue of not trulyy understanding the process. In the 1.96 release notes there was a section about bootstrapping extensions into VSCode. I followed those steps but the editor did not silently install the extensions that were placed in the folder a...
info-needed
low
Critical
2,797,359,862
PowerToys
Calculator subtractions have odd behaviors, often resulting in results displaying billionths when unnecessary and potentially incorrect.
### Microsoft PowerToys version 0.87.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce Open the PowerToys Run prompt and perform a subtraction with the first number being a float. Not sure how exactly to word when it occurs, but it seems to ...
Issue-Bug,Needs-Triage
low
Minor
2,797,393,292
opencv
cv2.minAreaRect and cv2.boxPoints angle is not clear in documentation
Are the rotation angles specified by the cv2.minAreaRect and cv2.boxPoints clockwise or counterclockwise? Where can I see the definition code for these two functions?
category: documentation
low
Minor
2,797,395,009
rust
Infinite/long backtrace on i686 under Wine
I'm not sure where to file this bug, but it affects Rust more than other languages for reasons explained below, so let's at least make this visible here. I tried running this code: ```rust fn main() { panic!("Hello, world!"); } ``` with `RUST_BACKTRACE=full` under Wine. I expected to see this happen: a short ba...
A-runtime,O-windows,A-debuginfo,T-compiler,C-bug,A-panic,O-x86_32,A-backtrace,E-needs-investigation
low
Critical
2,797,396,049
ui
[bug]: Authentication and Login both have the exact same blocks
### Describe the bug ![Image](https://github.com/user-attachments/assets/46095511-09ef-412f-a868-033b8a45f3f6) ![Image](https://github.com/user-attachments/assets/60b6f6d8-baec-48fb-822d-d8716a6b8634) All the blocks in both menus are duplicated, I think the login menu should be removed Can you please assign this t...
bug
low
Critical
2,797,400,746
rust
ICE: "failed to resolve instance for type", apparently caused by generic parameter inference
### Code Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c29a73a6b88b2ef3d327766daee94e1d This example is a little large (213 lines), but it's also an error I can work around pretty easily so I'm not too worried about it. To fix it, it seems like you can just change the impl at li...
I-ICE,T-compiler,C-bug
low
Critical
2,797,431,608
storybook
[Bug]: (vitest integration) `test.include` should not be ignored
### Describe the bug About removing `test.include` [here](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#addon-test-indexing-behavior-of-storybookexperimental-addon-test-is-changed), One drawback is then user can't run non-storybook tests. i.e. user may have test in `.test.ts` which uses `import { r...
bug,addon: test
low
Critical
2,797,456,157
vscode
Go To Definition opens file in preview mode instead of normal window
<!-- ⚠️⚠️ 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
low
Critical
2,797,475,074
tensorflow
Unable to install TensorFlow: No matching distribution found for TensorFlow!
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 2.8 ### Custom code Yes ### OS platform and distribution Windows 10 ### Mobile device _No response_ ### Python version 3.13 ### Bazel version _No response_ ### GCC/compi...
stat:awaiting response,type:build/install,type:support,TF 2.8
low
Critical
2,797,475,339
godot
Baking a lightmap on a scene that already has a lightmap causes crash
### Tested versions - first found in godot 4.3.1 [90f21a35c] ### System information Fedora 41 - Godot 4.3[90d21a35c] ### Issue description when baking a lightmap when another lightmap is already assigned to a LightmapGI node causes a crash ``` ERROR: Trying to unreference a SafeRefCount which is already zero is ...
bug,topic:rendering,crash,topic:3d
low
Critical
2,797,476,080
pytorch
empty_cache does not work for CUDAPluggableAllocator + MemPool
### 🐛 Describe the bug I'm trying to use `CUDAPluggableAllocator`, following https://pytorch.org/docs/stable/notes/cuda.html#using-custom-memory-allocators-for-cuda . However, it has a critical limitation, that `torch.cuda.memory.change_current_allocator` needs to be called before any allocation, and we cannot switch...
module: cuda,triaged
low
Critical
2,797,485,959
vscode
add python extension in vscode
<!-- ⚠️⚠️ 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,797,487,933
flutter
Why Localizations.localOf(context).toLanguageTag() returns me incorrect value for some languages?
### Steps to reproduce There are not many more steps, just switch the language in app settings and print the `Localizations.locale (context).toLanguageTag().toLowerCase()`, then check the result. Please check the video on my real device; the language code is at the bottom of the settings page. I tested these languages...
waiting for customer response,in triage
low
Minor
2,797,489,255
go
cmd/compile: storing zero value into interface should not allocate
### Go version go1.23.5 ### Output of `go env` in your module/workspace: ```shell GOARCH=amd64 GOOS=linux ``` ### What did you do? [I ran this benchmark](https://go.dev/play/p/F3rn8fxe40U): ```go var sinkAny any func BenchmarkInterfaceAny(b *testing.B) { b.ReportAllocs() for range b.N { sinkAny = tar.Header{}...
Performance,NeedsInvestigation,compiler/runtime,BugReport
low
Major
2,797,489,781
rust
`#[thread_local]` alignment broken on Windows, GNU ABI
I tried this code: ```rust #![feature(thread_local)] #[repr(align(256))] struct HighAlignment(u8); #[thread_local] static EXAMPLE1: HighAlignment = const { HighAlignment(0) }; #[thread_local] static EXAMPLE2: HighAlignment = const { HighAlignment(0) }; #[thread_local] static EXAMPLE3: HighAlignment = const { HighAli...
T-compiler,O-windows-gnu,I-unsound,A-thread-locals,C-bug,requires-nightly,F-thread_local
medium
Critical
2,797,490,629
PowerToys
FancyZones - Open Outlook several times with different parameters on different monitors
### Microsoft PowerToys version 0.87.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? FancyZones ### Steps to reproduce I would like to open Outlook with several parameters. For example: - Outlook Mails on the left monitor - Outlook calendar on the middle monitor - Out...
Issue-Bug,Needs-Triage
low
Minor
2,797,508,800
transformers
Mamba2 doesn't support Multi-GPU training (fast path)
### System Info **System Info** - `transformers` version: 4.46.3 - Platform: Linux-4.18.0-553.27.1.el8_10.x86_64-x86_64-with-glibc2.28 - Python version: 3.9.20 - Huggingface_hub version: 0.26.2 - Safetensors version: 0.4.5 - Accelerate version: 1.2.1 - Accelerate config: not found - PyTorch version (GPU?): 2.4.0 (Tru...
bug
low
Critical
2,797,509,637
flutter
cannot build my apk and it always returns build failed
### Steps to reproduce 1.code an app for your convenience 2.now try to make that code work in another flutter version , it works on web 3. now when trying to build the apk , it shows build failed app/gradle ``` ------------- plugins { id "com.android.application" id "kotlin-android" id "dev.flutter.flut...
waiting for customer response,in triage
low
Critical
2,797,526,168
rust
ICE: `ConstEvaluatable(UnevaluatedConst .. has escaping bound vars, so it cannot be wrapped in a dummy binder.`
<!-- ICE: Rustc ./a.rs '-Zcrate-attr=feature(generic_const_exprs) -ooutputfile -Zdump-mir-dir=dir' 'thread 'rustc' panicked at compiler/rustc_middle/src/ty/predicate.rs:511:26: '`ConstEvaluatable(UnevaluatedConst { def: DefId(0:8 ~ a[5f0f]::S::{constant#0}), args: ['^0.Named(DefId(0:16 ~ a[5f0f]::{extern#0}::l...
I-ICE,T-compiler,C-bug,F-generic_const_exprs,S-has-mcve,S-has-bisection
low
Critical
2,797,550,561
go
net/http: Client.Timeout doesn't work when receiving a response from an incomplete WebSocket handshake
### Go version go version go1.23.4 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='pkg.go' GOMODCACHE='/root/go...
NeedsInvestigation,BugReport
low
Critical
2,797,557,119
rust
Add `binary_format` to rustc target specs
There are some places in rustc that need to know the binary format of the target (to generate object files). It would be good to have this as a property on the target spec to avoid needing to have ad-hoc logic for it. See https://github.com/rust-lang/rust/pull/135695#discussion_r1921122887
C-cleanup,T-compiler,E-medium,A-target-specs,A-targets
low
Minor
2,797,559,031
ollama
Issue with Ollama Model Download: Progress Reverting During Download
### What is the issue? While downloading models using `ollama run <model_name>`, the progress often reverts—sometimes after 10-12% or even after 60%. The total download size also decreases before continuing. I've tested different networks but faced the same issue. A few weeks ago, I downloaded models without any probl...
bug
low
Major
2,797,559,328
vscode
The workbench failed to connect to the server (Error: WebSocket close with status code 1006)
ADD ISSUE DESCRIPTION HERE Version: 1.95.3 Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Embedder: unknown <!-- generated by web issue reporter -->
info-needed
low
Critical
2,797,577,957
flutter
Text Rendering Issue on Canvas After Flutter Update
### Steps to reproduce Dear Flutter Team, I hope this message finds you well. After updating Flutter to the latest version, I've encountered an issue with text rendering on the canvas in my application. Previously, I used the canvas to display points and lines, with point names rendered as text. However, post-update,...
waiting for customer response,in triage
low
Major
2,797,580,890
pytorch
CUDA initialization error with vLLM 0.5.4 and PyTorch 2.4.0+cu121
### 🐛 Describe the bug CUDA initialization error in forked subprocesses when using **vLLM 0.5.4 with PyTorch 2.4.0+cu121**. The same code works with vLLM 0.5.0 and PyTorch 2.3.0+cu121, but fails with newer versions (vLLM 0.6.2 with PyTorch 2.5.1+cu121). **Error Message:** ``` RuntimeError: Cannot re-initialize CUDA ...
oncall: distributed
low
Critical
2,797,591,487
go
os: ReadDir in freebsd 14.1 can not list if path have chinese char
### Go version go 1.21 amd64 ### Output of `go env` in your module/workspace: ```shell no change ``` ### What did you do? OS.ReadDir use Chinese char path.I have test many paths. it is a real bug. ### What did you see happen? it can not return file and folder. ### What did you expect to see? return rightly.
OS-FreeBSD,WaitingForInfo,BugReport
medium
Critical
2,797,594,645
create-react-app
Error when running npm start after create-react-app
I am encountering an issue when trying to start a new React app using create-react-app. After running the commands below, I get the following error when executing npm start. ``` npx create-react-app client cd client npm start ``` The npm start command fails with the following error message: ``` > client@0.1.0 start > r...
needs triage,issue: bug report
low
Critical
2,797,624,871
PowerToys
Auto-Hide Taskbar Enhanced
### Description of the new feature / enhancement Its simple. Makes the taskbar auto-hide only when a window is maximized. ### Scenario when this would be used? Internet navigation; Image or video edit software; Many others. ### Supporting information Check this out: https://windhawk.net/mods/taskbar-auto-hide-whe...
Needs-Triage
low
Minor
2,797,628,381
rust
ICE could not unify `!` with revealed type
<!-- ICE: Rustc ./a.rs '--edition=2024 -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: could not unify `!` with revealed type:', 'error: internal compiler error: could not unify `!` with revealed type:' File: /tmp/im/a.rs --> auto-reduced (treereduce-rust): ````rust //@compile-flags: --editi...
I-ICE,P-medium,T-compiler,regression-from-stable-to-stable,A-impl-trait,C-bug,fixed-by-next-solver
low
Critical
2,797,630,914
neovim
Shell command not triggering Windows JIT debugger
### Problem If I use a shell command (`:!`) or `:term` to launch an EXE that fires an exception, the [Windows JIT debugger](https://learn.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2022) does not launch. If I run the same command from a regular cmd prompt (or if I launch th...
platform:windows,terminal,system
low
Critical
2,797,632,697
tauri
[bug] Opening a webview window from Rust on linux fails parsing the url
### Describe the bug Sometimes when opening a webview window on Linux from Rust with ``` WebviewUrl::App ``` the window opens but the url of it is ``` Err(InvalidUrl(RelativeUrlWithoutBase)) ```. This causes the window to be empty. ![Image](https://github.com/user-attachments/assets/ef39318e-23e7-469b-8186-1b958e2034...
type: bug,status: needs triage
low
Critical
2,797,637,658
tensorflow
Force TF to log GPU memory allocation
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.18.0 ### Custom code No ### OS platform and distribution Debian 12 ### Mobile device _No response_ ### Python version 3.11.2 ### Bazel version _No response_ ### GCC/co...
stat:awaiting tensorflower,type:feature,comp:gpu
medium
Critical
2,797,659,079
godot
Button groups do not return to default state after scene reloads / changing scenes
### Tested versions Godot v4.3.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6636) - AMD Ryzen 9 7950X 16-Core Processor (32 Threads) ### Issue description Given a set of buttons in a button_group (with toggle_mode enabled...
topic:editor,needs testing,topic:gui
low
Minor
2,797,660,502
flutter
Allow specifying `TextField.maxLines` inside a `DropdownMenu`
### Use case When `dropdownMenuEntries` are lengthy it might be useful to have a multiline `DropdownMenu`. By default, the text is cut off after the first line. ### Proposal Allow specifying `TextField.maxLines` from the `DropdownMenu` constructor - this is trivial.
framework,f: material design,c: proposal,P2,team-design,triaged-design
low
Minor
2,797,673,541
godot
Node references in typed dictionaries are always null (C# / 4.4 beta 1)
### Tested versions - Tested in 4.4 beta 1 ### System information Godot v4.4.beta1.mono - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6636) - 13th Gen Intel(R) Core(TM) i9-13900KF (32 threads) ### Issue description Assigning Nodes ...
bug,topic:dotnet
low
Critical
2,797,679,390
godot
All connected signals are deleted at any time
### Tested versions Godot Engine 4.4 beta 1 ### System information Windows 11 24H2 ### Issue description At any time, all signals in the scene are off. This happens at completely random times, and I can't figure out why It's very sad because I can't reproduce this error, I can't understand why it happens, I can't...
bug,topic:editor
low
Critical
2,797,681,012
ollama
Add Tool Calling to the Generate Function
It appears from the API documentation and code examples available that tool calling is only possible with chat(). If this capability is feasible to add to generate() it would be much appreciated!
feature request
low
Minor
2,797,683,650
PowerToys
bug
### Microsoft PowerToys version 0.85.1.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce Version: 0.85.1.0 OS Version: Microsoft Windows NT 10.0.27768.0 IntPtr Length: 8 x64: True Date: 2025/1/20 月 AM 12:18:53 Exception: System.Run...
Issue-Bug,Needs-Triage
low
Critical
2,797,683,998
PowerToys
PowerToys Keyboard Manager Interferes with Gaming
### Provide a description of requested docs changes Description: I have recently installed PowerToys on my Windows system, and I'm experiencing an issue with the Keyboard Manager feature. The Problem: Whenever I press any alphabet key followed by the spacebar, the Keyboard Manager unexpectedly inserts special characte...
Issue-Docs,Needs-Triage
low
Critical
2,797,685,202
flutter
Error resolving plugin [id: 'dev.flutter.flutter-plugin-loader', version: '1.0.0'], Build was configured to prefer settings repositories over project repositories but repository 'MavenRepo' was added by settings file 'settings.gradle'
### Steps to reproduce This is a follow-up to https://github.com/flutter/flutter/issues/144751 which still persist: I created a fresh project, but was immediately warned that my Java version 21 doesn't work for Gradle version 8.3, and I'm offered to switch to the compatible Gradle version range: 8.4 - 8.7, which I ...
waiting for customer response,in triage
low
Critical
2,797,685,782
flutter
[tool_crash] RPCError
## Command ```sh flutter run ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs RPCError ```console ``` ```console [✓] Flutter (Channel stable, 3.24.0, on macOS 14.5 23F79 darwin-arm64, locale tr-TR) • Flutter version 3.24.0 on channel stable at /Users/emretufekci/Development/flutter ...
waiting for customer response,in triage
low
Critical
2,797,689,488
transformers
TPU Initialization Error with Transformers in Kaggle TPU VM v3-8
### System Info Title: Persistent TPU Initialization Error on Kaggle with Transformers Library Issue Description While running a script using the transformers library in the Kaggle environment with TPU enabled, we consistently encounter a TPU initialization error. Despite verifying all settings and configurations, the...
bug
low
Critical
2,797,706,674
godot
[4.4beta1][Editor] GDScript documentation comments inconsistent behavior (## )
### Tested versions v4.4.beta1.official ### System information Godot v4.4.beta1 - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6590) - AMD Ryzen 9 7950X 16-Core Processor (32 threads) ### Issue description In-line gdscript documentatio...
bug,topic:editor,needs testing
low
Minor
2,797,728,010
ant-design
Rate 的 tooltips属性和用户体验优化
### What problem does this feature solve? tooltips,应该支持全部的Tooltip props。 还有鼠标在Rate划过的时候: 1、不应该一个一个的出现,应该平滑过度过去,这样体验更好。 2、如果速度过快,不应该不应该不显示,估计是触发了“防抖”。如果上述实现了,那么这个问题可能不复存在。 3、半星最好也支持不同的提示。 ### What does the proposed API look like? 和其他的组件中使用tooltip一样,prop全部支持。 <!-- generated by ant-design-issue-helper. DO NOT REMOVE -...
help wanted
low
Minor
2,797,737,914
node
Allow Setting Extension Priority (and Then Not Requiring Extensions in Imports)
### What is the problem this feature will solve? In recent years Node has been trading developer convenience for functionality, as several recent changes (eg. https://satanacchio.hashnode.dev/everything-you-need-to-know-about-nodejs-type-stripping#heading-a-predictable-experience) strongly encourage: ```js import foo...
feature request
low
Minor
2,797,748,822
kubernetes
implement `PreEnqueue` not to start scheduling cycles for pods without necessary PVC created
ref: a question raised at https://github.com/kubernetes/kubernetes/issues/123227#issuecomment-2600929549 So, currently if PVCs for the pod are not-found, VolumeBinding `PreFilter` returns unschedulable. But, it means that we have to consume 1 scheduling cycle to notice the lack of PVCs. Technically, we can move this ...
sig/scheduling,kind/feature,needs-triage
medium
Critical
2,797,749,476
vscode
macOS titlebar/windowTitle cuts large paths
<!-- ⚠️⚠️ 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. --> macOS native titlebar missing a lot of available spac...
bug,titlebar,command-center
low
Minor
2,797,755,322
ollama
A new, much more relaxed way to use the Models offered by Ollama ( Sauraya )
# Sauraya AI (Ollama Mobile App ) ![Logo](https://sauraya.com/logo.png) ![App Preview](https://sauraya.com/assets/app-2KfjpORI.png) ## Introduction Sauraya is a modern user interface designed to interact with open-source AI models such as Meta's LLama. This application is fully open-source and free, created to prov...
feature request
low
Minor
2,797,762,894
Python
AI bot
### Feature description u can at an AI bot in this to improve it.
enhancement
medium
Minor
2,797,772,243
vscode
Integrated Terminal Tabs — Vertical vs Horizontal
<!-- ⚠️⚠️ 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. --> Please allow for swapping the position of these two v...
feature-request,terminal-tabs
low
Minor
2,797,789,191
neovim
'background' detection occurs too late, causing colorscheme to load twice
### Problem Neovim automatically sets `'background'` based on whether the terminal is in light or dark mode, both on startup and (on nightly) when the terminal's appearance changes. In the latter case, at least on my machine, the automatic setting of the option occurs too late when the terminal is in light mode, meani...
documentation,defaults,startup
low
Major
2,797,793,396
ui
[bug]: Combobox popover within a Dialog does not have correct styling or animation
### Describe the bug Hello, When I open a Combobox, which is a child of a Dialog, the Command menu opens, however the animation nor the border nor hover styling appears on it. It's just a more basic version of it (see screenshot). <img width="551" alt="Image" src="https://github.com/user-attachments/assets/0b677a17...
bug
low
Critical
2,797,809,263
tensorflow
LD_LIBRARY_PATH to set when installing tensorflow[and-cuda] with pip or poetry
### Issue type Documentation Feature Request ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.18.0 ### Custom code No ### OS platform and distribution Linux Fedora 41 ### Mobile device _No response_ ### Python version 3.12 ### Bazel version _No resp...
stat:awaiting response,type:feature,type:build/install,type:docs-feature
medium
Critical
2,797,815,494
flutter
Video Player is crashing in android emulator. Working fine in android device and iOS emulator.
### What package does this bug report belong to? video_player ### 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/glossary#lockf...
in triage
low
Critical
2,797,827,383
next.js
`unstable_cache` doesn't serialize non-primitive data types
### Link to the code that reproduces this issue https://github.com/devjmetivier/next-unstable-cache-args-serialization ### To Reproduce 1. Open homepage 2. Change sort order with input 3. See request cache behavior ### Current vs. Expected behavior Cache doesn't work (as expected) because passing arguments to `uns...
Runtime
low
Minor
2,797,846,693
vscode
Allow to overwrite when pasting files instead of adding suffix " copy"
<!-- ⚠️⚠️ 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 pasting files in 'Folder' view, VS Code automati...
info-needed
low
Minor
2,797,849,199
godot
Websocket client cuts message after 2^15 bytes
### Tested versions - v4.3.stable.official [77dcf97d8]: **ok** - v4.4.dev1.official [28a72fa43]: **ok** - v4.4.dev2.official [97ef3c837]: **ok** - v4.4.dev3.official [f4af8201b]: **ok** - v4.4.dev4.official [36e6207bb]: **ok** - v4.4.dev5.official [9e6098432]: **fails** - v4.4.dev6.official [1f47e4c4e]: **fails** - v4...
bug,topic:network,regression
low
Minor
2,797,850,335
ui
[bug]: tabindex of form inputs leaks out to Sheet
### Describe the bug When i put a Form inside a Sheet, the Form inputs tabindex leaks out to the Sheet component. When i put the same form outside the Sheet, tabindex works as intended. ### Affected component/components Sheet ### How to reproduce When i put a Form inside a Sheet, the Form inputs tabindex leaks ou...
bug
low
Critical
2,797,852,999
tensorflow
Cannot use GpuDelegate - java.lang.IllegalArgumentException: Internal error: Cannot create interpreter
Hi, I get "Cannot use GpuDelegate - java.lang.IllegalArgumentException: Internal error: Cannot create interpreter" when attempting to use GpuDelegate I have seen a couple of issue related to this but all seems to be abandoned. I have created a repo replicating the issue. You can see the config at [https://github.com/...
comp:lite,TFLiteGpuDelegate
low
Critical