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,816,079,924
vscode
Detects changes but values are not updated
Testing #238896 Repro: 1. Open Powershell (v5) in VS Code 2. Run `set SOMETHING=1` This triggers the `onDidChangeTerminalShellIntegration` but the `env` field does not have the new `SOMETHING` variable in it. ``` > $PSVersionTable Name Value ---- ----- PSVersio...
bug
low
Minor
2,816,092,388
rust
NaNs are quieted on Emscripten
`tests/ui/abi/numbers-arithmetic/return-float.rs` currently fails under `wasm32-unknown-emscripten`: ``` ---- [ui] tests/ui/abi/numbers-arithmetic/return-float.rs stdout ---- error: test run failed! status: exit status: 101 command: cd "/home/purplesyringa/rust/build/x86_64-unknown-linux-gnu/test/ui/abi/numbers-arith...
T-compiler,C-bug,A-floating-point,A-ABI,needs-triage,I-miscompile,O-emscripten,E-needs-investigation
low
Critical
2,816,104,172
rust
`-C force-frame-pointers=yes` not respected by `-Z build-std` or `opt-level = "z"`
<!-- 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. --> So I've got a project I'm trying to debug, but I'm running into something of an issue. The setup is that I have RISC-V CPUs (`riscv32imc-unknown-none-elf`) debu...
C-bug,needs-triage
low
Critical
2,816,111,628
ui
[bug]: Incorrect Import Path for Utility Function in Sidebar Component
### Describe the bug In the `Sidebar` component, the import statement for the `cn` utility function is written as: ```tsx import { cn } from "@/components/lib/utils" ``` However, the correct import path should be: ```tsx import { cn } from "@/lib/utils" ``` This issue arises from an incorrect reference to ...
bug
low
Critical
2,816,113,863
transformers
Mangled tokenization with Llama 3.1 for string sequences containing<space>'m
We observed that trying to tokenize/detokenize strings containing the sequence `<space>'m` would not give back the initial string, but would "eat" the leading whitespace. For example, the string "for 'manual'" will be transformed into "for'manual'" Investigating further, we also observed issue with strings containing...
bug
low
Minor
2,816,151,321
react
Why does DevTools need permission to write to the clipboard?
React DevTools is asking for permission to read the clipboard. Why? ![Image](https://github.com/user-attachments/assets/026238d9-d6db-4aaf-8b1e-44e949409b99)
Component: Developer Tools
low
Major
2,816,197,665
react
[React 19] HMR Bugs
### 1st issue: The error gets shown right before the HMR reloads (not updates) the page after changes are made. ![Image](https://github.com/user-attachments/assets/a1bc7ead-6c64-46f7-9ae0-fff59c06051f) ### 2nd issue: HMR reloads the page instead of updating trivial components (App). **./package.json:** ``` { "n...
React 19
medium
Critical
2,816,210,134
PowerToys
new+ takes over the "new folder" buttons...
### Microsoft PowerToys version 0.87.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? New+ ### Steps to reproduce After activating New+, If I'm in a dialog box that offers a "New Folder" button, or in Windows Explorer, clicking the "New folder" button now simply...
Issue-Bug,Needs-Triage
low
Minor
2,816,214,988
kubernetes
[CLE] Add integration test for third party strategy
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/coordinated_leader_election_test.go#L214-L222 only tests for OldestEmulationVersion. This strategy could be a third party strategy https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/controller/leaderelection/leaderelectio...
sig/api-machinery,triage/accepted
low
Minor
2,816,216,789
vscode
replace `isFile`, `isDirectory` on proposed terminal completion provider with `kind`
revert this hack https://github.com/microsoft/vscode/pull/238900 cc @Tyriar
bug,terminal-suggest
low
Minor
2,816,221,313
PowerToys
something went wrong
### Microsoft PowerToys version 0.87.1.0 ### Installation method WinGet ### Running as admin None ### Area(s) with issue? General ### Steps to reproduce Version: 0.87.1.0 OS Version: Microsoft Windows NT 10.0.26100.0 IntPtr Length: 8 x64: True Date: 28-01-2025 10:10:09 PM Exception: System.InvalidOperationExce...
Issue-Bug,Needs-Triage
low
Minor
2,816,243,859
pytorch
RecursionError: maximum recursion depth exceeded in comparison
### πŸ› Describe the bug Running following small tests results in recursion ```py def test_a(): def process_tensors( in_ptr0, in_ptr1, in_ptr2, in_ptr3, in_ptr4, out_ptr0, out_ptr1 ): for x0 in range(32): for x1 in range(6): for x2 ...
oncall: pt2
low
Critical
2,816,247,529
vscode
Trust dialog disappears when clicking links
Testing #238847 When I click on any link from the Trust dialog that opens the browser, the dialog is dismissed (assume Cancel). I then have to go to the Extensions View and click on Install again to bring up the dialog. I'm a little mixed on this behavior. I would prefer the dialog to stay open so that if I want to...
feature-request,dialogs
low
Minor
2,816,247,860
bitcoin
build: depends cros-compile using Clang fails
Seems like CMake is getting confused, and trying to build and link a `x86_64` binary, when it's meant to be (and thinks it is, according to the configure output) building for `aarch64`: ```bash make -C depends/ CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib STRIP=llvm-strip NO_QT=1 NO_WALLET=1 NO_USDT=1...
Build system
low
Critical
2,816,251,298
ui
[bug]: Cannot read properties of undefined (reading 'resolvedPaths')
### Describe the bug ![Image](https://github.com/user-attachments/assets/b49f5f3e-d96a-4340-b633-fa458ab8695c) ### Affected component/components Almost all components ### How to reproduce Any npx shadcn@latest add causes this issue ``` Run the npx shadcn@latest add calendar ``` ### System Info ```bash Windows 11 ...
bug
low
Critical
2,816,264,279
vscode
Should the unverified link go to a different docs page?
Testing #238847 When an extension is unverified, the link currently goes to a page meant for extension authors telling them how to become verified: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher However, the dialog is intended for end users, not publishers. Suggest t...
info-needed
low
Minor
2,816,266,632
TypeScript
Not possible to use const string as enum value
### πŸ”Ž Search Terms enum const string computed value 18033 ### πŸ•— Version & Regression Information I tried 2 TS versions, reproducible with both: - 5.6.2 - 5.7.3 ### ⏯ Playground Link https://www.typescriptlang.org/play/?#code/MYewdgzgLgBCAOUCW4BMMC8MDkDluwG4AoUSWPFMAZkx0vGuxgEMIYzoTiBTAD3ggATrB5gArgFsYAFR7QAohOkB...
Duplicate
low
Critical
2,816,271,460
godot
4.4 Beta 1 - Animation Sub-Properties Create Wrong Key Type
### Tested versions 4.4.beta1 ### System information Godot v4.4.beta1 - Windows 11 (build 22631) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Laptop GPU (NVIDIA; 31.0.15.4633) - AMD Ryzen 7 5800H with Radeon Graphics (16 threads) ### Issue description I noticed that 4.4 Beta 1 ...
bug,topic:editor,topic:animation
low
Critical
2,816,277,402
neovim
'background' detection not working on Windows Terminal
### Problem `background` option is not set automatically on Windows Terminal. As far as I investigated the `TermResponse` autocommand is not getting called with `OSC 11` events. I have tried to log all `TermResponse` events: ```lua vim.api.nvim_create_autocmd('TermResponse', { callback = function(args) print(v...
platform:windows,tui,terminal,events
low
Minor
2,816,288,116
vscode
How to reset or revoke Trusted Publishers?
Testing #238847 Is there a way to reset or untrust an existing trusted publisher? I can't find any commands in the Command Palette... The scenario is that I accidentally clicked on "Trust" or that I learned later that a publisher is not to be trusted, so I want the ability to revoke this trust.
feature-request,extensions
low
Minor
2,816,294,959
rust
Lifetime generics on Generic Const Items should not affect if const is checked for evaluatability
> There's a difference between `const _: () = panic!();` and `const _<'a>: () = panic!();`: The former is a pre-mono error, the latter is a post-mono error. This seems inconsistent, and pretty bad. But luckily something we can change before stabilizing generic consts :) I think we should probably change the code ...
C-bug,T-types,F-generic_const_items
low
Critical
2,816,298,677
vscode
Make the splitter/sash size configurable
<!-- ⚠️⚠️ 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 width for splitters and sash handles (for things ...
feature-request,layout
low
Minor
2,816,301,165
vscode
Filtering seems to give up after a lot of results
Testing #238846 Searching the pty host channel with trace logs for terminal, notice the overview ruler stops showing results and the filter stops working from then on: <img width="1172" alt="Image" src="https://github.com/user-attachments/assets/1fc992eb-fb3f-4d79-b945-a5d35f6ee7fd" /> With Terminal highlighted, you...
output
low
Minor
2,816,308,907
vscode
Filtering of output channels should run asynchronously and avoid locking up the renderer
Testing #238846 Filtering to a lot of content will lock up the renderer process. In a log with ~11000 lines it blocked the renderer for around 0.5s: <img width="719" alt="Image" src="https://github.com/user-attachments/assets/24351126-45b5-47e4-bef0-b6ad21a14280" /> Can we do this processing async using something li...
output
low
Minor
2,816,324,698
kubernetes
Basing removed APIs on git tag always causes verify failures when the tag is changed to beta
This follows up on https://github.com/kubernetes/kubernetes/issues/128616#issuecomment-2465832999. Per @liggitt's comment > the reason we fail on beta and not alpha is that master transitions to 1.$next.0-alpha.0 as soon as we make a release branch and rc.0 for the current minor When we transition from `1.$x.0-alpha...
sig/api-machinery,sig/testing,sig/release,triage/accepted
low
Critical
2,816,337,218
vscode
Editor GPU: Filtering in compound log shows stale content frequently
Testing #238846 Playing around with the log categories and the filter text I hit this pretty easily: <img width="744" alt="Image" src="https://github.com/user-attachments/assets/ca5b54ce-899e-4e95-a25c-85550d3fb160" /> <img width="744" alt="Image" src="https://github.com/user-attachments/assets/9d871377-9846-44ec-b9...
editor-gpu
low
Critical
2,816,375,252
ant-design
Space.Compact Bug
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-7cs4n9) ### Steps to reproduce Use space.compact with input and button ### What is expected? The button is the same height as the input ### What...
unconfirmed
low
Critical
2,816,383,701
transformers
Learning rate logging off by one training step
### System Info transformers==4.48.1 ### Who can help? @muellerz @SunMarc ### Information - [x] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ### Reprodu...
bug
low
Critical
2,816,397,830
deno
OpenTelemetry setup does not work with `--env-file`
Version: Deno 2.1.7 Configuration of OTEL via (at least these) environment variables from `--env-file` is not respected as stated in [the OTEL docs](https://docs.deno.com/runtime/fundamentals/open_telemetry/). - `OTEL_SERVICE_NAME` - default is `unknown_service` ([/ext/telemetry/lib.rs#L626](https://github.com/denola...
bug,otel
low
Minor
2,816,404,230
rust
`tail_expr_drop_order` lint can mention internal `__awaitee` name
### Code ```Rust #![warn(tail_expr_drop_order)] async fn foo() -> bool { false } pub async fn bar() { while let true = foo().await {} } ``` ### Current output ```Shell warning: relative drop order changing in Rust 2024 --> src/lib.rs:8:28 | 8 | while let true = foo().await {} | ...
A-diagnostics,T-compiler,A-edition-2024,L-tail_expr_drop_order,I-edition-triaged
low
Minor
2,816,406,179
vscode
Editor GPU: The viewport rendering strategy stops working after > 20k lines
Testing #238846 Everything goes blank suddenly when scrolling down, even previously visible lines: <img width="814" alt="Image" src="https://github.com/user-attachments/assets/bed89772-1d89-43b8-9f14-f8d00a60e1a0" />
bug,editor-gpu
low
Minor
2,816,416,438
rust
Add a test ensuring all our targets set the features required by their ABI.
With https://github.com/rust-lang/rust/pull/136147, we emit a warning (and hopefully eventually a hard error) when a target does not enable all the target features required by the declared ABI, or when it enables a target feature incompatible with the declared ABI. Ideally, we'd ensure that all built-in targets pass th...
needs-triage
low
Critical
2,816,425,021
vscode
VSCode is probing files in a way that causes "fatal error C1056: cannot update the time date stamp field in 'file.obj'" errors
Type: <b>Bug</b> This only happens randomly. Something in VSCode is probing files within the source tree. I build using CMake+ninja and the CMake tools and C/C++ tools extensions on Windows. On occasion, the build just fails because VSCode is holding a handle to the generated file which prevents the operation. Retry...
triage-needed
low
Critical
2,816,455,001
vscode
terminal.integrated.suggest.providers should suggest all providers
We want this to give all valid suggestions: <img width="656" alt="Image" src="https://github.com/user-attachments/assets/73b6195e-bd5f-46b0-a7e2-647ff5bd3b38" /> You can see how defaultProfile does this dynamically here: <img width="406" alt="Image" src="https://github.com/user-attachments/assets/421cce4b-5cc9-4c52-...
feature-request,terminal-suggest
low
Minor
2,816,460,264
rustdesk
Rustdesk not working on AD Computer
### Bug Description Rustdesk software does not seem to work on computers in an Active Directory domain. It says it is not ready and asks to check the network connection. I should point out that I have this problem with other connectivities and the common point is always an AD. Can someone help me? ### How to Reproduc...
bug
low
Critical
2,816,461,135
ollama
ollama list command not listing installed models
### What is the issue? I installed ollama than changed the drive to install models using this article - "https://medium.com/@dpn.majumder/how-to-deploy-and-experiment-with-ollama-models-on-your-local-machine-windows-34c967a7ab0e" Than I installed deepseek r1-7b. Now I have restarted and also tried reinstalling ever...
bug
low
Major
2,816,477,512
react
[React 19] aria attributes on custom elements behave maybe incorrectly
## Summary In [React 18](https://codesandbox.io/p/sandbox/react-18-9r99s), passing `aria-disabled={true}` to a custom element serialized that value as "true". That seemed good and as far as I can tell worked as expected. In [React 19](https://codesandbox.io/p/sandbox/intelligent-dawn-mv9p62), that same code adds the ...
React 19
medium
Minor
2,816,488,075
vscode
Suggest widget position goes out of sync when the panel view is set to maximised
Testing #238901 - Open Terminal and trigger suggest widget - Maximise the panel size πŸ› Suggest widget goes out of sync with position ![Image](https://github.com/user-attachments/assets/6a5e5e25-835c-47d9-ad69-db45e3f7ed34)
bug,terminal-suggest
low
Minor
2,816,503,503
godot
Incorrect AABB when another instance is animated
### Tested versions - Reproducible in v4.4.beta1.official [d33da79d3] , v4.3.stable.official [77dcf97d8] ### System information Godot v4.4.beta1 - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce GTX 1080 Ti (nvidia; 535.183.01) - 12th Gen Inte...
bug,topic:import,topic:animation,topic:3d
low
Critical
2,816,529,885
godot
Keys get virtually "stuck" when using non-US modifiers (e.g. alt gr)
### Tested versions - Reproducible in v4.4.beta.custom_build [e5498020b] Looking at the git blame, at least for the X11 backend, the core issue is probably very old. ### System information Godot v4.4.beta (e5498020b) - KISS Linux Community #7 SMP PREEMPT_DYNAMIC Mon Dec 30 07:40:28 CET 2024 on Wayland - X11 display...
bug,topic:input
low
Critical
2,816,532,662
pytorch
CPU Model compile not working for flexattention
### πŸ› Describe the bug Use CPU model (i.e., CUDA_VISIBLE_DEVICES=-1) to run the following code will throw error. ``` from torch.utils.data import DataLoader, Dataset import torch from torch import nn from torch.nn.attention.flex_attention import flex_attention, create_block_mask, _create_empty_block_mask, BlockMask ...
oncall: cpu inductor
low
Critical
2,816,536,507
yt-dlp
player.pl
### 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,DRM,triage
low
Critical
2,816,537,140
electron
`openDevTools` window mode is inconsistent
### 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/windows,bug :beetle:,34-x-y
low
Critical
2,816,539,865
flutter
Run `Linux analyze` in the Merge Queue
Today, 2 PRs [collided](https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20analyze/22976/overview) mid-air and caused the tree to go red ([PR1](https://github.com/flutter/flutter/pull/162279), [PR2](https://github.com/flutter/flutter/pull/161911)). This kind of collision is preventable by running some sanity c...
team-infra,P1,monorepo
medium
Critical
2,816,548,692
vscode
Suggestions are not triggered on backspace
Testing #238901 https://github.com/user-attachments/assets/f66911c5-c412-4c65-b82b-a7f6b6b0283c
feature-request,terminal-suggest
low
Minor
2,816,555,974
vscode
A lot of the extra detail boxes just contain the command name again
Testing #238901 ![Image](https://github.com/user-attachments/assets/4ca2abdf-2e6c-4cee-bf03-c49695431f7e)
feature-request,terminal-shell-pwsh,terminal-suggest
low
Minor
2,816,565,729
kubernetes
HPA wrongly assumes that terminated pods have an utilization of 100%
### What happened? A pod that terminated was considered by the HPA controller to be at its target utilization. The controller logic ([1](https://github.com/kubernetes/kubernetes/blob/ed9572d9c7733602de43979caf886fd4092a7b0f/pkg/controller/podautoscaler/replica_calculator.go#L106-L120), [2](https://github.com/kubernet...
kind/bug,sig/autoscaling,needs-triage
low
Critical
2,816,628,151
rustdesk
Remote Desktop Window Freezes with Artifacts
### Bug Description At random times it will freeze with artifacts. (Only the remote desktop window) I have to close the window from the taskbar. ### How to Reproduce Connect to a remote desktop ### Expected Behavior Not to freeze and see artifacts ### Operating system(s) on local (controlling) side and remote (...
bug
low
Critical
2,816,643,570
iptv
Add: RadioFannJordanStudio.jo
### Channel ID (required) RadioFannJordanStudio.jo ### Stream URL (required) http://45.63.116.205/hls2/stream1.m3u8 ### Quality 1080p ### Label Not 24/7 ### Timeshift _No response_ ### HTTP User Agent _No response_ ### HTTP Referrer _No response_ ### Notes _No response_ ### Contributing Guide - [x] I h...
approved,streams:add
low
Minor
2,816,647,917
terminal
Emulated terminal (Git Bash, CMD, PowerShell, IDE) freeze when inserting a symbol (@,-,`,',",...) when Using Terminal
### Windows Terminal version 1.21.3231.0 ### Windows build number 10.0.26100.0 ### Other Software Git bash Powershell 7.4.6 CMD ### Steps to reproduce 1. Open terminal. 2. Open a tab to emulated an installed terminal (Git Bash, CMD, PowerShell, IDE). 3. Try to use a symbol from keyboard (example using ssh to con...
Issue-Bug,Needs-Triage,Needs-Attention
low
Minor
2,816,651,043
PowerToys
Custom VPN
### Description of the new feature / enhancement Hello, I have other types of VPN which are not suppoerted by the built-in windows11 VPN. I really wish there would be a way to either link some excecutables so i can reach unsupported protocols, or just add more protocols to the built-in VPN. ### Scenario when this w...
Needs-Triage
low
Minor
2,816,651,905
vscode
Terminal Suggest Widget is cutoff when invoked from a maximized terminal
Testing #238901 Repro Steps: 1. Close all other panels in vscode 2. Expand the terminal to be the only visible panel inside vscode and invoke the suggest widget πŸ› Β ![Image](https://github.com/user-attachments/assets/5f647362-6337-4abd-8c81-b1de68213942)
bug,terminal-suggest
low
Minor
2,816,676,513
PowerToys
Add App Exclusion Option for Shortcut Remappings
### Description of the new feature / enhancement It would be incredibly helpful to have the option to exclude specific apps from being affected by certain shortcut remappings. For example, If a global shortcut remap conflicts with the functionality of a particular app, users could specify that this app should ignore t...
Needs-Triage
low
Minor
2,816,690,663
pytorch
[binary builds] Anaconda. Remove dependency on conda libuv module in MacOS and Windows nightly builds
### πŸ› Describe the bug Related to: https://github.com/pytorch/pytorch/issues/138506 In Windows and MacOS wheel builds we use libuv as build time dependency. In Windows we use lubuv during nightly build: .ci/pytorch/windows/condaenv.bat On MacOS : .ci/wheel/build_wheel.sh .github/requirements/conda-env-macOS-ARM64 ...
oncall: releng,topic: binaries
low
Critical
2,816,690,767
rust
Missed `match` optimization of riscv
<!-- 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 was code golfing different implementations for a function that "inverts" (rotates by 2) an enum with discriminants `1`, `2`, `4`, `8` (i.e. `f(1) = 4`), the o...
A-LLVM,I-slow,A-codegen,C-bug,needs-triage
low
Critical
2,816,706,974
puppeteer
[Bug]: Puppeteer produces untagged PDF starting from v.23.8.0
### Minimal, reproducible example ```TypeScript const browser = await puppeteer.launch({ headless: "shell" }); const page = await browser.newPage(); await page.setContent(html); await page.pdf({ path: outputPath }); await browser.close(); ``` ### Background We are doing 3rd party dependencies scheduled upgrade for o...
bug
low
Critical
2,816,711,472
vscode
Node.js fetch failing with mitm proxy and basic auth
> @chrmarti Yes that appears to be spot on > > <details> > > <summary>GitHub Copilot Chat Diagnostics output</summary> > > ## GitHub Copilot Chat > > - Extension Version: 0.24.2025012802 (prod) > - VS Code: vscode/1.97.0-insider > - OS: Mac > > ## Network > > User Settings: > ```json > "http.proxy": "http://loc...
bug,proxy
low
Critical
2,816,715,796
pytorch
Use of broadcast_shapes() errors attempting to guard on symbolic nested int
Repro: ```python import torch torch._dynamo.config.capture_dynamic_output_shape_ops = True torch._dynamo.config.capture_scalar_outputs = True nt = torch.nested.nested_tensor([ torch.randn(2), torch.randn(3), torch.randn(4), ], layout=torch.jagged, device="cuda") @torch.compile(fullgraph=True) def f(t, m...
triaged,module: nestedtensor
low
Critical
2,816,730,937
PowerToys
Explorer shortcut for adding/removing a directory from PATH
### Description of the new feature / enhancement When in a directory in Explorer, right clicking on empty space should reveal an option for adding the current directory to PATH if it isn't there already. If the directory already exists in PATH, the option should instead be a button for removing the current directory f...
Needs-Triage
low
Minor
2,816,754,686
flutter
`Mac ruby` failing due to ActiveSupport issue
### Type of Request bug ### Infrastructure Environment cocoon ### What is happening? ``` /opt/s/w/ir/x/w/cocoon/cipd_packages/ruby/build/bin/darwin_ruby/lib/ruby/gems/3.1.0/gems/activesupport-7.0.8/lib/active_support/logger_thread_safe_level.rb:12:in `<module:LoggerThreadSafeLevel>': uninitialized constant Active...
team-infra
low
Critical
2,816,754,908
flutter
[SwiftPM] Remove warnings exception for google_sign_in_ios plugin
### Background Xcode produces warnings for the AppAuth-iOS Swift package (see https://github.com/openid/AppAuth-iOS/issues/865), which is a dependency of the google_sign_in_ios plugin. We cannot suppress these warnings when using Swift Package Manager. As a result, we added to the google_sign_in_ios plugin to the Xco...
platform-ios,platform-mac,p: google_sign_in,P3,a: plugins,team-ios,triaged-ios
low
Minor
2,816,767,650
vscode
Disable telemetry reporting via GPO
<!-- ⚠️⚠️ 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. --> You asked for suggestions what Enterprise needs are -...
triage-needed
low
Minor
2,816,781,381
transformers
Mixed-precision with `torch.autocast` is broken for many models when using `attn_implementation="flash_attention_2"`
### System Info transformers==4.481 python=3.11.11 ### Who can help? @ArthurZucker ### Expected behavior Mixed-precision training via `torch.autocast` is broken for most models inspired by the HF Llama code (which is a lot of models) when using `attn_implementation="flash_attention_2` and potentially not working...
bug
low
Critical
2,816,782,717
flutter
`Mac ruby` failing due to missing command line tools
### Type of Request bug ### Infrastructure Environment cocoon ### What is happening? ``` Error: Xcode alone is not sufficient on Sonoma. Install the Command Line Tools: xcode-select --install ``` https://ci.chromium.org/ui/p/flutter/builders/try/Mac_arm64%20ruby/45/infra ### Steps to reproduce Run test ##...
team-infra
low
Critical
2,816,787,602
TypeScript
Missing computed properties in declaration emit
With #60052, we now emit qualified names rather than generate an index signature for computed names in classes; however, this now puts us in an awkward place where regardless of errors, declaration emit diverges on `isolatedDeclarations`. Playground Links: * [5.7, without `isolatedDeclarations`](https://www.typescrip...
Suggestion,In Discussion
low
Critical
2,816,800,806
go
os/exec: LookPath considers paths containing ":" to be absolute on windows
os/exec.LookPath considers all paths containing `:` to be absolute, as one use of the colon is to indicate drive letters. Unfortunately it is also used for "alternate data streams" on NTFS filesystems, which allow attaching additional data to a file, accessed using a special suffix. This can result in LookPath returni...
Security,OS-Windows
low
Minor
2,816,802,325
electron
BaseWindow.contentView.addChildView(WebContentsView) is not rendering a page properly
### 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/windows,bug :beetle:,34-x-y
low
Critical
2,816,802,698
iptv
Add: Telecinco
### Channel ID (required) Telecinco.es ### Stream URL (required) https://spa-ha-p005.cdn.masmediatv.es/SVoriginOperatorEdge3/smil:8_HD.smil/manifest.m3u8 ### Quality 1080p ### Label None ### Timeshift _No response_ ### HTTP User Agent _No response_ ### HTTP Referrer _No response_ ### Notes _No response_ ...
streams:add
low
Minor
2,816,805,504
go
cmd/go: toolchain directive can point to file relative to go.mod with ADS on windows
Due to https://github.com/golang/go/issues/71469, a toolchain directive with a ADS suffix (e.g. `toolchain go1.25-:alt`), can result in the toolchain attempting to execute a files alternate data stream that is located alongside the go.mod file. Since it's somewhat complex to create a file with ADS, and as far as we co...
Security,OS-Windows
low
Minor
2,816,805,792
iptv
Add: Antena3
### Channel ID (required) Antena3.es ### Stream URL (required) https://spa-ha-p005.cdn.masmediatv.es/SVoriginOperatorEdge3/smil:7_HD.smil/manifest.m3u8 ### Quality 1080p ### Label None ### Timeshift _No response_ ### HTTP User Agent _No response_ ### HTTP Referrer _No response_ ### Notes _No response_ #...
streams:add
low
Minor
2,816,837,142
iptv
Broken: es.m3u LaSexta.es Boing.es Cuatro.es
### Broken Links [LaSexta.es](https://spa-ha-p005.cdn.masmediatv.es/SVoriginOperatorEdge2/smil:11_HD.smil/index.m3u8) [Boing.es](https://spa-ha-p002.cdn.masmediatv.es/SVoriginOperatorEdge/smil:17_HD.smil/index.m3u8) [Cuatro.es](https://spa-ha-p002.cdn.masmediatv.es/SVoriginOperatorEdge/smil:9_HD.smil/index.m3u8) ### ...
broken stream
low
Critical
2,816,845,065
kubernetes
apiserver incompatible with cel-go 0.23.0
I hit this error when a robot updated google/cel-go to 0.23.0 in a project that vendors k8s.io/apiserver v0.32.1: ``` # k8s.io/apiserver/pkg/cel/environment vendor/k8s.io/apiserver/pkg/cel/environment/base.go:176:19: cannot use ext.TwoVarComprehensions (value of type func(options ...ext.TwoVarComprehensionsOption) "git...
sig/api-machinery,needs-triage
low
Critical
2,816,851,199
rust
Missed optimization: big immutable locals are not promoted to constants
<!-- 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, on `riscv32i-unknown-none-elf` (this code is originally from #136216): ```rust #![no_std] pub enum Idx { _0, _1, _2, _3 } #[no_mangle] pub...
A-LLVM,I-slow,A-codegen,C-bug,needs-triage
low
Critical