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,659,904,814
deno
Pass Dprint options directly from deno.json during deno fmt
The Deno doc [here](https://docs.deno.com/runtime/fundamentals/linting_and_formatting/#formatting) says, > The formatter can be configured in a [deno.json](https://docs.deno.com/runtime/fundamentals/configuration/) file. You can specify custom rules, plugins, and settings to tailor the formatting process to your nee...
suggestion,deno fmt
low
Minor
2,659,934,221
tailwindcss
@property isn't supported in shadow roots
**What version of Tailwind CSS are you using?** For example: `4.0.0-alpha.34` **What build tool (or framework if it abstracts the build tool) are you using?** Web components with shadow roots. **What version of Node.js are you using?** v22.2.0 **What browser are you using?** Chrome **What operat...
v4
low
Minor
2,659,954,268
react
[Compiler Bug]: Incorrect "Writing to a variable defined outside a component or hook is not allowed." error
### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [X] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler
medium
Critical
2,660,011,218
transformers
RFC: Reducing Download Traffic and Latency with ZipNN Lossless Compression for AI Models
### Feature request This RFC proposes integrating a lossless compression method called ZipNN into Hugging Face Transformers to reduce latency and traffic for downloading models. ZipNN is specifically designed for AI models, offering a model size reduction of 17% to over 50%, depending on the model format and compressi...
Discussion,Feature request
low
Critical
2,660,019,106
vscode
Giving files as context to Copilot autocompletion
<!-- ⚠️⚠️ 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. --> I'd love it if it was possible to give files as cont...
feature-request,inline-completions
low
Minor
2,660,040,648
deno
deno compile: npm package node-red seems to not work
deno 2.0.6 (stable, release, x86_64-pc-windows-msvc) v8 12.9.202.13-rusty typescript 5.6.2 current latest node-red: 4.0.5 # Steps to reproduce: 1. `deno install npm:node-red` 2. `deno run --allow-all npm:node-red --userDir ./nodeRedData` (seems to work fine) 3. delete the ./nodeRedData 4. `deno compile -o n...
needs investigation,compile,node compat
low
Critical
2,660,041,717
svelte
Feat: `$effect.async`, `$derived.async`
### Describe the problem There have been several discussions about the issues of runes and `async`, for example, #13916. Many apps depend on async code, and it can become difficult to migrate to Svelte 5 because of this. ### Describe the proposed solution It would be useful to have two asynchronous runes: `$effect....
runes
low
Major
2,660,061,441
react-native
Emojis inside <Text> increase line-height or stretch the element on iOS
### Description Reported previously in #18559. Emojis within `<Text>` elements are not aligned with other text in the same text element or other text elements on screen. They also cause the height of the `<Text>` to increase disproportionate to the `fontSize`. As a workaround, the `fontFamily` of the emoji can be s...
Platform: iOS,Needs: Triage :mag:,Newer Patch Available
low
Major
2,660,071,706
rust
“Summary” button in docs doesn’t react to description being collapsed
<!-- 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. --> If you collapse the description manually the summary button should change to “Show all” since otherwise it’d do nothing ### Meta Observed on doc.rust-lang.org...
T-rustdoc,C-bug,A-rustdoc-ui,T-rustdoc-frontend
low
Critical
2,660,091,892
next.js
Docs: Should App/ Page router switcher dropdown redirect to associate pages
### What is the documentation issue? # Could this be a more clearer explanation Hi I am sure this is a small nick pick but we are in a progress of migrating from `Page router` to `App router `. While looking through documentation for [route-segment-config](https://nextjs.org/docs/13/app/api-reference/file-convent...
linear: docs
low
Minor
2,660,092,557
react
[Compiler Bug]: eslint plugin rule only applied to first instance inside a file
### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [X] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler
medium
Critical
2,660,143,192
go
proposal: os: add (*Process).Handle method
### Proposal Details This is a continuation of #62654, in particular its item 6, described in there as: > 6. (Optional) Add `(*Process).Handle() uintptr` method to return process handle on Windows and pidfd on Linux. This might be useful for low-level operations that require handle/pidfd (e.g. pidfd_getfd on Linux)...
Proposal
low
Minor
2,660,150,424
ui
I have two sidebar how to trigger each of them
I have two sidebar how to trigger each of them I have right sidebar and left sidebar how to have close button for each one speartly ???
area: request
low
Major
2,660,151,985
flutter
[dash forum?] Adoping new features for readability
### Extension types - https://github.com/flutter/flutter/pull/158466 <br> (plus a couple of other topics, [see below](https://github.com/flutter/flutter/issues/158954#issuecomment-2484307494)!)
team,P3,team-framework,triaged-framework,d: docs/
low
Major
2,660,167,110
rust
Large arrays of enum variants causes polonius to have massive performance issues
<!-- 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. --> When compiling the following with `-Z polonius`, compilation takes a lot longer than it probably should (an entire 4 seconds on my machine) and it gets much wors...
I-compiletime,A-borrow-checker,T-compiler,C-bug,NLL-polonius,requires-nightly,T-types
low
Critical
2,660,172,566
kubernetes
kubectl edit: "You can run `kubectl replace -f FILE` to try this update again" misleading if user passed flags such as `--context`
### What happened? I ran `kubectl --context=dev edit statefulset/kafka` and got a permissions error (my GKE user did not have appropriate permissions). I had used `--context=dev` to select a particular cluster. After the permissions error, kubectl printed ``` You can run `kubectl replace -f /var/folders/5y/55...
kind/bug,sig/cli,needs-triage
low
Critical
2,660,209,938
flutter
CPU sampling broken for Dart CLI applications with VM developer options enabled.
Repro. 1. Run the flutter tool from source ``` cd packages/flutter_tools dart --pause-isolates-on-start --observe lib/executable.dart doctor ``` Connect and open devtools ``` jonahwilliams-macbookpro3:flutter_tools jonahwilliams$ dart --pause-isolates-on-start --pause-isolates-on-exit --observe lib/e...
tool,dependency: dart,d: devtools,P2,team-tool,dependency:dart-triaged
low
Critical
2,660,225,195
pytorch
torch.clear_autocast_cache is not traceable
### 🐛 Describe the bug When trying to `torch.compile` a module that contains `torch.clear_autocast_cache` we get the attached error. I believe this is expected but wondering if there is an established workaround ### Error logs ``` UserWarning: Graph break due to unsupported builtin torch.clear_autocast_cache. This...
triaged,oncall: pt2,module: dynamo
low
Critical
2,660,275,830
terminal
GPT-4o
### Description of the new feature I would appreciate the option to switch the ChatGPT model to 4o, as I have better results with it when programming and communicating in non-English languages. ### Proposed technical implementation details _No response_
Issue-Feature,Product-Terminal,Needs-Tag-Fix,Area-Chat
low
Minor
2,660,308,895
godot
The lighting is breaking
### Tested versions 4.4 dev4 ### System information Godot v4.4.dev4 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 threads) ### Issue description I noticed a ...
bug,topic:rendering,regression,topic:3d
low
Critical
2,660,359,173
pytorch
KeyError in default_cache_dir() when user account doesn't exist
### 🐛 Describe the bug The `torch._inductor` package creates a cache directory. If the `TORCHINDUCTOR_CACHE_DIR` env variable is not set, it defaults to `/tmp/torchinductor_{username}`, where `username` is determined from the python standard library `getpass.getuser()` function. This function raises a `KeyError` i...
triaged,oncall: pt2,module: inductor
low
Critical
2,660,367,486
tensorflow
Issue on inference of converted to tflight Super Resolution model
### 1. System information - OS Linux Ubuntu 22.04 - TensorFlow installation from sources - TensorFlow library version 2.16 ### 2. Code I converted model from tensorflow to tflight. I should use Flex tf ops as not all layers were converted initially but finally model was converted successfully without errors...
stat:awaiting response,type:bug,stale,comp:lite,TFLiteConverter,TF 2.16
low
Critical
2,660,383,638
storybook
[Bug]: bare import path resolution doesn't work under Yarn PNPM linker
### Describe the bug SB attempts to strip all leading `node_modules/` components off of the path of an import to get Vite to bundle correctly: https://github.com/storybookjs/storybook/blob/33e439766251689d3b30be4f532d44294a023c16/code/core/src/common/utils/strip-abs-node-modules-path.ts#L9-L17 This doesn't work corre...
bug,help wanted,core,pnpm,yarn
low
Critical
2,660,390,722
PowerToys
Bug: Inconsistent Window Focus Switching with Win + PageUp/Down in FancyZones
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? FancyZones ### Steps to reproduce 1. Create 1 layout with 2 or more zones. 2. Open two or more windows in the same zone. 3. Minimize one of the windows. 4. Click on the window that rem...
Issue-Bug,Needs-Triage
low
Critical
2,660,418,112
react-native
[0.76] `KeyboardAvoidingView` animation issues since 0.76+ upgrade
### Description I've updated my project from 0.75.2 to 0.76.1 this morning, and I noticed that the `KeyboardAvoidingView`, which was previously animating properly, is no longer animating. It now jumps and doesn't follow the keyboard animation. Not sure why in my project it doesn't work, but while creating the rep...
Issue: Author Provided Repro,Impact: Regression,Component: KeyboardAvoidingView,API: Keyboard,Newer Patch Available,Needs: Attention
low
Critical
2,660,440,542
go
cmd/compile: TestScript/script_test_basics failures
``` #!watchflakes default <- pkg == "cmd/compile" && test == "TestScript/script_test_basics" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731270051656900545)): === RUN TestScript/script_test_basics === PAUSE TestScript/script_test_basics === CONT ...
help wanted,OS-NetBSD,NeedsInvestigation,arch-arm64,compiler/runtime
low
Critical
2,660,440,631
go
net: TestUDPServer/0 failures
``` #!watchflakes default <- pkg == "net" && test == "TestUDPServer/0" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731256705775492193)): === RUN TestUDPServer/0 server_test.go:258: udp :0<-127.0.0.1 server_test.go:315: client: read udp 12...
NeedsInvestigation
low
Critical
2,660,442,015
ui
[bug]: npx shdnc@latest url stuck at "Installing dependencies"
### Describe the bug When I run npx shdnc@latest url, the process gets stuck at the "Installing dependencies" step and does not proceed ### Affected component/components Cannot install any component using the cli ### How to reproduce Run npx shadcn@latest add "https://v0.dev/chat/b/b_wslkIiIMLhs?token=eyJhbGciOiJk...
bug
low
Critical
2,660,453,289
ui
[bug]: Dropdown Menu using wrong icons
### Describe the bug It looks like the new york style was recently updated to use lucide icons, but DropDownMenu is trying to use radix icons when installed with cli. I changed `import { CheckIcon, ChevronRightIcon, DotFilledIcon } from "@radix-ui/react-icons"` to `import { CheckIcon, ChevronRightIcon, Circle...
bug
low
Critical
2,660,458,516
rust
Add a run-make test that checks our `core::ffi::c_*` types against Clang
It would be good to have a test that our C interop types are always compatible with C (`c_char`, `c_long`, `c_longlong` all vary to some extent). This will more or less be what @taiki-e did at https://github.com/rust-lang/rust/issues/129945, just rolled into a run-make test rather than a shell script. The test will ba...
A-testsuite,E-hard,A-FFI,E-needs-test,T-libs,E-needs-design
low
Critical
2,660,459,634
PowerToys
Always On Top does not work for some applications
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? Always on Top ### Steps to reproduce Always On Top feature does not work for some applications 1. MobaXTerm 2. VMWare Workstation 3. Netcam Studio X Is it because of the MDI window implement...
Issue-Bug,Needs-Triage
low
Minor
2,660,459,770
yt-dlp
[gem.cbc.ca] Some episodes have broken audio formats
### 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 ...
account-needed,geo-blocked,site-bug,triage
low
Critical
2,660,460,601
godot
Engine supports multiple translation objects per locale but `TranslationServer.get_translation_object` is only capable of fetching one
### Tested versions Reproducible in 4.3.stable ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 Threads) ### Issue description The engine supports adding multiple transl...
discussion,topic:gui
low
Minor
2,660,507,593
flutter
Is `--run-skipped` intended to work on flutter/flutter?
Both `dart test` and `flutter test` support a `--run-skipped`, which is intended to mean "run tests otherwise that would be skipped". Ideally it would be used to temporarily (either locally or on a `bringup: true` task) run tests that are flaking or failing for reasons that we don't want to affect the mainline tree or ...
a: tests,team,c: proposal,P3,c: tech-debt,team-tool,triaged-tool
low
Minor
2,660,513,533
yt-dlp
Site Support Request for Fansly.com (NSFW)
### 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...
site-request,NSFW,account-needed,triage,can-share-account
low
Critical
2,660,515,189
transformers
Translating attention.md to Chinese
Hi! I have translated attention.md into Chinese and here is my PR #34716 . I would appreciate it if someone could review and comment on it.Thanks!!
Documentation,WIP
low
Minor
2,660,527,709
godot
Allowing PinJoint2D attached RigidBody2D to become perfectly still causes them to ghost in the direction of velocity.
### Tested versions - Reproducible in 4.0.stable, 4.1.stable, .4.2.stable, 4.3.stable, 4.4.dev4 ### System information Godot v4.3.stable.mono - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 32.0.15.6094) - Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (4 Threads) ### Issue descri...
bug,topic:physics,topic:2d
low
Critical
2,660,530,355
pytorch
Floating point exception (core dumped) in `torch.sparse.sampled_addmm`
### 🐛 Describe the bug Under specific inputs, torch.sparse.sampled_addmm triggered a crash. ``` https://colab.research.google.com/drive/1FTI99hk9H25wz_ZvrqJQGMlxadeLyQ3V?usp=sharing ``` output: ``` ed1e28.py:5: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse ...
module: sparse,triaged
low
Critical
2,660,540,502
ui
[bug]: Sheet Component Using Wrong Icon
### Describe the bug The CLI still use `import { Cross2Icon } from "@radix-ui/react-icons"` but it should be `import { X } from "lucide-react"` and `<Cross2Icon className="h-4 w-4" />` should be `<X className="h-4 w-4" />` ### Affected component/components Sheet ### How to reproduce - Init Shadcn with new york sty...
bug
low
Critical
2,660,647,346
ui
[feat]: add year through dropdown in date picker instead of scrolling
### Feature description The clicking of buttons is alot for a user who wishes to choose a date one decade from now. One possible fix to this can be to add dates by keyboard, or we can also add a dropdown which lists all the years upon selection. ![image](https://github.com/user-attachments/assets/3923e93a-9810-4f2...
area: request
low
Minor
2,660,752,646
deno
Add Support for Nested Deno Workspaces with Domain/Subdomain
### 💡 Feature Request: Nested Deno Workspaces **Description** Add support for nested workspace configuration in Deno projects to better organize code by domains and subdomains, similar to how pnpm/yarn workspaces work for Node.js. **Current Situation** - Currently, Deno projects are typically structured as sin...
suggestion,needs info,workspaces
low
Major
2,660,776,713
angular
Documentation should explain the secondary endpoints for library creation
### Describe the problem that you experienced Currently angular documentation doesn't explain about secondary endpoints for library creation https://github.com/ng-packagr/ng-packagr/blob/main/docs/secondary-entrypoints.md . I struggled it for 3 days without this piece of information. ### Enter the URL of the topic w...
area: docs
low
Critical
2,660,826,500
angular
HttpClient fails to capture error when an JSON parse error occurs due to string size limit and instead sets response to null and completes without error.
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Background Chromium based browsers have a max string size of 512 MiB. We are trying to fetch a large amount of JSON data to the browser. The request is a POST request which is streamed from a Spring Boot REST API wit...
breaking changes,area: common/http
low
Critical
2,660,844,486
pytorch
Apple Silicon Unified Memory usage
### 🚀 The feature, motivation and pitch Since Mac with apple silicon has unified memory, why in PyTorch we still need to copy tensors from cpu and mps? This will double the memory usage? Can we use MTLStorageMode.shared which is explained in metal documentation in https://developer.apple.com/documentation/metal/resou...
triaged,enhancement,module: mps
low
Minor
2,660,920,543
ollama
The fine tuned codegemma model exhibits abnormal performance
### What is the issue? I downloaded the codegemma and codellama models from Huggingface and fine tuned them using llama factory. After importing the fine tuned model into Ollama, Codellama works normally, while the Codegemma model seems to have not learned the knowledge of the fine tuned dataset. Similarly, importing ...
bug,needs more info
low
Major
2,660,949,059
vscode
Have a way to interact with things in the account menu via the Command Palette
In case the Account menu is hidden, we should have an alternative way to interact with accounts
feature-request,authentication
low
Minor
2,660,950,757
deno
fmt: support formatting css inside styled-tagged template literal
Input script: ```js const Bar = styled.div` margin: 1px; padding: 2px; `; ``` Prettier output: ```js const Bar = styled.div` margin: 1px; padding: 2px; `; ``` `deno fmt` output (no change): ```js const Bar = styled.div` margin: 1px; padding: 2px; `; ``` Deno now has builtin cs...
upstream,suggestion,deno fmt
low
Minor
2,660,972,116
go
net: TestUDPServer/10 failures
``` #!watchflakes default <- pkg == "net" && test == "TestUDPServer/10" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731230418610381825)): === RUN TestUDPServer/10 server_test.go:258: udp [::ffff:0.0.0.0]:0<-127.0.0.1 server_test.go:322: s...
NeedsInvestigation
low
Critical
2,661,026,779
godot
Can't have a null resource in import defaults of EditorImportPlugin
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Windows 10, Vulkan forward +, Nvidia 3070 ### Issue description I'm trying to add an optional resource that can be specified in an importer as a preset to get around the shortcomings of the current preset system for imports menti...
bug,topic:editor,topic:import
low
Critical
2,661,032,289
vscode
Vscode doesn't respect the login shell on MacOS
Type: <b>Bug</b> 1. install and config a miniconda. 2. `brew install xonsh` 3. add `/opt/homebrew/bin/xonsh` to `/etc/shells` 4. on conda base env, run `pip install xonsh` 5. add `/opt/homebrew/Caskroom/miniconda/base/bin/xonsh` to `/etc/shells` 6. `chsh -s /opt/homebrew/Caskroom/miniconda/base/bin/xonsh` to change t...
bug,macos,linux,confirmation-pending,terminal-profiles
low
Critical
2,661,044,776
godot
Disable V-Sync mode, memory leak occurs when running the project.
### Tested versions - Reprotducible in Godot v4.3.stable.mono/Godot v4.3.stable ### System information Godot v4.3.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Laptop GPU (NVIDIA; 32.0.15.6590) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 Threads) ### Issue...
bug,topic:rendering
low
Critical
2,661,060,478
next.js
Unexpected CSS Module Ordering in Dev/Prod When Using Tree-Shaking
### Link to the code that reproduces this issue https://github.com/jantimon/reproduction-webpack-css-order ### To Reproduce Clone the repository and checkout the `turbo` branch pnpm install pnpm run dev see that the button is blue (but should be orange) ### Current vs. Expected behavior While a...
linear: next,linear: turbopack,CSS
low
Critical
2,661,082,158
excalidraw
Support converting line to arrow
I have made some lines, rotated and aligned them nicely, but now I realize I wanted them to be arrows instead. Could an option to directly convert the line to an arrow be added, to avoid having to redraw? Maybe the arrow heads option could be added to lines as well instead of a dedicated option to convert? (Tried look...
enhancement,UX/UI
low
Minor
2,661,152,296
tauri
[feat] Are there plans to support hot updates?
### Describe the problem Hot updates are a very common way to update apps on mobile devices. It is often unwise to ask users to re-download the entire app to fix a minor issue. Hot updates have many advantages over [full updates](https://v2.tauri.app/plugin/updater). ### Describe the solution you'd like This f...
type: feature request
low
Minor
2,661,250,366
kubernetes
The kube-apiserver (with 3 etcd endpints by --etcd-servers)still connect the unhealthy etcd member when we shut down one master node(which has one etcd static pods)
### What happened? 1. we use the kube-apiserver connect to etcd by three members as : ``` "etcd-servers": [ "https://10.255.69.14:2379", "https://10.255.69.15:2379", "https://10.255.69.16:2379", "https://localhost:2379" ], ``` 2. Shut down the master3 node(10.255.69.16), which ...
kind/bug,needs-sig,needs-triage
low
Critical
2,661,252,783
rust
ICE: `is not a pointer or reference type`
<!-- ICE: Rustc ./a.rs '-Zvalidate-mir -Zinline-mir -Zinline-mir-threshold=300 -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: compiler/rustc_middle/src/mir/tcx.rs:294:41: Type std::slice::Iter<'{erased}, u8> is not a pointer or reference type', 'error: internal compiler error: compiler/rustc...
I-ICE,E-needs-test,T-compiler,C-bug,A-mir-opt,-Zvalidate-mir,S-has-mcve
low
Critical
2,661,271,537
rust
ICE: `did not expect inference variables here`
<!-- ICE: Rustc ./a.rs '' 'error: internal compiler error: compiler/rustc_middle/src/mir/interpret/queries.rs:105:13: did not expect inference variables here', 'error: internal compiler error: compiler/rustc_middle/src/mir/interpret/queries.rs:105:13: did not expect inference variables here' File: /tmp/im/a.rs...
I-ICE,T-compiler,C-bug,A-const-generics,E-needs-mcve,S-bug-has-test,S-has-bisection
low
Critical
2,661,290,681
angular
Signal boolean check without getter inside template causes silent failure
### Which @angular/* package(s) are relevant/related to the feature request? language-service ### Description When using Angular signals in template conditions, failing to call the getter (missing parentheses) results in a silent failure with no type checking or linting errors. ```typescript export class SomeCompon...
area: compiler,compiler: extended diagnostics,cross-cutting: signals
low
Critical
2,661,291,513
bitcoin
Discover() will not run if listening on any address with an explicit bind=0.0.0.0
### Current behaviour https://github.com/bitcoin/bitcoin/blob/85bcfeea23568053ea09013fb8263fa1511d7123/src/init.cpp#L1890-L1892 `Discover()` will run only if we are listening on all addresses (`bind_on_any` is `true`). However if `-bind=0.0.0.0:port` is explicitly given, then `bind_on_any` will end up being `fals...
P2P,good first issue
low
Major
2,661,299,318
PowerToys
Failed to load WinUI3Apps/PowerToys.<various>.dll
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Installer ### Steps to reproduce I permormend from within PowerToys and upgrade from a most recent version which then failed with many PowerToys errors for many DLLs, one of thes...
Issue-Bug,Needs-Triage
low
Critical
2,661,304,717
angular
Add `outputFromSignal` function or one-way model
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Note: this was suggested before in #56923 but I want to argue the case again. In the current Angular signal ecosystem the lack of a `outputFromSignal` function or something feels very unnatural. The argument a...
area: core,core: reactivity,cross-cutting: signals
medium
Major
2,661,309,244
pytorch
Memory usage increase post compilation for torch.compile ViT-H-14-quickgelu_dfn5b
### 🐛 Describe the bug I'm running inference with torch compile for OpenCLIP model ViT-H-14-quickgelu_dfn5b, with half precision and on "cuda" device in "max-autotune" mode. My CPU memory usage has increased by 900MB-1GB as compared to the same model without torch compile. The increase persists during runtime after c...
triaged,oncall: pt2,module: inductor
low
Critical
2,661,316,038
node
readFile will not read files larger than 2 GiB even if buffers can be larger
### Version v22.11.0 ### Platform ```text Darwin LAMS0127 23.6.0 Darwin Kernel Version 23.6.0: Thu Sep 12 23:36:23 PDT 2024; root:xnu-10063.141.1.701.1~1/RELEASE_ARM64_T6031 arm64 arm Darwin ``` ### Subsystem _No response_ ### What steps will reproduce the bug? ```javascript const fs = require("fs/promises"); ...
fs,good first issue
low
Critical
2,661,437,520
go
x/sys/windows: signal.Notify doesn't handle windows.Signal well
### Go version go version go1.22.3 windows/amd64 ### Output of `go env` in your module/workspace: ```shell set GO111MODULE= set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\qian\AppData\Local\go-build set GOENV=C:\Users\qian\AppData\Roaming\go\env set GOEXE=.exe set GOEXPERIMENT= set GOFLAGS= set GOHOSTARCH=...
Thinking,OS-Windows,NeedsInvestigation,compiler/runtime
low
Minor
2,661,443,401
react
[DevTools Bug]: Components tab freezes after inspecting
### Website or app https://dev.permaplant.net ### Repro steps 1. Login 2. Go to Maps and create or open one 3. Look for the TimelinePicker component in the components tab 4. Click on it to inspect it After that my components tab freezes and sometimes my RAM fills up endlessly. (If you need authentication, just co...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
low
Critical
2,661,458,689
go
proposal: os: add methods to safely convert between files and roots
### Proposal Details I have code which opens both files and directories as files to perform various actions such as fetching and comparing generations (I need to upstream to linux once I write tests) or other metadata with `SyscallConn`. Trying to use #67002 to make it less conservative with some TOCTOU edge case...
Proposal
low
Critical
2,661,460,519
pytorch
inconsistency in ```torch.special.xlog1py``` on CPU and GPU
### 🐛 Describe the bug inconsistent results of function ```torch.special.xlog1py``` between CPU and GPU ```python # import torch self = torch.tensor([[1.9609]], dtype=torch.bfloat16) other = torch.tensor([[41.0]], dtype=torch.bfloat16) result_cpu = torch.special.xlog1py(self, other) self_cuda = self.cuda(...
triaged,module: special
low
Critical
2,661,479,491
godot
Drag & drop a node in visual shader produces an incorrect label and error
### Tested versions - Reproducible in: 4.4 (673f396677654220d7e1d5b6fb5ed3b50126b4e6), 4.3 ### System information Windows 11 ### Issue description ![vs_bug2](https://github.com/user-attachments/assets/9bb16dec-2e5e-413b-a86e-be8bd410cb72) ### Steps to reproduce - Create a visual shader and try to drag & drop a...
bug,topic:editor
low
Critical
2,661,522,151
angular
HttpInterceptor can trigger effect recomputation
### Which @angular/* package(s) are the source of the bug? common ### Is this a regression? No ### Description I have a service with a signal that is used inside interceptor. If we have inside `effect` HttpClient usage, effect will catch signal reads inside interceptor function. Here is a minimal repro: https://s...
area: core,area: common/http,bug,core: reactivity,cross-cutting: signals
low
Critical
2,661,526,897
ui
[bug]: No Spacing in between Toasts
### Describe the bug https://github.com/user-attachments/assets/750fb4e5-5374-4934-a351-7f8d81b01803 No spacing when multiple Toasts are shown at once. ### Affected component/components Toast ### How to reproduce 1. Just followed the instructions here - https://ui.shadcn.com/docs/components/toast 2. Increase...
bug
low
Critical
2,661,533,285
material-ui
[Autocomplete][material-ui] Missing aria-multiselectable attribute when multiple prop is set
### Steps to reproduce https://stackblitz.com/edit/vitejs-vite-kcvsmw?file=src%2FApp.tsx&view=editor ### Current behavior The `Autocomplete` component has `multiple` set to `true`. React Testing Library [deselectOptions](https://testing-library.com/docs/user-event/utility#-selectoptions-deselectoptions) fails...
accessibility,component: autocomplete,ready to take
low
Minor
2,661,560,829
transformers
FileNotFoundError when using SentenceTransformerTrainingArguments(load_best_model_at_end=True) and Peft
### System Info I used google colab default environment, with last version of transformers and sentence-transformers ### Who can help? @muellerzr ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder ...
bug
low
Critical
2,661,607,307
TypeScript
TS2823 import attributes error when using node16 module
### 🔎 Search Terms TS2823 import attributes node16 module ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about 5.6.3 and dev ### ⏯ Playground Link https://www.typescriptlang.org/play/?target=99&moduleResolution=99&module=100&ts=5.8.0-d...
Docs
low
Critical
2,661,610,420
rust
Tracking issue for collecting `config.toml`s and analysis of config/profile usage patterns and pain points
Contributors often run into friction when using `config.toml` and profiles, and we would like to better understand the different workflows of different contributors and how contributors utilize `config.toml` and profiles to inform future changes and improvements. ### Steps - [ ] Identify what we want to know about (e...
T-bootstrap,C-tracking-issue,E-needs-investigation,A-bootstrap-config
low
Minor
2,661,641,701
flutter
Unable to Serve NOTICES File in Flutter Web App Deployed on IIS
I am encountering an issue when deploying a Flutter web application on IIS. The application fails to load the NOTICES file and shows the following error in the browser console: Uncaught Error: Unable to load asset: "NOTICES". The NOTICES file is present in the deployment folder, but it doesn't have any file exten...
a: assets,platform-web,a: release,P2,team-web,triaged-web
low
Critical
2,661,680,520
langchain
AzureMLChatOnlineEndpoint not compatible with create_react_agent (NotImplementedError for bind_tool method)
### 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 ...
Ɑ: core
low
Critical
2,661,752,117
next.js
Loading with parallel routes only works on root
### Link to the code that reproduces this issue https://github.com/bananashell/nextjs-parallel-route-loading-issue ### To Reproduce 1. next dev 2. hard reload localhost:3000 (loading of header is done as expected) 3. hard reload localhost:3000/a 4. loading of header is skipped and entier page results in bei...
bug,Parallel & Intercepting Routes
low
Minor
2,661,784,543
storybook
[Bug]: HMR events lead to new WS connections for Storybook's Channel
### Describe the bug A file change usually triggers a reload event in Storybook's manager. As soon as this happens, Storybook's manager establishes a new WebSocket connection to the backend. ### Reproduction steps 1. Start Storybook 2. Make a change in a story file or component file 3. Take a look at the network tab...
bug
low
Critical
2,661,816,388
rust
Mismatched new/delete alignment alloc value: 8 dealloc value: default-aligned
When compiling https://github.com/GuillaumeGomez/mdBook/tree/bug-rustc, I got a segfault. When running under valgrind I get: ``` ==563011== Thread 3 rustc: ==563011== Mismatched new/delete alignment alloc value: 8 dealloc value: default-aligned ==563011== at 0x484565F: operator delete(void*) (vg_replace_malloc.c:11...
I-crash,T-compiler,C-bug
low
Critical
2,661,860,504
react-native
TouchableOpacity isn't working on IOS device
### Description After updating to the latest version, SDK52, my app has stopped working on iOS devices, although it was previously working fine on both iOS and Android. Specifically, the TouchableOpacity button and card components are not functioning correctly on iOS. ### Steps to reproduce . ### React Native Versi...
Platform: iOS,Component: TouchableOpacity,Needs: Repro,Newer Patch Available,Needs: Attention
medium
Major
2,661,872,475
react-native
ScrollView scrollbar has spacing when parent has paddings
### Description When adding padding for parent of `ScrollView` and/ or adding element before it, e.g. custom header, scroll bar has some padding on both top and bottom. This seems to be only happening with using only one of top or bottom safe area paddings. This was initially discovered when i added custom paddin...
Component: ScrollView,Needs: Triage :mag:,Newer Patch Available
low
Major
2,661,882,688
pytorch
Cannot use mask and slice assignment together
### 🐛 Describe the bug I don't know whether it is a bug or just an unpleasant feature due to the underlying variable managing principles. Here's a minimal example for the bug: ```python x = torch.zeros(2, 3, 4, 6) mask = torch.tensor([[ True, True, False], [True, False, True]]) y = torch.rand(2, 3, 4, 3) x[ma...
triaged,module: advanced indexing
low
Critical
2,661,991,071
go
os: File sporadic waits upon non-blocking raw connect
### Go version go version go1.23.3 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/george/.cache/go-build' GOENV='/home/george/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' G...
NeedsInvestigation
low
Critical
2,662,064,596
godot
Cannot use keywords inside dictionary with Lua-style syntax
### Tested versions Godot v4.4.dev4 ### System information Godot v4.4.dev4 - macOS 15.1.0 - Multi-window, 2 monitors - Metal (Mobile) - integrated Apple M1 Max (Apple7) - Apple M1 Max (10 threads) ### Issue description Writing this ```gdscript {class="xyz"} ``` Results in this parse error: ``` Ex...
topic:gdscript,documentation
low
Critical
2,662,078,429
kubernetes
LimitRange and ResourceQuota Accept Values Without Units, Leading to Pod Scheduling and Runtime Failures
### What happened? When creating a LimitRange or ResourceQuota without specifying units for memory and storage (e.g., "2" instead of "2Gi"), Kubernetes accepts the resource creation. However, pods fail to be scheduled, resulting in the following error: `Error creating: pods "...": [maximum memory usage per Pod is 2...
kind/bug,needs-sig,needs-triage
low
Critical
2,662,136,183
godot
[4.3] Crash when exporting in headless mode on linux with godot 4.3
### Tested versions Tested this on 4.3 stable ### System information Windows 11 ### Issue description When exporting in headless mode via a github action I get a crash: ``` savepack: end Unloading addon: res://addons/Todo_Manager/plugin.cfg Unloading addon: res://addons/gdUnit4/plugin.cfg Unloading ...
bug,needs testing,crash,topic:export
low
Critical
2,662,137,178
react
[Compiler Bug]: null reference exception if you assume a value is not null in a callback (which can be valid)
### What kind of issue is this? - [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler
low
Critical
2,662,144,111
rust
compiletest: Locally running clang-based tests assumes a hard-coded path to clang
When trying to run clang-based run-make tests locally, it doesn't seem to be possible to easily change or specify the path to a custom clang. For example, if I run: ``` RUSTBUILD_FORCE_CLANG_BASED_TESTS=1 ./x test tests/run-make/pointer-auth-link-with-c-lto-clang ``` Then the rmake build will be invoked with ``` CLANG=...
T-bootstrap,C-bug,A-compiletest
low
Critical
2,662,148,918
vscode
vscode window is large then it seems. transparent unclickable area around all windows.
Type: <b>Bug</b> Unable to click anything under window, transparent area of aproximately 50px, all around. Since there is a shadow around, every vscode window, issue reporter included, has this issue. I'm guessing it has something to do with the shadow. Basically the window is larger then it seems and clicking at t...
bug,ux,linux,workbench-os-integration
low
Critical
2,662,214,339
pytorch
[AOTI] Test case `test_aot_inductor.py::test_multi_device_cpu` is Running GPU AOT Inductor in CPU container runner.
### 🐛 Describe the bug The test case [`test_multi_device_cpu`](https://github.com/pytorch/pytorch/blob/1b95ca904f5020ad8649677cbef683fac9d8e768/test/inductor/test_aot_inductor.py#L304C1-L314C50) actually runs in the `AOTIModelContainerRunnerCpu`, but in the `torch.compile` see it's is GPU, here is "cuda". So the gene...
oncall: pt2,oncall: export,module: aotinductor
low
Critical
2,662,245,100
PowerToys
Color picker: add color viewer mode
### Description of the new feature / enhancement Hi, In color viewer mode, all color formats would be editable and a additional panel on the right would show a preview of the input color. ### Scenario when this would be used? I often need to visualize color whose format is not common and there are not many tool to ...
Needs-Triage,Needs-Team-Response
low
Minor
2,662,257,726
rust
`--nocapture` doesn't follow common CLI conventions, making it a stumbling block to people debugging failures
By convention, users would expect to type in `--no-capture`. The fact that the argument is `--nocapture` trips people up, especially as they have to wait for their test to compile before they see the failure. Without spelling suggestions, they need to then consult the help to then remember its without the middle `-`....
A-libtest,C-bug,disposition-merge,finished-final-comment-period,T-testing-devex
medium
Critical
2,662,258,480
stable-diffusion-webui
RuntimeError: Could not infer dtype of NoneType
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
bug-report
low
Critical
2,662,294,169
node
[v18.20.5 / next v20.x LTS version] NodeJS should provide some kind of warning when using import assertions as they are non-standard
# Clarification v18.20.4 (previous v18.x release) and v20.18.0 have a warning for both import assertions and import attributes v18.20.5 removes this warning for both cases, I believe the import assertion warning should still be around Seems to be caused by https://github.com/nodejs/node/pull/55333 ### Version...
v18.x,v20.x
low
Critical
2,662,315,731
react-native
[0.76] AccessibilityValue in View throws exception: "Exception in HostFunction: Loss of precision during arithmetic conversion: (long) "
### Description Similar to https://github.com/react-native-elements/react-native-elements/issues/3955 https://github.com/Sharcoux/slider/issues/102 https://github.com/callstack/react-native-paper/issues/4544, when any non-zero value is given to `AccessibilityValue.now` on Android & iOS, conversion occurs and an exce...
Platform: Android,Needs: Triage :mag:,Newer Patch Available,Type: New Architecture
medium
Critical
2,662,387,067
vscode
Option to place "Start Debugging" control in Command Center
<!-- ⚠️⚠️ 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. --> I love having the Debug Toolbar within the Command Center. Since it only appears while debuggin...
feature-request,debug
low
Critical
2,662,394,912
PowerToys
A simplified functionality option for Awake
### Description of the new feature / enhancement An option where a single tap/left click on the Awake icon in the Taskbar could toggle it between "OFF" and "USER-SPECFIC CHOICE" modes. ### Scenario when this would be used? I am a heavy user of Awake but rather than assigning it specific time to stay awake, I always ...
Idea-Enhancement,Product-Awake
low
Minor
2,662,404,703
pytorch
[XPU] test_xpu.py::TestXpuXPU::test_generic_stream_event_xpu crashed with XPU support package 2025.0
### 🐛 Describe the bug ``` ___________________ TestXpuXPU.test_generic_stream_event_xpu ___________________ Traceback (most recent call last): File "/var/lib/jenkins/pytorch/test/test_xpu.py", line 288, in test_generic_stream_event self.assertGreater(event1.elapsed_time(event2), 0) RuntimeError: Profiling ...
triaged,module: xpu
low
Critical
2,662,407,752
godot
Shader compilation errors in the output have comments removed, but empty lines kept instead
### Tested versions - Reproducible in `master` (76fa7b291455a8ba24c50005072ebdb58f8a5984) - Reproducible in 4.3.stable ### System information Godot v4.3.stable - Fedora Linux 41 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600M XT (RADV NAVI33) - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (...
enhancement,discussion,usability,topic:shaders
low
Critical
2,662,418,468
vscode
Make Command Center debug launcher offer most recently used configuration first
Type: <b>Feature Request</b> If I most recently used the second of my debug configurations the debug status bar panel shows this: ![Image](https://github.com/user-attachments/assets/09f32884-0064-4070-b76a-0dfdd765a5cc) But when I click on it the list that Command Center shows lacks a most-recently-used first entry,...
feature-request,debug,good first issue
low
Critical