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,814,720,009 | terminal | OpenConsole not DpiAware, causes GetSystemMetrics to indicate poor icon sizes | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.22631
### Other Software
(I was using Yori but I don't think you need to)
### Steps to reproduce
1. Set the display DPI to 125%
2. Have a program that supports 20x20 and 40x40 icon sizes
3. Run the program, and ConHost/OpenConsole will load the 16x16 icon and scale it up rather than load the 20x20 size that is native for this DPI
### Expected Behavior
The optimal icon size for the DPI configuration.
### Actual Behavior
`ConExtractIconInBothSizesW` calls `GetSystemMetrics`, and the debugger indicated that `GetSystemMetrics` returns the wrong size. Looking at the OpenConsole manifest showed no indication of DPI awareness, which explains its behavior. `ConExtractIcons` seems to have quite sophisticated logic to probe for these icon sizes and use them if present before falling back to more common sizes, but this is effectively disabled if `GetSystemMetrics` won't return the exotic sizes. Patching the return values from `GetSystemMetrics` was sufficient for the rest of OpenConsole to load and use the 20x20 icon.
 | Issue-Bug,Needs-Triage,Needs-Attention | low | Critical |
2,814,721,342 | godot | [Godot 4.4] Editor crash when interacting with a re-opened scene | ### Tested versions
At least 4.4.beta1 to current head `6dc78c8aa17ad46e701e0c4e7b7632c2f0e098f1` but involves code introduced in https://github.com/godotengine/godot/pull/99700 or a related PR cc @hpvb
As far as I've seen, the crash does not happen if the editor is compiled with `dev_build=yes`
### System information
Godot v4.4.beta.mono (6dc78c8aa) - macOS Sequoia (15.2.0) - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M2 (Apple8) - Apple M2 (8 threads)
### Issue description
After closing and re-opening a scene and then either selecting a node or closing the scene tab several times, either SIGSEGV or SIGBUS crashes the editor. From lldb:
```
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x3d9ec6003f8001a8)
* frame #0: 0x0000000102cb4df8 godot.macos.editor.arm64`Node::get_parent() const
frame #1: 0x0000000102468e1c godot.macos.editor.arm64`SceneTreeEditor::_update_tree(bool) + 500
frame #2: 0x0000000104bd0394 godot.macos.editor.arm64`CallQueue::_call_function(Callable const&, Variant const*, int, bool) + 336
frame #3: 0x0000000104bd06b0 godot.macos.editor.arm64`CallQueue::flush() + 352
frame #4: 0x0000000102ceb6d0 godot.macos.editor.arm64`SceneTree::physics_process(double) + 244
frame #5: 0x00000001003f366c godot.macos.editor.arm64`Main::iteration() + 596
frame #6: 0x0000000100383878 godot.macos.editor.arm64`OS_MacOS::run() + 148
frame #7: 0x00000001003b0ad4 godot.macos.editor.arm64`main + 388
frame #8: 0x0000000196350274 dyld`start + 2840
```
Presumably some call is getting inlined between _update_tree and get_parent?
### Steps to reproduce
Close and reopen the same scene several times in a row, optionally interacting with a node. In my tests, I saw a crash after anywhere between 1 and 4 close/reopen cycles with the last user action being any of opening the scene, closing the scene, or selecting a node in the tree.
### Minimal reproduction project (MRP)
n/a | bug,topic:editor,crash,regression | low | Critical |
2,814,724,577 | ant-design | ❌ download visual-regression report failed | https://github.com/ant-design/ant-design/actions/workflows/visual-regression-diff-finish.yml | ⚙️ Workflow | low | Critical |
2,814,742,635 | ollama | Tool Support for vision models | Ollama vision models are not supporting tool calling this is very important specially for browser use or computer use Use-cases
can we have tool support for vision models ... | feature request | low | Minor |
2,814,753,085 | pytorch | [Inductor-CPU] Codegened flex attention kernels don't appear in profiler profiling results | ### 🐛 Describe the bug
### Problem statement
Codegened Inductor-CPU Flex attention kernels don't appear in profiling results because they're missing calls to `RECORD_FUNCTION`.
### Steps to reproduce
1. Clear Inductor cache (on Linux, it can be done via command line - with `rm -rf /tmp/torchinductor_$(whoami)/*`)
2. Run `TORCH_LOGS="+inductor" TORCH_COMPILE_DEBUG=1 TORCHINDUCTOR_FREEZING=1 python test/inductor/test_flex_attention.py -v` after adding enabling this Inductor config in the UT file:
```
import torch._inductor.config as inductor_config
inductor_config.profiler_mark_wrapper_call = True
inductor_config.cpp.enable_kernel_profile = True
```
Could even try adding the following line as well
```
inductor_config.cpp.descriptive_names = "inductor_node"
```
3. Either add code to enable profiling with PyTorch Profiler in the UT code & then view profiling results.
Or, there's another way to verify - to be present in profiling results, the generated C++ kernels should include a `RECORD_FUNCTION` call. So, after UTs finish running, go to `/tmp/torchinductor_$(whoami)/*`, and search for `RECORD_FUNCTION` with `grep -nr RECORD_FUNCTION`. Observation: Flex attention kernels don't include calls to `RECORD_FUNCTION`, but they should.
cc @jianan-gu
### Versions
Main branch commit [0f5a68344aab1edb68ee79c5cb2e0051e10f93f4](https://github.com/pytorch/pytorch/commit/0f5a68344aab1edb68ee79c5cb2e0051e10f93f4) dated Jan 27. | oncall: cpu inductor | low | Critical |
2,814,772,847 | vscode | Support Find/Replace history persistence in Notebook | https://github.com/microsoft/vscode/issues/238897
Fun fact I tested in notebook at the beginning and found it not working. We want to align their experience. | feature-request,notebook-find | low | Minor |
2,814,784,643 | PowerToys | error on wakeup | ### Microsoft PowerToys version
0.87.1.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
unlock computer, then the debug screen was here (not appearing, already present)
### ✔️ Expected Behavior
nothing
### ❌ Actual Behavior
crash window
[2025-01-28.txt](https://github.com/user-attachments/files/18569240/2025-01-28.txt)
Version: 0.87.1.0
OS Version: Microsoft Windows NT 10.0.22631.0
IntPtr Length: 8
x64: True
Date: 28/01/2025 05:06:13
Exception:
System.Runtime.InteropServices.COMException (0x80263001): {La composition du Bureau est désactivée} Impossible d’effectuer cette opération car la composition du Bureau est désactivée. (0x80263001)
at Standard.NativeMethods.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& pMarInset)
at System.Windows.Appearance.WindowBackdropManager.UpdateGlassFrame(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.Appearance.WindowBackdropManager.ApplyBackdrop(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.ThemeManager.ApplyFluentOnWindow(Window window)
at System.Windows.ThemeManager.OnSystemThemeChanged()
at System.Windows.SystemResources.SystemThemeFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Critical |
2,814,801,658 | pytorch | What changed in torch 2.5.0 that cause photomaker to fail? | ### 🐛 Describe the bug
Hi there,
I came from this issue https://github.com/TencentARC/PhotoMaker/issues/205.
I'm playing around with PhotoMaker, and I found their IP adapter failed to work with latest torch (2.5.X). But when I downgrade the pytorch version to 2.4.1 it worked.
So I suspect something changed fundamentally in version 2.5.0. How should I start investigate this issue?
Thanks!
### Versions
Latest | needs reproduction | low | Critical |
2,814,847,152 | transformers | Add Deepseek AI's Janus model | ### Model description
🚀 Janus-Series: Unified Multimodal Understanding and Generation Models
- https://github.com/deepseek-ai/Janus
- https://huggingface.co/deepseek-ai/Janus-Pro-1B
### Open source status
- [x] The model implementation is available
- [x] The model weights are available
### Provide useful links for the implementation
_No response_ | New model,Good Difficult Issue | low | Minor |
2,814,848,985 | transformers | Add YuE audio model | ### Model description
YuE is a groundbreaking series of open-source foundation models designed for music generation, specifically for transforming lyrics into full songs (lyrics2song). It can generate a complete song, lasting several minutes, that includes both a catchy vocal track and complementary accompaniment, ensuring a polished and cohesive result. YuE is capable of modeling diverse genres/vocal styles. Below are examples of songs in the pop and metal genres. For more styles, please visit the demo page.
- https://github.com/multimodal-art-projection/YuE/tree/main
- https://huggingface.co/m-a-p
### Open source status
- [x] The model implementation is available
- [x] The model weights are available
### Provide useful links for the implementation
_No response_ | New model,Good Difficult Issue | low | Minor |
2,814,870,675 | vscode | Terminal copilot pushes prompt | 
In zoom 1, the cursor pushes up out of view.
Also the inline chat seems badly centered. | bug,terminal-chat | low | Major |
2,814,876,729 | rust | ICE: `offset of not-statically-aligned field .. cannot be computed statically` | <!--
[31mICE[0m: Rustc ./a.rs '--edition=2024 -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: /rustc/2f348cb7ce4063fa4eb40038e6ada3c5214717bd/compiler/rustc_middle/src/ty/layout.rs:1397:21: offset of not-statically-aligned field (type dyn [Binder { value: Trait(std::fmt::Debug), bound_vars: [] }] + '{erased}) cannot be computed statically', 'error: internal compiler error: /rustc/2f348cb7ce4063fa4eb40038e6ada3c5214717bd/compiler/rustc_middle/src/ty/layout.rs:1397:21: offset of not-statically-aligned field (type dyn [Binder { value: Trait(std::fmt::Debug), bound_vars: [] }] + '{erased}) cannot be computed statically'
File: /tmp/im/a.rs
-->
auto-reduced (treereduce-rust):
````rust
//@compile-flags: --edition=2024
#![feature(generic_const_exprs)]
use core::fmt::Debug;
struct Inline<T>
where
[(); std::mem::offset_of!((T,), 0)]:,
{
let foo: (),
}
fn main() {
let dst = Inline::<dyn Debug>::new(0); // BANG!
}
````
original:
````rust
#![feature(generic_const_exprs)]
use core::fmt::Debug;
struct Inline<T>
where
[(); std::mem::offset_of!((T,), 0)]:,
{
let foo: (),
//~^ ERROR expected identifier, found keyword `let`
}
fn main() {
let dst = Inline::<dyn Debug>::new(0); // BANG!
}
````
Version information
````
rustc 1.86.0-nightly (2f348cb7c 2025-01-27)
binary: rustc
commit-hash: 2f348cb7ce4063fa4eb40038e6ada3c5214717bd
commit-date: 2025-01-27
host: x86_64-unknown-linux-gnu
release: 1.86.0-nightly
LLVM version: 19.1.7
````
Command:
`/home/matthias/.rustup/toolchains/master/bin/rustc --edition=2024`
<details><summary><strong>Program output</strong></summary>
<p>
```
error: expected identifier, found keyword `let`
--> /tmp/icemaker_global_tempdir.ss1hYVHGdMgO/rustc_testrunner_tmpdir_reporting.pEd6k8w10N6f/mvce.rs:9:5
|
9 | let foo: (),
| ^^^-
| |
| expected identifier, found keyword
| help: remove this `let` keyword
|
= note: the `let` keyword is not allowed in `struct` fields
= note: see <https://doc.rust-lang.org/book/ch05-01-defining-structs.html> for more information
warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
--> /tmp/icemaker_global_tempdir.ss1hYVHGdMgO/rustc_testrunner_tmpdir_reporting.pEd6k8w10N6f/mvce.rs:1:12
|
1 | #![feature(generic_const_exprs)]
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
= note: `#[warn(incomplete_features)]` on by default
error[E0392]: type parameter `T` is never used
--> /tmp/icemaker_global_tempdir.ss1hYVHGdMgO/rustc_testrunner_tmpdir_reporting.pEd6k8w10N6f/mvce.rs:5:15
|
5 | struct Inline<T>
| ^ unused type parameter
|
= help: consider removing `T`, referring to it in a field, or using a marker such as `PhantomData`
= help: if you intended `T` to be a const parameter, use `const T: /* Type */` instead
error[E0599]: no function or associated item named `new` found for struct `Inline` in the current scope
--> /tmp/icemaker_global_tempdir.ss1hYVHGdMgO/rustc_testrunner_tmpdir_reporting.pEd6k8w10N6f/mvce.rs:14:36
|
5 | struct Inline<T>
| ---------------- function or associated item `new` not found for this struct
...
14 | let dst = Inline::<dyn Debug>::new(0); // BANG!
| ^^^ function or associated item not found in `Inline<dyn Debug>`
error: internal compiler error: /rustc/2f348cb7ce4063fa4eb40038e6ada3c5214717bd/compiler/rustc_middle/src/ty/layout.rs:1397:21: offset of not-statically-aligned field (type dyn [Binder { value: Trait(std::fmt::Debug), bound_vars: [] }] + '{erased}) cannot be computed statically
thread 'rustc' panicked at /rustc/2f348cb7ce4063fa4eb40038e6ada3c5214717bd/compiler/rustc_middle/src/ty/layout.rs:1397:21:
Box<dyn Any>
stack backtrace:
0: 0x7e903a3aae40 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::he98e11da2daa96a9
1: 0x7e903ac14ee6 - core::fmt::write::had177877e89931fb
2: 0x7e903bb50b51 - std::io::Write::write_fmt::hc355e6fef9c0a3ce
3: 0x7e903a3aaca2 - std::sys::backtrace::BacktraceLock::print::h676c1f81be95e0b1
4: 0x7e903a3ad122 - std::panicking::default_hook::{{closure}}::hd28d3669866dc126
5: 0x7e903a3acfaa - std::panicking::default_hook::h039746809c2c5ae1
6: 0x7e903955ff39 - std[644fad426ed526f7]::panicking::update_hook::<alloc[5097d557d6b96634]::boxed::Box<rustc_driver_impl[438371d8e84705cb]::install_ice_hook::{closure#1}>>::{closure#0}
7: 0x7e903a3adc63 - std::panicking::rust_panic_with_hook::h88108df39d1d1441
8: 0x7e903959b421 - std[644fad426ed526f7]::panicking::begin_panic::<rustc_errors[d6afe1f3c80315c7]::ExplicitBug>::{closure#0}
9: 0x7e9039590326 - std[644fad426ed526f7]::sys::backtrace::__rust_end_short_backtrace::<std[644fad426ed526f7]::panicking::begin_panic<rustc_errors[d6afe1f3c80315c7]::ExplicitBug>::{closure#0}, !>
10: 0x7e903958d05d - std[644fad426ed526f7]::panicking::begin_panic::<rustc_errors[d6afe1f3c80315c7]::ExplicitBug>
11: 0x7e90395a5351 - <rustc_errors[d6afe1f3c80315c7]::diagnostic::BugAbort as rustc_errors[d6afe1f3c80315c7]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
12: 0x7e9039b867f3 - rustc_middle[dfbbc45bb841e134]::util::bug::opt_span_bug_fmt::<rustc_span[45d362c5296a3b7f]::span_encoding::Span>::{closure#0}
13: 0x7e9039b6f7aa - rustc_middle[dfbbc45bb841e134]::ty::context::tls::with_opt::<rustc_middle[dfbbc45bb841e134]::util::bug::opt_span_bug_fmt<rustc_span[45d362c5296a3b7f]::span_encoding::Span>::{closure#0}, !>::{closure#0}
14: 0x7e9039b6f63b - rustc_middle[dfbbc45bb841e134]::ty::context::tls::with_context_opt::<rustc_middle[dfbbc45bb841e134]::ty::context::tls::with_opt<rustc_middle[dfbbc45bb841e134]::util::bug::opt_span_bug_fmt<rustc_span[45d362c5296a3b7f]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
15: 0x7e9037de19a0 - rustc_middle[dfbbc45bb841e134]::util::bug::bug_fmt
16: 0x7e903b7a4bb5 - <rustc_const_eval[4c73f18587537670]::interpret::eval_context::InterpCx<rustc_const_eval[4c73f18587537670]::const_eval::machine::CompileTimeMachine>>::eval_rvalue_into_place
17: 0x7e90385dce39 - rustc_const_eval[4c73f18587537670]::const_eval::eval_queries::eval_to_allocation_raw_provider
18: 0x7e903b412e9c - rustc_query_impl[9923fb681be542d6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9923fb681be542d6]::query_impl::eval_to_allocation_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 24usize]>>
19: 0x7e903b41283a - rustc_query_system[ea81b1814f2bc579]::query::plumbing::try_execute_query::<rustc_query_impl[9923fb681be542d6]::DynamicConfig<rustc_query_system[ea81b1814f2bc579]::query::caches::DefaultCache<rustc_middle[dfbbc45bb841e134]::ty::PseudoCanonicalInput<rustc_middle[dfbbc45bb841e134]::mir::interpret::GlobalId>, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 24usize]>>, false, false, false>, rustc_query_impl[9923fb681be542d6]::plumbing::QueryCtxt, false>
20: 0x7e903b4124bb - rustc_query_impl[9923fb681be542d6]::query_impl::eval_to_allocation_raw::get_query_non_incr::__rust_end_short_backtrace
21: 0x7e903b419d65 - rustc_const_eval[4c73f18587537670]::const_eval::valtrees::eval_to_valtree
22: 0x7e903b419b1c - <rustc_const_eval[4c73f18587537670]::provide::{closure#0} as core[d2a938784d8f7dcb]::ops::function::FnOnce<(rustc_middle[dfbbc45bb841e134]::ty::context::TyCtxt, rustc_middle[dfbbc45bb841e134]::ty::PseudoCanonicalInput<rustc_middle[dfbbc45bb841e134]::mir::interpret::GlobalId>)>>::call_once
23: 0x7e903b419ac6 - rustc_query_impl[9923fb681be542d6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9923fb681be542d6]::query_impl::eval_to_valtree::dynamic_query::{closure#2}::{closure#0}, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 24usize]>>
24: 0x7e903b419a7f - <rustc_query_impl[9923fb681be542d6]::query_impl::eval_to_valtree::dynamic_query::{closure#2} as core[d2a938784d8f7dcb]::ops::function::FnOnce<(rustc_middle[dfbbc45bb841e134]::ty::context::TyCtxt, rustc_middle[dfbbc45bb841e134]::ty::PseudoCanonicalInput<rustc_middle[dfbbc45bb841e134]::mir::interpret::GlobalId>)>>::call_once
25: 0x7e903b412913 - rustc_query_system[ea81b1814f2bc579]::query::plumbing::try_execute_query::<rustc_query_impl[9923fb681be542d6]::DynamicConfig<rustc_query_system[ea81b1814f2bc579]::query::caches::DefaultCache<rustc_middle[dfbbc45bb841e134]::ty::PseudoCanonicalInput<rustc_middle[dfbbc45bb841e134]::mir::interpret::GlobalId>, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 24usize]>>, false, false, false>, rustc_query_impl[9923fb681be542d6]::plumbing::QueryCtxt, false>
26: 0x7e903b41222d - rustc_query_impl[9923fb681be542d6]::query_impl::eval_to_valtree::get_query_non_incr::__rust_end_short_backtrace
27: 0x7e903b7d390c - rustc_middle[dfbbc45bb841e134]::query::plumbing::query_get_at::<rustc_query_system[ea81b1814f2bc579]::query::caches::DefaultCache<rustc_middle[dfbbc45bb841e134]::ty::PseudoCanonicalInput<rustc_middle[dfbbc45bb841e134]::mir::interpret::GlobalId>, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 24usize]>>>
28: 0x7e903b7d2f22 - <rustc_middle[dfbbc45bb841e134]::ty::context::TyCtxt>::const_eval_global_id_for_typeck
29: 0x7e903b7d2db9 - <rustc_middle[dfbbc45bb841e134]::ty::context::TyCtxt>::const_eval_resolve_for_typeck
30: 0x7e903b7d2af7 - rustc_trait_selection[a0c4a4c304b8efe3]::traits::try_evaluate_const
31: 0x7e903c894ef8 - rustc_trait_selection[a0c4a4c304b8efe3]::traits::const_evaluatable::is_const_evaluatable.cold
32: 0x7e903b4ee30f - <rustc_trait_selection[a0c4a4c304b8efe3]::traits::fulfill::FulfillProcessor as rustc_data_structures[702a32bac37c74a0]::obligation_forest::ObligationProcessor>::process_obligation
33: 0x7e903ac10642 - <rustc_data_structures[702a32bac37c74a0]::obligation_forest::ObligationForest<rustc_trait_selection[a0c4a4c304b8efe3]::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection[a0c4a4c304b8efe3]::traits::fulfill::FulfillProcessor>
34: 0x7e903ad69f6a - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::try_structurally_resolve_type
35: 0x7e903b9899fd - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
36: 0x7e903ad7b371 - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::confirm_builtin_call
37: 0x7e903b98b526 - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
38: 0x7e903b9885e7 - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::check_decl
39: 0x7e903b9856cd - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::check_expr_block
40: 0x7e903b98c03e - <rustc_hir_typeck[711cb0c541d6273d]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
41: 0x7e903b240d00 - rustc_hir_typeck[711cb0c541d6273d]::check::check_fn
42: 0x7e903b249b7d - rustc_hir_typeck[711cb0c541d6273d]::typeck_with_inspect::{closure#0}
43: 0x7e903b247b8c - rustc_query_impl[9923fb681be542d6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9923fb681be542d6]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 8usize]>>
44: 0x7e903af996ce - rustc_query_system[ea81b1814f2bc579]::query::plumbing::try_execute_query::<rustc_query_impl[9923fb681be542d6]::DynamicConfig<rustc_data_structures[702a32bac37c74a0]::vec_cache::VecCache<rustc_span[45d362c5296a3b7f]::def_id::LocalDefId, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[ea81b1814f2bc579]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[9923fb681be542d6]::plumbing::QueryCtxt, false>
45: 0x7e903af97bd1 - rustc_query_impl[9923fb681be542d6]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
46: 0x7e903af9788b - <rustc_middle[dfbbc45bb841e134]::hir::map::Map>::par_body_owners::<rustc_hir_analysis[679b9e311f2f4bbc]::check_crate::{closure#4}>::{closure#0}
47: 0x7e903af9593f - rustc_hir_analysis[679b9e311f2f4bbc]::check_crate
48: 0x7e903af91f62 - rustc_interface[68fc4f7f4eaa26cf]::passes::run_required_analyses
49: 0x7e903bb4c25e - rustc_interface[68fc4f7f4eaa26cf]::passes::analysis
50: 0x7e903bb4c22f - rustc_query_impl[9923fb681be542d6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9923fb681be542d6]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 0usize]>>
51: 0x7e903bb29855 - rustc_query_system[ea81b1814f2bc579]::query::plumbing::try_execute_query::<rustc_query_impl[9923fb681be542d6]::DynamicConfig<rustc_query_system[ea81b1814f2bc579]::query::caches::SingleCache<rustc_middle[dfbbc45bb841e134]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[9923fb681be542d6]::plumbing::QueryCtxt, false>
52: 0x7e903bb2958e - rustc_query_impl[9923fb681be542d6]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
53: 0x7e903bb65169 - rustc_interface[68fc4f7f4eaa26cf]::passes::create_and_enter_global_ctxt::<core[d2a938784d8f7dcb]::option::Option<rustc_interface[68fc4f7f4eaa26cf]::queries::Linker>, rustc_driver_impl[438371d8e84705cb]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
54: 0x7e903bba250a - rustc_interface[68fc4f7f4eaa26cf]::interface::run_compiler::<(), rustc_driver_impl[438371d8e84705cb]::run_compiler::{closure#0}>::{closure#1}
55: 0x7e903ba8a875 - std[644fad426ed526f7]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[68fc4f7f4eaa26cf]::util::run_in_thread_with_globals<rustc_interface[68fc4f7f4eaa26cf]::util::run_in_thread_pool_with_globals<rustc_interface[68fc4f7f4eaa26cf]::interface::run_compiler<(), rustc_driver_impl[438371d8e84705cb]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
56: 0x7e903ba8a559 - <<std[644fad426ed526f7]::thread::Builder>::spawn_unchecked_<rustc_interface[68fc4f7f4eaa26cf]::util::run_in_thread_with_globals<rustc_interface[68fc4f7f4eaa26cf]::util::run_in_thread_pool_with_globals<rustc_interface[68fc4f7f4eaa26cf]::interface::run_compiler<(), rustc_driver_impl[438371d8e84705cb]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[d2a938784d8f7dcb]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
57: 0x7e903ba89ceb - std::sys::pal::unix::thread::Thread::new::thread_start::h6b29fca7c6a267b7
58: 0x7e9035ca339d - <unknown>
59: 0x7e9035d2849c - <unknown>
60: 0x0 - <unknown>
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: please make sure that you have updated to the latest nightly
note: rustc 1.86.0-nightly (2f348cb7c 2025-01-27) running on x86_64-unknown-linux-gnu
note: compiler flags: -Z dump-mir-dir=dir
query stack during panic:
#0 [eval_to_allocation_raw] const-evaluating + checking `Inline::{constant#0}`
#1 [eval_to_valtree] evaluating type-level constant
#2 [typeck] type-checking `main`
#3 [analysis] running analysis passes on this crate
end of query stack
error: aborting due to 4 previous errors; 1 warning emitted
Some errors have detailed explanations: E0392, E0599.
For more information about an error, try `rustc --explain E0392`.
```
</p>
</details>
<!--
query stack:
error: internal compiler error: /rustc/2f348cb7ce4063fa4eb40038e6ada3c5214717bd/compiler/rustc_middle/src/ty/layout.rs:1397:21: offset of not-statically-aligned field (type dyn [Binder { value: Trait(std::fmt::Debug), bound_vars: [] }] + '{erased}) cannot be computed statically
#0 [eval_to_allocation_raw] const-evaluating + checking `Inline::{constant#0}`
#1 [eval_to_valtree] evaluating type-level constant
#2 [typeck] type-checking `main`
#3 [analysis] running analysis passes on this crate
-->
@rustbot label +F-generic_const_exprs
| I-ICE,T-compiler,C-bug,F-generic_const_exprs,needs-triage | low | Critical |
2,814,877,747 | vscode | Copilot menu shows 2 inline chat entries | Editor inline chat and inline chat:
 | bug,inline-chat | low | Minor |
2,814,882,052 | PowerToys | Something went wrong | ### Microsoft PowerToys version
0.87.1.0
### Installation method
WinGet
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Resumed from hibernation

```
Version: 0.87.1.0
OS Version: Microsoft Windows NT 10.0.26100.0
IntPtr Length: 8
x64: True
Date: 28/01/2025 07:43:03
Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Runtime.InteropServices.COMException (0x80263001): {Desktop composition is disabled} The operation could not be completed because desktop composition is disabled. (0x80263001)
at Standard.NativeMethods.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& pMarInset)
at System.Windows.Appearance.WindowBackdropManager.UpdateGlassFrame(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.Appearance.WindowBackdropManager.ApplyBackdrop(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.Appearance.WindowBackdropManager.SetBackdrop(Window window, WindowBackdropType backdropType)
at System.Windows.ThemeManager.ApplyStyleOnWindow(Window window, Boolean useLightColors)
at System.Windows.ThemeManager.ApplyFluentOnWindow(Window window)
at System.Windows.ThemeManager.OnWindowThemeChanged(Window window, ThemeMode oldThemeMode, ThemeMode newThemeMode)
at System.Windows.TreeWalkHelper.InvalidateOnResourcesChange(FrameworkElement fe, FrameworkContentElement fce, ResourcesChangeInfo info)
at System.Windows.ResourceDictionary.NotifyOwners(ResourcesChangeInfo info)
at System.Windows.ResourceDictionary.OnMergedDictionariesChanged(Object sender, NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
at PowerLauncher.Helper.ThemeManager.SetSystemTheme(Theme theme)
at PowerLauncher.Helper.ThemeManager.<>c__DisplayClass12_0.<UpdateTheme>b__0()
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at PowerLauncher.Helper.ThemeManager.UpdateTheme()
at PowerLauncher.Helper.ThemeManager.OnUserPreferenceChanged(Object sender, UserPreferenceChangedEventArgs e)
at InvokeStub_UserPreferenceChangedEventHandler.Invoke(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
--- End of inner exception stack trace ---
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
```
[2025-01-28.txt](https://github.com/user-attachments/files/18569827/2025-01-28.txt)
### ✔️ Expected Behavior
No error
### ❌ Actual Behavior
Error!
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Critical |
2,814,891,111 | PowerToys | powertoys run crashing | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
[2025-01-25.txt](https://github.com/user-attachments/files/18569934/2025-01-25.txt)
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
crash
### Other Software
Version: 0.87.1.0
OS Version: Microsoft Windows NT 10.0.26100.0
IntPtr Length: 8
x64: True
Date: 2025/01/28 16:53:56
Exception:
System.Runtime.InteropServices.COMException (0xD0000701): 0xD0000701
at Standard.NativeMethods.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& pMarInset)
at System.Windows.Appearance.WindowBackdropManager.UpdateGlassFrame(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.Appearance.WindowBackdropManager.ApplyBackdrop(IntPtr hwnd, WindowBackdropType backdropType)
at System.Windows.Appearance.WindowBackdropManager.SetBackdrop(Window window, WindowBackdropType backdropType)
at System.Windows.ThemeManager.ApplyStyleOnWindow(Window window, Boolean useLightColors)
at System.Windows.ThemeManager.ApplyFluentOnWindow(Window window)
at System.Windows.ThemeManager.OnSystemThemeChanged()
at System.Windows.SystemResources.SystemThemeFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
| Issue-Bug,Needs-Triage | low | Critical |
2,814,946,680 | yt-dlp | Parsing YouTube videos with yt-dlp.exe on Windows with VPN | ### 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 asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
- [x] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
### Please make sure the question is worded well enough to be understood
I have a problem parsing YouTube videos with yt-dlp.exe on Windows, and I hope someone can help me.
The operating environment is as follows:
64-bit Windows 10 1809
The latest version of yt-dlp.exe (2025.1.26)
VPN: "SoftEther VPN Client Management Tool", do not specify a port.
Solution attempt:
yt-dlp.exe releases inbound and outbound rules
Run yt-dlp.exe with administrator privileges
Check VPN, the status is normal, and other software can connect to the Internet normally through VPN.
yt-dlp.exe uses a proxy with a specified port to parse video information normally.
Download the python module of yt-dlp, release the packaged software, and connect to the Internet normally with VPN
Result: The problem still exists.
How can yt-dlp.exe connect to the Internet normally on Windows through a VPN proxy without specifying a port and parse YouTube videos? I really hope someone can help me, thank you!
In Windows, after allowing yt-dlp.exe to enter and exit the station, the error message of the operation is shown below.
### Provide verbose output that clearly demonstrates the problem
- [x] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [x] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [x] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
```shell
[debug] Command-line config: ['-vU', 'https://www.youtube.com/watch?v=uantfXeqTHg']
[debug] Encodings: locale cp936, fs utf-8, pref cp936, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [c8541f8b1] (win_exe)
[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.17763-SP0 (OpenSSL 1.1.1t 7 Feb 2023)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.12.14, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.40.1, urllib3-2.3.0, websockets-14.1
[debug] Proxy map: {'http': 'http://127.0.0.1:808', 'https': 'http://127.0.0.1:808', 'ftp': 'http://127.0.0.1:808'}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1837 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
ERROR: Unable to obtain version info (('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562DFCF40>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法 连接。'))); Please try again later or visit https://github.com/yt-dlp/yt-dlp/releases/latest
[youtube] Extracting URL: https://www.youtube.com/watch?v=uantfXeqTHg
[youtube] uantfXeqTHg: Downloading webpage
WARNING: [youtube] Unable to download webpage: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E740A0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
[youtube] uantfXeqTHg: Downloading iframe API JS
WARNING: [youtube] Unable to download webpage: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E753F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
[youtube] uantfXeqTHg: Downloading tv player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E77A30>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (1/3)...
[youtube] uantfXeqTHg: Downloading tv player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E74EB0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (2/3)...
[youtube] uantfXeqTHg: Downloading tv player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E77880>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (3/3)...
[youtube] uantfXeqTHg: Downloading tv player API JSON
WARNING: [youtube] Unable to download API page: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E53AC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极 拒绝,无法连接。')) (caused by ProxyError("('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E53AC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))")); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
[youtube] uantfXeqTHg: Downloading ios player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E76800>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (1/3)...
[youtube] uantfXeqTHg: Downloading ios player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E538B0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (2/3)...
[youtube] uantfXeqTHg: Downloading ios player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E75180>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (3/3)...
[youtube] uantfXeqTHg: Downloading ios player API JSON
WARNING: [youtube] Unable to download API page: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E763B0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极 拒绝,无法连接。')) (caused by ProxyError("('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E763B0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))")); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
[youtube] uantfXeqTHg: Downloading web player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E755A0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (1/3)...
[youtube] uantfXeqTHg: Downloading web player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E761A0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (2/3)...
[youtube] uantfXeqTHg: Downloading web player API JSON
WARNING: [youtube] ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E98820>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')). Retrying (3/3)...
[youtube] uantfXeqTHg: Downloading web player API JSON
WARNING: [youtube] Unable to download API page: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E74BB0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极 拒绝,无法连接。')) (caused by ProxyError("('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018562E74BB0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))")); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [youtube] uantfXeqTHg: Failed to extract any player response; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
File "yt_dlp\extractor\common.py", line 742, in extract
File "yt_dlp\extractor\youtube.py", line 4481, in _real_extract
File "yt_dlp\extractor\youtube.py", line 4445, in _download_player_responses
File "yt_dlp\extractor\youtube.py", line 4087, in _extract_player_responses
``` | question | low | Critical |
2,814,963,332 | vscode | File Comments: Floating triangle | Testing #238878
There seems to be a floating triangle when the file comment view opens:
<img width="923" alt="Image" src="https://github.com/user-attachments/assets/59c7967a-34e9-43c9-b3ef-db3bc78e8593" /> | bug,comments | low | Minor |
2,814,974,636 | vscode | Accessibility Help View - would be cool to be able to wrap text | Since the content is useful for developers, that don't need accessibility as well, it would be cool if the text can be wrapped so that it is readble

| feature-request,accessibility | low | Minor |
2,814,985,173 | vscode | Setting description too verbose and detailed | Testing #238884
`workbench.settings.useWeightedKeySearch` setting description is very verbose and technical.
As a user I do not care about the implementation, but the actual change this has on my experience.
Can we update the wording to be 2 sentences, and explain the actual difference. Maybe an example might help.
I assume our plan is to enable this setting by default in the future. And then not even have a setting for this?
What is the value of having this setting long term?
<img width="1004" alt="Image" src="https://github.com/user-attachments/assets/3dba20e3-6b80-4e80-bb76-3ec02eeff010" />
| bug,settings-editor,settings-search | low | Minor |
2,814,989,081 | flutter | Bug: Black Screen Issue in Flutter SDK 3.27.0+ on Oppo Devices | ### Steps to reproduce
The black screen issue arises when running Flutter apps on the following device specifications:
**Device Model:** Oppo F19 Pro
**Model Name:** CPH2285
**Processor:** Octa-core
**Operating System:** Android 13
**Steps to reproduce black screen issue:**
Step 1: Install or upgrade your Flutter SDK to version 3.27.0 or above.
Step 2: Create new flutter project or clone project from: https://github.com/JagaranMaharjan/flutter_black_screen_issue
Step 3: Navigate to the project directory and run the app
Step 4: Observe that the app runs but only displays a black screen.
### Expected results
When running a Flutter app on the Oppo F19 Pro (Model: CPH2285, Android 13) with Flutter SDK 3.27.0+, the app should:
Display the home screen or initial user interface immediately after launching.
Transition smoothly from the splash screen (if implemented) to the main app without any delays or issues.
### Actual results
Instead of showing the expected UI:
The app launches but remains stuck on a black screen.
No UI elements are rendered, and there’s no feedback or error displayed to indicate the problem.
### Code sample
Project Repository: https://github.com/JagaranMaharjan/flutter_black_screen_issue
### Screenshots or Video
<details open>
<summary>
The black screen issue arises when running Flutter apps on the following device specifications:
**Device Model:** Oppo F19 Pro
**Model Name:** CPH2285
**Processor:** Octa-core
**Operating System:** Android 13
</summary>
</details>
### Logs
<details open><summary>Logs</summary>
**Console Log File:**
[+2368 ms] W/libc ( 9629): Access denied finding property "persist.vendor.debug.gpud.enable"
[ +1 ms] D/BLASTBufferQueue( 9629): [SurfaceView[com.jagaran.testing_apk/com.jagaran.testing_apk.MainActivity]#1](f:0,a:1) acquireNextBufferLocked size=1080x2268 mFrameNumber=1 applyTransaction=true mTimestamp=287720379107992(auto) mPendingTransactions.size=0 graphicBufferId=41356240093192 transform=0
[ +1 ms] D/VRI[MainActivity]( 9629): registerCallbacksForSync syncBuffer=false
[ +29 ms] D/BLASTBufferQueue( 9629): [VRI[MainActivity][com.jagaran.testing_apk/com.jagaran.testing_apk.MainActivity]#0](f:0,a:1) acquireNextBufferLocked size=1080x2400 mFrameNumber=1 applyTransaction=true mTimestamp=287720418143761(auto) mPendingTransactions.size=0 graphicBufferId=41356240093197 transform=0
[ +10 ms] D/VRI[MainActivity]( 9629): Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true syncBuffer=false
[ ] W/Parcel ( 9629): Expecting binder but got null!
[ ] D/VRI[MainActivity]( 9629): debugCancelDraw cancelDraw=false,count = 228,android.view.ViewRootImpl@afb9d00
[ ] D/VRI[MainActivity]( 9629): draw finished.
[ +51 ms] D/VRI[MainActivity]( 9629): onFocusEvent true
[ +3 ms] I/Quality ( 9629): TaskTrackInfo {"Pkg":com.jagaran.testing_apk,"Window":com.jagaran.testing_apk.MainActivity,"Type":1,"Action":10,"Cost":4980,"FV":16,"JC":16-90-0-0-0-0-0-1-20-1-0-0-0-0-0-0-0-0-1-0-4950-3964-287720389-1538,"SF":no-need,"UITid":9629,"RTid":16886} TTI:cannot access task track path
[+1330 ms] D/ProfileInstaller( 9629): Installing profile for com.jagaran.testing_apk
[+2425 ms] V/AutofillManager( 9629): requestHideFillUi(null): anchor = null
[ +4 ms] D/OplusSystemUINavigationGestureExtImpl( 9629): regionString = null
[ +56 ms] D/OplusInputMethodManagerInternal( 9629): get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@bbf9b53
[ +80 ms] V/AutofillManager( 9629): requestHideFillUi(null): anchor = null
[+1901 ms] V/AutofillManager( 9629): requestHideFillUi(null): anchor = null
[ +113 ms] I/ran.testing_apk( 9629): Background concurrent copying GC freed 14MB AllocSpace bytes, 6(120KB) LOS objects, 68% free, 2785KB/8929KB, paused 76us,26us total 113.494ms
[ +1 ms] W/FinalizerDaemon( 9629): type=1400 audit(0.0:33400): avc: denied { getopt } for path="/dev/socket/usap_pool_primary" scontext=u:r:untrusted_app:s0:c136,c257,c512,c768 tcontext=u:r:zygote:s0 tclass=unix_stream_socket permissive=0 app=com.jagaran.testing_apk
[log.txt](https://github.com/user-attachments/files/18570491/log.txt)
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
jagaran@Jagarans-MacBook-Pro testing_apk % flutter doctor -v
[✓] Flutter (Channel stable, 3.27.3, on macOS 15.2 24C101 darwin-arm64 (Rosetta), locale en-NP)
• Flutter version 3.27.3 on channel stable at /Users/jagaran/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision c519ee916e (7 days ago), 2025-01-21 10:32:23 -0800
• Engine revision e672b006cb
• Dart version 3.6.1
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at /Users/jagaran/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Users/jagaran/Downloads/Xcode.app/Contents/Developer
• Build 15F31d
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
[✓] VS Code (version 1.96.4)
• VS Code at /Users/jagaran/Downloads/Visual Studio Code.app/Contents
• Flutter extension version 3.102.0
[✓] Connected device (4 available)
• CPH2285 (mobile) • 89CAHYS4EYBQ85R8 • android-arm64 • Android 13 (API 33)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.2 24C101 darwin-arm64 (Rosetta)
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.2 24C101 darwin-arm64 (Rosetta)
• Chrome (web) • chrome • web-javascript • Google Chrome 132.0.6834.111
! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for Ambition Guru’s iPad. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for Santosh’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• All expected network resources are available.
• No issues found!
jagaran@Jagarans-MacBook-Pro testing_apk %
</details>
| waiting for customer response,in triage | low | Critical |
2,814,994,315 | vscode | "stickyscrolle" settings editor search gives poor results with workbench.settings.useWeightedKeySearch | Testing #238884
Set workbench.settings.useWeightedKeySearch: true
Search for "stickyscrolle", and notice how there are a bunch of unrelated results. For example the JavaScript and Typescript ones.
Due to those the terminal stricky scroll is scrolled out of view.
If I disable workbench.settings.useWeightedKeySearch then the terminal sticky scroll is a good result, near the top. There are not so many false positives.
<img width="1410" alt="Image" src="https://github.com/user-attachments/assets/b4c72608-cc8f-441f-87ee-cc3946cc5c6e" /> | bug,settings-editor,settings-search | low | Minor |
2,815,007,153 | vscode | Settings useWeightedKeySearch breaks searches by category | Testing #238884
This is the most important issues I found during testing.
Enable weighted search.
Settings > search for "copilot"
I want to see settings from the copilot extension.
I see everything but that 🐛
Same bad experience if I search for "editor", "scm"
<img width="1427" alt="Image" src="https://github.com/user-attachments/assets/5c2f0b40-ce26-4224-9aae-6531819684b2" /> | bug,settings-editor,settings-search | low | Minor |
2,815,011,609 | vscode | Settings useWeightedKeySearch breaks search. Example "font" | Testing #238884
Turn on useWeightedKeySearch setting.
Open settings editor, search for "font"
Results are bogus. I would expect editor font to be at the top
<img width="1417" alt="Image" src="https://github.com/user-attachments/assets/4a49c035-044e-4935-8965-1ced56f28a19" /> | bug,settings-editor,settings-search | low | Minor |
2,815,048,578 | svelte | Using `dir` attribute with surrounding content triggers "Cannot read properties of null (reading 'type')" | ### Describe the bug
Adding `dir="auto"` to elements in a Svelte component causes compiler errors if there are multiple such elements or any surrounding content. The error does not happen if `dir="auto"` is used on a single isolated element.
When adding a `dir="auto"` attribute to an HTML element in a Svelte component, everything seems fine if that element is the only element in the component. However, once there is any additional content before or after it—or if there are multiple elements each with `dir="auto"`—the compiler throws this error:
```
Error compiling component
Cannot read properties of null (reading 'type')
```
### Examples of the issue in the Svelte Playground
- This code **does NOT** error:
```svelte
<h1 dir="auto">Hello</h1>
```
- This code **does** error:
```svelte
<h1 dir="auto">Hello</h1>
<h1 dir="auto">Hello</h1>
```
- Also errors:
```svelte
Hello
<h1 dir="auto">Hello</h1>
```
And:
```svelte
<h1 dir="auto">Hello</h1>
Hello
```
I discovered this because in MDsveX-based project, whenever I set `node.properties.dir = "auto"` on certain nodes, the same compiler error occurs, even though removing `dir="auto"` fixes the issue. Here's the [rehype-callouts plugin issue discussion](https://github.com/lin-stephanie/rehype-callouts/issues/18) where I initially encountered the error.
### Reproduction
- [https://stackblitz.com/~/github.com/lin-stephanie/svelte-issue-15126](https://stackblitz.com/~/github.com/lin-stephanie/svelte-issue-15126?file=src/routes/App.svelte)
- https://github.com/lin-stephanie/svelte-issue-15126
### Logs
```shell
[vite] Internal server error: Cannot read properties of null (reading 'type')
Plugin: vite-plugin-svelte
File: /home/lin-stephanie/svelte-issue-15126/src/routes/App.svelte
at MemberExpression (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:1204:42)
at handle (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:74:2)
at AssignmentExpression (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:891:3)
at handle (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:74:2)
at ArrowFunctionExpression (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:886:4)
at handle (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:74:2)
at CallExpression|NewExpression (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:759:4)
at handle (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:74:2)
at ExpressionStatement (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:1069:3)
at handle (file:///home/lin-stephanie/svelte-issue-15126/node_modules/.pnpm/[email protected]/node_modules/esrap/src/handlers.js:74:2)
```
### System Info
```shell
System:
OS: Linux 5.0 undefined
CPU: (4) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 18.20.3 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
svelte: ^5.0.0 => 5.19.3
```
### Severity
annoyance | bug | low | Critical |
2,815,049,777 | langchain | DOC: Missing Initialization of pineconeIndex in PineconeStore in the URL | ### URL
https://js.langchain.com/docs/tutorials/rag/
### Checklist
- [x] I added a very descriptive title to this issue.
- [x] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
The provided example code in the LangChain documentation for using PineconeStore is incomplete as it does not initialize or create the pineconeIndex variable.
```
import { PineconeStore } from "@langchain/pinecone";
import { Pinecone as PineconeClient } from "@pinecone-database/pinecone";
const pinecone = new PineconeClient();
const vectorStore = new PineconeStore(embeddings, {
pineconeIndex,
maxConcurrency: 5,
});
```
The variable pineconeIndex is used without being initialized or created. This will result in an error when running the code.

### Idea or request for content:
The code can be fixed by adding the initialization of pineconeIndex using the pinecone.Index()
import { PineconeStore } from "@langchain/pinecone";
import { Pinecone as PineconeClient } from "@pinecone-database/pinecone";
const PINECONE_API_KEY:any = process.env.PINECONE_API_KEY
const pinecone = new PineconeClient({
apiKey: PINECONE_API_KEY
});
const pineconeIndex = pinecone.Index("rag"); // Initialize the Pinecone index
const vectorStore = new PineconeStore(embeddings, {
pineconeIndex,
maxConcurrency: 5,
});
Also added the API key since it was not mentioned in the docs either.
| 🤖:docs | low | Critical |
2,815,062,173 | vscode | Enhance LSP API to enable distinguishing between user-opened files and files open in the background | <!-- ⚠️⚠️ 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. -->
Hello!
I am one of the maintainers of the [SonarQube for IDE: VS Code plugin](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode) (formerly SonarLint). Our plugin analyzes user files on the fly, starting when the user first opens the file. For that, we hook onto LSP’s `textDocument/didOpen` notifications and then run analyses.
Lately, we’ve noticed that more and more extensions, as well as VS Code itself, trigger a lot of `textDocument/didOpen` events in the background, for example for all `.cshtml` or all `package.json` files in the open workspace. With the currently available APIs, we don’t have a reliable way to tell whether a didOpen we receive was an actual file open triggered by the users or if it was done programmatically by VS Code itself or other extensions. We’ve tried several different approaches including checking for open TabGroups, but all existing options are fragile and not fully reliable to reflect the actual state.
We wanted to ask for an enhancement of the API: an API method on `vscode.window` or `vscode.workspace.textDocuments` that will reliably tell us exactly which files are currently open in the window, excluding all files open in the background. So, for example, in the scenario below, only the three files `autobinding.ts`, `connections.ts` and `connectionsetup.ts` would be marked as actually open, while the `/dogfood/package.json` would not.

Thank you in advance,
Sophio | triage-needed | low | Minor |
2,815,064,222 | go | x/tools/gopls: Code completion in gopls is not working, unable to find the packages to import | #### What did you do?
I have enabled gopls in Neovim through configuring lspconfig. When I am working in a new project and type `http`, gopls does not provide code completion suggestions for `net/http`. And this issue is not limited to the `http` module, it affects all modules.
I have noticed that when I manually add import `net/http` to the import block, the code completion starts to work properly, and it also begins to suggest other modules correctly.
I guess that maybe gopls only indexes the modules in the import block and does not index the standard library or the modules listed in go.mod by default. I believe this is not the expected behavior. I think indexing the standard library and the modules in go.mod should be considered an expected behavior.
#### What did you expect to see?
Neovim should provide suggestions for packages that have not yet been imported, such as directly using `http` in a new project as I mentioned earlier.

#### What did you see instead?
Neovim does not suggest packages that have not yet been imported.

#### Build info
```json
{
"GoVersion": "go1.23.5",
"Path": "golang.org/x/tools/gopls",
"Main": {
"Path": "golang.org/x/tools/gopls",
"Version": "v0.17.1",
"Sum": "h1:Mt/DSfnnSe3dyf6MH/dZZ0iww+viHNhAFc4rEYDiOAw=",
"Replace": null
},
"Deps": [
{
"Path": "github.com/BurntSushi/toml",
"Version": "v1.4.1-0.20240526193622-a339e1f7089c",
"Sum": "h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=",
"Replace": null
},
{
"Path": "github.com/google/go-cmp",
"Version": "v0.6.0",
"Sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=",
"Replace": null
},
{
"Path": "golang.org/x/exp/typeparams",
"Version": "v0.0.0-20231108232855-2478ac86f678",
"Sum": "h1:1P7xPZEwZMoBoz0Yze5Nx2/4pxj6nw9ZqHWXqP0iRgQ=",
"Replace": null
},
{
"Path": "golang.org/x/mod",
"Version": "v0.22.0",
"Sum": "h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=",
"Replace": null
},
{
"Path": "golang.org/x/sync",
"Version": "v0.9.0",
"Sum": "h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=",
"Replace": null
},
{
"Path": "golang.org/x/telemetry",
"Version": "v0.0.0-20241106142447-58a1122356f5",
"Sum": "h1:TCDqnvbBsFapViksHcHySl/sW4+rTGNIAoJJesHRuMM=",
"Replace": null
},
{
"Path": "golang.org/x/text",
"Version": "v0.20.0",
"Sum": "h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=",
"Replace": null
},
{
"Path": "golang.org/x/tools",
"Version": "v0.27.1-0.20241219162658-575221bfbda3",
"Sum": "h1:kgwdasJRsdDWYgWcEgMF424DiXwwXHSb3V8xVTi//i8=",
"Replace": null
},
{
"Path": "golang.org/x/vuln",
"Version": "v1.0.4",
"Sum": "h1:SP0mPeg2PmGCu03V+61EcQiOjmpri2XijexKdzv8Z1I=",
"Replace": null
},
{
"Path": "honnef.co/go/tools",
"Version": "v0.5.1",
"Sum": "h1:4bH5o3b5ZULQ4UrBmP+63W9r7qIkqJClEA9ko5YKx+I=",
"Replace": null
},
{
"Path": "mvdan.cc/gofumpt",
"Version": "v0.7.0",
"Sum": "h1:bg91ttqXmi9y2xawvkuMXyvAA/1ZGJqYAEGjXuP0JXU=",
"Replace": null
},
{
"Path": "mvdan.cc/xurls/v2",
"Version": "v2.5.0",
"Sum": "h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8=",
"Replace": null
}
],
"Settings": [
{
"Key": "-buildmode",
"Value": "exe"
},
{
"Key": "-compiler",
"Value": "gc"
},
{
"Key": "CGO_ENABLED",
"Value": "1"
},
{
"Key": "CGO_CFLAGS",
"Value": ""
},
{
"Key": "CGO_CPPFLAGS",
"Value": ""
},
{
"Key": "CGO_CXXFLAGS",
"Value": ""
},
{
"Key": "CGO_LDFLAGS",
"Value": ""
},
{
"Key": "GOARCH",
"Value": "arm64"
},
{
"Key": "GOOS",
"Value": "darwin"
},
{
"Key": "GOARM64",
"Value": "v8.0"
}
],
"Version": "v0.17.1"
}
```
| gopls,Tools,ToolProposal | low | Minor |
2,815,077,703 | terminal | Terminal leaves window corner remnants on my desktop | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.26100.2894
### Other Software
_No response_
### Steps to reproduce
- I work with Windows Terminal for several hours, create many tabs, sometimes close them. I mix PowerShell and WSL shells, but I don't think there's any connection with the type of shell.
- I use Win + D a lot, I also rearrange windows (Win + ←/→) quite often, then maximizing them up again (Win + ↑).
### Expected Behavior
Everything should be rendered correctly.
### Actual Behavior
There are artifacts left over on my desktop:
- When VSCode is minimized, I see a horizontal row of window corners in the bottom left corner of my screen.
- When it is displayed, those corners are drawn on top of each other in the upper left corner of my screen.
- Right now I noticed there is a Rendering section in Terminal Settings, I tried switching rendering mode from Auto to Direct 2D and Direct 3D. Doing so immediately helped me get rid of the row of corners in minimized state, but the top left corners in displayed state are still there. I think the corners that disappeared will eventually come back anyway. I will modify this ticket when it confirms.



| Issue-Bug,Needs-Triage | low | Minor |
2,815,104,709 | vscode | Too many storage updates to track LLM requests | Too many storage updates to track LLM requests | bug,settings-sync | low | Minor |
2,815,109,705 | pytorch | DISABLED test_cat_max_autotune_triton (__main__.TestMaxAutotune) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_cat_max_autotune_triton&suite=TestMaxAutotune&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36261282178).
Over the past 3 hours, it has been determined flaky in 3 workflow(s) with 14 failures and 3 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_cat_max_autotune_triton`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
<details><summary>Sample error message</summary>
```
Traceback (most recent call last):
File "/var/lib/jenkins/pytorch/test/inductor/test_max_autotune.py", line 825, in test_cat_max_autotune_triton
self._test_cat_max_autotune_impl(using_triton_mm=True)
File "/var/lib/jenkins/pytorch/test/inductor/test_max_autotune.py", line 809, in _test_cat_max_autotune_impl
FileCheck().check("call(").check_count(".run", 2, exactly=True).run(code[0])
RuntimeError: Expected to not find ".run" but found it
# Topologically Sorted Source Nodes: [add], Original ATen: [aten.add]
stream0 = get_raw_stream(0)
triton_poi_fused_add_2.run(buf0, buf3, 1024, grid=grid(1024), stream=stream0)
~~~~ <--- HERE
return (buf2, buf3, )
From CHECK-NOT: .run
To execute this test, run the following from the base repo dir:
PYTORCH_TEST_WITH_ROCM=1 python test/inductor/test_max_autotune.py TestMaxAutotune.test_cat_max_autotune_triton
This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0
```
</details>
Test file path: `inductor/test_max_autotune.py`
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd @clee2000 @wdvr @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov | module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,815,116,865 | vscode | I can't paste code just a loading icon |
Type: <b>Bug</b>
I keep getting an error
File changes watcher stopped unexpectedly. A reload of the window may enable the watcher again unless the workspace cannot be watched for file changes.
and keeps on saying "Analyzing 'Index.vue' and its dependencies" I can't paste the code I just copied there's this circle loading icon appears whenever a paste a code.
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.26100
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|12th Gen Intel(R) Core(TM) i7-1260P (16 x 2496)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|
|Load (avg)|undefined|
|Memory (System)|31.75GB (12.31GB free)|
|Process Argv|--crash-reporter-id 66b81d01-f88b-4f4e-93f4-c9b19ebcb3ed|
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (10)</summary>
Extension|Author (truncated)|Version
---|---|---
vscode-intelephense-client|bme|1.12.6
copilot|Git|1.259.0
copilot-chat|Git|0.23.2
rainbow-csv|mec|3.15.1
vscode-docker|ms-|1.29.4
debugpy|ms-|2024.14.0
python|ms-|2024.22.2
vscode-pylance|ms-|2024.12.1
volar|Vue|2.2.0
json|Zai|2.0.2
</details><details>
<summary>A/B Experiments</summary>
```
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupytercf:31046870
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
dwoutputs:31217127
hdaa2157:31222309
copilot_t_ci:31222730
```
</details>
<!-- generated by issue reporter --> | triage-needed | low | Critical |
2,815,128,270 | iptv | Add: RotanaRadioJordanStudio.jo | ### Channel ID (required)
RotanaRadioJordanStudio.jo
### Stream URL (required)
http://45.63.116.205/hls/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 have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) | approved,streams:add | low | Minor |
2,815,151,066 | iptv | Add: RotanaTarabJordanCityView.jo | ### Channel ID (required)
RotanaTarabJordanCityView.jo
### Stream URL (required)
http://45.63.116.205/hls3/stream1.m3u8
### Quality
720p
### Label
Not 24/7
### Timeshift
_No response_
### HTTP User Agent
_No response_
### HTTP Referrer
_No response_
### Notes
_No response_
### Contributing Guide
- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) | approved,streams:add | low | Minor |
2,815,156,425 | iptv | Add: RadioYaqeenJordanCityView.jo | ### Channel ID (required)
RadioYaqeenJordanCityView.jo
### Stream URL (required)
http://45.63.116.205/hls4/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 have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) | approved,streams:add | low | Minor |
2,815,162,728 | vscode | Linux: Opening Terminal makes workbench hang | Testing #238896
Seeing this in current Insiders. Not in latest stable. | bug,freeze-slow-crash-leak,virtual-machine,terminal-process | low | Major |
2,815,185,352 | flutter | [BUG] [WEB] `KeyboardListener`'s and `Focus.onKeyEvent`'s `KeyUpEvent` do not work correctly in JS and WASM builds | ## Steps to reproduce
The `KeyboardListener` and `Focus.onKeyEvent` that replace `RawKeyboardListener` and `Focus.onKey` have a bug in triggering the `KeyUpEvent` correctly in the JS and WASM builds. The `KeyUpEvent` is not triggered when a key is released when pressing multiple keys in sequence and releasing them in reverse order. This bug is not present in VM builds.
A reproduction issue sample app is provided in the code sample section.
This issue reproduces on all current Flutter channels.
## Background
We discovered this bug after starting to more actively pushing and using WEB builds of the game platform [HypeHype](https://app.hypehype.com/).
We had already migrated from the deprecated `RawKeyboardListener` to the new `KeyboardListener` and its related APIs, but due to this issue we had to revert the migration and continue to use the deprecated `RawKeyboardListener` and its related APIs.
When making games, having correct n-key rollover function and n-key release sequence is critical, as game-play typically depends on being able to press multiple keys at the same time and having the game react correctly to their triggered key down and key up release order.
## Request to hold removal of deprecated `RawKeyboardListener` and related APIs until issue is fixed
We kindly ask if you can hold the removal of the deprecated `RawKeyboardListener` and its related APIs, until this issue is resolved and its fix has landed in the Flutter stable channel.
The `RawKeyboardListener` and its related APIs are scheduled for removal here https://github.com/flutter/flutter/issues/136419 by @gspencergoog.
## Expected results
When pressing multiple keys in sequence and releasing them in reverse order, the `KeyUpEvent` should be triggered for each key in the correct release order.
Using the reproduction keyboard event listener demo app, we can see that in a **VM build** the `KeyUpEvent` is triggered correctly for each key in the correct order.
**Using the VM build with `RawKeyboardListener` or `Focus.onKey` APIs**
1. Press and hold `[1]` then, press and hold `[2]` then press and hold `[3]`.
2. Release `[3]`, keep holding `[2]` and `[1]`.
3. Release `[2]`, keep holding `[1]`, the `RawKeyUpEvent` for `[2]` is triggered.
4. Release `[1]`, the `RawKeyUpEvent` for `[1]` is triggered.
This is correct and **expected** behavior.
**Using the VM build with `KeyboardListener` or `Focus.onKeyEvent` APIs**
1. Press and hold `[1]` then, press and hold `2` then press and hold `[3]`.
2. Release `[3]`, keep holding `[2]` and `[1]`.
3. Release `[2]`, keep holding `[1]`, the `KeyUpEvent` for `[2]` is triggered.
4. Release `[1]`, the `KeyUpEvent` for `[1]` is triggered.
This is correct and **expected** behavior.
This is demonstrated in the video recording below:
https://github.com/user-attachments/assets/7a449594-746c-4528-ace3-cbf0e0658907
## Actual results
When pressing multiple keys in sequence and releasing them in reverse order, the `KeyUpEvent` is not triggered for each key in the correct order on WEB builds. The same incorrect result is present in both JS and WASM builds. The previous key that were pressed are triggered automatically when last key is released, slightly after it, or not at all.
**Using WEB VM build with `RawKeyboardListener` or `Focus.onKey` APIs**
1. Press and hold `[1]` then, press and hold `[2]` then press and hold `[3]`.
2. Release `[3]`, keep holding `[2]` and `[1]`.
3. Release `[2]`, keep holding `[1]`, the `RawKeyUpEvent` for `[2]` is triggered.
4. Release `[1]`, the `RawKeyUpEvent` for `[1]` is triggered.
This is correct and **expected** behavior.
**Using the VM build with `KeyboardListener` or `Focus.onKeyEvent` APIs**
1. Press and hold `[1]` then, press and hold `[2]` then press and hold `[3]`.
2. Release `[3]`, keep holding `[2]` and `[1]`, **the `KeyUpEvent` for `[2]` is triggered shortly after, despite `[2]` still being pressed**.
3. Release `[2]`, keep holding `[1]`, **the actual `KeyUpEvent` for `[2]` is not triggered**.
4. Release `[1]`, **the `KeyUpEvent` for `[1]` is not triggered**.
This is **incorrect** and **not expected** behavior when using the `KeyboardListener` and related APIs on WEB builds.
This is demonstrated in the video recording below, the **incorrect** behavior is shown in the right column:
https://github.com/user-attachments/assets/5ff9655c-e516-4be7-86e7-a989a61b606d
The recording shows a Web WASM build, the result is the same in a Web JS build.
## Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
void main() => runApp(const KeyboardListenerComparisonApp());
// Check if this is a Web-WASM build, Web-JS build or native VM build.
const bool isRunningWithWasm = bool.fromEnvironment('dart.tool.dart2wasm');
const String buildType = isRunningWithWasm
? '(WASM build)'
: kIsWeb
? '(JS build)'
: '(VM build)';
class KeyboardListenerComparisonApp extends StatelessWidget {
const KeyboardListenerComparisonApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(
body: const KeyboardListenerDemo(),
),
);
}
}
class KeyboardListenerDemo extends StatefulWidget {
const KeyboardListenerDemo({super.key});
@override
State<KeyboardListenerDemo> createState() => _KeyboardListenerDemoState();
}
class _KeyboardListenerDemoState extends State<KeyboardListenerDemo> {
final List<String> _rawEvents = [];
final List<String> _newEvents = [];
late final FocusNode _rawFocusNode;
late final FocusNode _newFocusNode;
bool _useNewListener = false;
@override
void initState() {
super.initState();
_rawFocusNode = FocusNode(debugLabel: 'RawKeyboardListener');
_newFocusNode = FocusNode(debugLabel: 'KeyboardListener');
_rawFocusNode.addListener(_handleFocusChange);
_newFocusNode.addListener(_handleFocusChange);
_rawFocusNode.requestFocus();
}
@override
void dispose() {
_rawFocusNode.removeListener(_handleFocusChange);
_newFocusNode.removeListener(_handleFocusChange);
_rawFocusNode.dispose();
_newFocusNode.dispose();
super.dispose();
}
void _handleFocusChange() => setState(() {});
void _clearEvents() {
setState(() {
_rawEvents.clear();
_newEvents.clear();
});
}
void _switchListener(bool useNew) {
setState(() => _useNewListener = useNew);
if (useNew) {
_newFocusNode.requestFocus();
_rawFocusNode.unfocus();
} else {
_rawFocusNode.requestFocus();
_newFocusNode.unfocus();
}
}
@override
Widget build(BuildContext context) {
return Column(
children: [
AppBar(
title: const Text('Keyboard Listeners Comparison $buildType'),
actions: [
IconButton(
icon: const Icon(Icons.delete),
onPressed: _clearEvents,
tooltip: 'Clear all events',
),
],
),
Expanded(
child: Row(
children: [
_buildListenerColumn(
context: context,
title: 'RawKeyboardListener',
events: _rawEvents,
isActive: _rawFocusNode.hasFocus,
onTap: () => _switchListener(false),
),
_buildListenerColumn(
context: context,
title: 'KeyboardListener',
events: _newEvents,
isActive: _newFocusNode.hasFocus,
onTap: () => _switchListener(true),
),
],
),
),
// Raw Keyboard Events (Legacy)
if (!_useNewListener)
Focus(
focusNode: _rawFocusNode,
onKey: (FocusNode node, RawKeyEvent event) {
if (event is RawKeyDownEvent || event is RawKeyUpEvent) {
_handleKeyEvent(event, isNew: false);
}
return KeyEventResult.handled; // Suppress system sounds
},
child: const SizedBox.shrink(),
),
// New Keyboard Events
if (_useNewListener)
Focus(
focusNode: _newFocusNode,
onKeyEvent: (FocusNode node, KeyEvent event) {
_handleKeyEvent(event, isNew: true);
return KeyEventResult.handled; // Suppress system sounds
},
child: const SizedBox.shrink(),
),
],
);
}
void _handleKeyEvent(dynamic event, {required bool isNew}) {
final timeStamp = DateTime.now().toIso8601String().substring(11, 23);
final entry = '[${event.runtimeType}] ${event.logicalKey} ($timeStamp)';
setState(() {
if (isNew) {
_newEvents.add(entry);
} else {
_rawEvents.add(entry);
}
});
}
Widget _buildListenerColumn({
required BuildContext context,
required String title,
required List<String> events,
required bool isActive,
required VoidCallback onTap,
}) {
final colorScheme = Theme.of(context).colorScheme;
return Expanded(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: MouseRegion(
cursor: SystemMouseCursors.click,
child: GestureDetector(
onTap: onTap,
behavior: HitTestBehavior.opaque,
child: Container(
decoration: BoxDecoration(
border: Border.all(
color: isActive
? colorScheme.primary
: colorScheme.outlineVariant,
width: 4,
),
borderRadius: BorderRadius.circular(8),
),
padding: const EdgeInsets.all(8),
child: Column(
children: [
Text(
title,
style: TextStyle(
color: isActive
? colorScheme.primary
: colorScheme.onSurface,
fontWeight: FontWeight.bold,
fontSize: 16,
),
),
Expanded(
child: ListView.builder(
reverse: true,
itemCount: events.length,
itemBuilder: (context, index) => Padding(
padding: const EdgeInsets.symmetric(vertical: 4),
child: Text(
events.reversed.elementAt(index),
style: TextStyle(
color: colorScheme.onSurfaceVariant,
fontSize: 12,
),
),
),
),
),
],
),
),
),
),
),
);
}
}
```
</details>
## Flutter version
This issue reproduces on all current Flutter channels, the latest tested master version is `3.29.0-1.0.pre.127`.
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
flutter doctor -v
[✓] Flutter (Channel master, 3.29.0-1.0.pre.127, on macOS 15.2 24C101 darwin-arm64, locale en-US) [1,489ms]
• Flutter version 3.29.0-1.0.pre.127 on channel master at /Users/rydmike/fvm/versions/master
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9e273d5e6e (6 hours ago), 2025-01-27 19:43:46 -0800
• Engine revision 9e273d5e6e
• Dart version 3.8.0 (build 3.8.0-24.0.dev)
• DevTools version 2.42.0
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [902ms]
• Android SDK at /Users/rydmike/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2) [517ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [68ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2023.2) [68ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
[✓] IntelliJ IDEA Community Edition (version 2024.3.2) [67ms]
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 83.0.4
• Dart plugin version 243.23654.44
[✓] VS Code (version 1.96.4) [10ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.102.0
[✓] Connected device (2 available) [5.6s]
• macOS (desktop) • macos • darwin-arm64 • macOS 15.2 24C101 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 132.0.6834.110
[✓] Network resources [618ms]
• All expected network resources are available.
```
</details>
| a: gamedev | low | Critical |
2,815,188,511 | godot | CSG face_index is different between various Nodes | ### Tested versions
- Reproducible in v4.4.beta.custom_build [e5498020b]
### System information
Godot v4.4.beta (e5498020b) - Ubuntu 24.04.1 LTS 24.04 on X11 - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 (nvidia; 550.120) - Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz (6 threads)
### Issue description
A single CubeMesh is being drawn/constructed differently between MeshInstance3D and CSG...3D
I have a demo where you can move some rays to get the face_index of the collision. Observe how the face numbers differ.

(I am reporting this because there seems to be a discrepancy between the CSG use of a CubeMesh and a MeshDataTool's reporting of which verts are in which faces. I am still working on this report.)
### Steps to reproduce
dl my project and run it. Open the only scene and muck with the rays, then use the button (on the root node's inspector).
### Minimal reproduction project (MRP)
See: https://codeberg.org/dbat/godot-issues-face-indexes | enhancement,discussion,documentation,topic:3d | low | Major |
2,815,215,880 | bitcoin | build: `cmake --install` fails if only select targets are built | Noticed this when going to update the [lighting docs](https://github.com/ElementsProject/lightning/blob/master/doc/getting-started/getting-started/installation.md), porting what they do using Autotools. i.e:
```bash
./autogen.sh
./configure
make src/bitcoind src/bitcoin-cli
make install
```
If you attempt the same with master:
```bash
cmake -B build
cmake --build build --target bitcoind bitcoin-cli
cmake --install build
-- Install configuration: "RelWithDebInfo"
CMake Error at build/src/test/cmake_install.cmake:57 (file):
file INSTALL cannot find "/root/ci_scratch/build/src/test/test_bitcoin": No
such file or directory.
Call Stack (most recent call first):
build/src/cmake_install.cmake:77 (include)
build/cmake_install.cmake:57 (include)
```
The output of `cmake --build build --target list_install_components` just prints (if configured with the kernel):
```bash
cmake --build build --target list_install_components
> Available install components are: "Kernel" "Unspecified"
```
so it seems like component based install either isn't yet possible, or the names are not easily discoverable.
Otherwise, I don't think we should fail to install because we can't find a binary the user didn't want. | Build system | low | Critical |
2,815,224,943 | go | proposal: image: add `(*Uniform).SubImage` | ### Proposal Details
I propose to add `SubImage` method to `image.Uniform`, like other image types. `SubImage` takes a rectangle as a bound and returns an `image.Image` value. The underlying value of the returned value is a `Uniform` image with bounds, so we would need to add a (hidden) new member representing bounds to `Uniform`.
This is useful when I want to create a color-filled image and encoded this as a PNG image for example.
| Proposal,LibraryProposal | low | Minor |
2,815,231,856 | go | go/types: statically inferring the run-time properties of type parameters | [NOTE: I am tentatively associating this issue with go/types, but refraining initially from marking it as a proposal because there are multiple solutions with different scopes and I am unsure about the best course of action.]
Currently and by design, the only methods that can be called on values whose type is a parameter are those explicitly defined by their constraint, either directly or by embedding. That however does not match the runtime semantics of those values, e.g. the outcome of dynamic type assertions or reflection methods; for example ([playground](https://go.dev/play/p/u1vnGKQggKP)):
```go
package main
type T1 struct{}
func (T1) Method() {}
type T2 struct{}
func (*T2) Method() {}
type Constraint interface {
T1 | *T2
}
type Mset interface {
Method()
}
func Fn[T Constraint](x T) {
//x.Method() // ERROR
//x.(Mset).Method() // ERROR!
any(x).(Mset).Method() // Works
}
func main() {
Fn(T1{})
Fn(&T2{})
}
```
The facilities provided in `go/types` are geared towards compile-time type checking: for example `types.Implements(<T>, <Mset>)` returns `false`. No alternatives are provided to infer runtime behavior, which makes some kinds of static analysis exceedingly hard.
In my case, for example, I want to infer how `encoding/json.Marshal` is going to behave on values of parametric type, specifically whether all members of the type set either implement `encoding.TextMarshaler` or have a string as underlying type, and are therefore usable as map keys, for arbitrary type constraints.
It is true that I can access the full definition of a type constraint and compute its type set. I considered copying the private code that `go/types` uses to do so, but was turned off by its complexity and the associated maintenance burden. It would be so much better if `go/types` could make this knowledge available through a public API.
I can think of a number of solutions, which are not necessarily mutually exclusive; from the easiest to the most radical:
1. add one or more predicates for runtime behavior, e.g. `RuntimeAssertableTo` or similar;
2. add a public API for enumerating the type set of a constraint, in addition to the method set;
3. publish the currently private `go/types._TypeSet` API (not sure why it has been made private, and what the drawbacks would be);
4. change the spec to have the method set of constraint interfaces include the intersection of the method sets of their type terms.
For my purposes I'd be happy with option (2) or (3) — (1) would be useful but not sufficient, and perhaps not a very good API.
Personally I'd very much like to see something like (4) adopted, as it would eliminate a large part of the compile-time/run-time mismatch and add some use cases for generics. Not sure whether it would fall under the umbrella of #70128; I went back in time a bit but couldn't find any issue related to method access on type parameters. It seems to me more lightweight and approachable than other proposals, but again perhaps I'm missing some known hurdles.
I'd be happy to write a proposal, but as noted above I'm not sure about the approach to pick. | LibraryProposal | low | Critical |
2,815,255,791 | godot | Wrong transform values when parenting to a BoneAttachment Node within a skeleton imported using FBX format | ### Tested versions
- Godot: v4.3.stable.official [77dcf97d8]
### System information
Ubuntu 22.04.5 LTS 64-bit
### Issue description
The transform values of a node been parenting to a bone of FBX imported armature are scaled weirdly,
any small changes in position values deduce a huge change in the scene, like moving the weapon by 0.00001 on x will move the weapon a large distance in the scene view.
### Steps to reproduce
1. create an armature in the Blender.
2. export the armature as FBX.
3. Import the armature to Godot.
4. Add a BoneAttachment Node to the Skeleton Node.
5. Add any Node3D as a child of the BoneAttachment Node.
6. Check the transform values of the child node.
### Minimal reproduction project (MRP)
Can be created by following the steps | bug,topic:import | low | Minor |
2,815,265,053 | godot | Tree scroll position not accounted for in get_item_area_rect. | ### Tested versions
Godot v4.4.beta1
### System information
Fedora Linux 40 (KDE Plasma) on Wayland - X11 display driver, Multi-window
### Issue description
Tree scroll position not accounted for in get_item_area_rect.
https://github.com/user-attachments/assets/3e3e1aa6-a5f8-4ad1-824a-0972fc077e62
### Steps to reproduce
Use get_item_area_rect on a tree
Use the returned Rect2 to place an item
Scroll the tree
And try to place the item again
### Minimal reproduction project (MRP)
[get_item_area_rect.zip](https://github.com/user-attachments/files/18571817/get_item_area_rect.zip) | bug,topic:gui | low | Minor |
2,815,267,469 | iptv | Broken: FUELTV.at | ### Broken Links
https://d35j504z0x2vu2.cloudfront.net/v1/manifest/0bc8e8376bd8417a1b6761138aa41c26c7309312/fuel-tv/606c2f67-acff-4152-975a-e5bfef54eb61/2.m3u8
### What happened to the stream?
Not loading
### Notes (optional)
_No response_
### Contributing Guide
- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) | broken stream,approved,streams:remove | low | Critical |
2,815,269,362 | iptv | Broken: FilmRiseSciFi.us | ### Broken Links
https://d39g1vxj2ef6in.cloudfront.net/v1/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod-rakuten-stitched/d658fce8-d72e-4407-ba5b-14b823553af5/5.m3u8
### What happened to the stream?
Not loading
### Notes (optional)
_No response_
### Contributing Guide
- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) | broken stream,approved,streams:remove | low | Critical |
2,815,281,177 | vscode | Publisher trusting: Improve wording when installing extension pack | Testing https://github.com/microsoft/vscode/issues/238847
Version: 1.97.0-insider (user setup)
Commit: https://github.com/microsoft/vscode/commit/7a3d738bbb52a0222cbd97277b07d93113b79139
Date: 2025-01-28T05:04:45.005Z
Electron: 32.2.7
ElectronBuildId: 10660205
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22635
- start VS Code with new user and extensions directory
- in the extension view, select n extension pack, e.g. `wrenchingdev.quantum-node-pack` and click install
- You get the dialog that also informs you about dependent extensions

I would suggest the following improvements to make it clearer that this will add trust to multiple publishers
- Instead of having a link on 'extensions', have it on 'other publishers'.
- I would also add the number of publishers:
- The title could say: 'Do you trust the publisher "Wrenchingdev" and 2 others?'
- The button could say: 'Trust Publishers & Install' (plural Publishers)
- Not sure if possible/plausible, but the link on publisher should have a tooltip listing the other publishers | polish,extensions | low | Minor |
2,815,283,509 | electron | Document `frame.collectJavaScriptCallStack()` requires `Document-Policy` to be set | ### 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 the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success.
### Electron Version
34.0.0
### What operating system(s) are you using?
macOS
### Operating System Version
macOS
### What arch are you using?
arm64 (including Apple Silicon)
### Last Known Working Electron version
_No response_
### Expected Behavior
I think this is more of a documentation issue rather than a bug.
The [docs](https://www.electronjs.org/docs/latest/api/web-frame-main#framecollectjavascriptcallstack-experimental) give the following code:
```ts
const { app } = require('electron')
app.commandLine.appendSwitch('enable-features', 'DocumentPolicyIncludeJSCallStacksInCrashReports')
app.on('web-contents-created', (_, webContents) => {
webContents.on('unresponsive', async () => {
// Interrupt execution and collect call stack from unresponsive renderer
const callStack = await webContents.mainFrame.collectJavaScriptCallStack()
console.log('Renderer unresponsive\n', callStack)
})
})
```
But this is not enough for it to work. If you simply use the above code with `appendSwitch`, `collectJavaScriptCallStack` returns:
```
Website owner has not opted in for JS call stacks in crash reports
```
### Actual Behavior
If you set the following headers, `'Document-Policy': 'include-js-call-stacks-in-crash-reports'` this feature works.
### Testcase Gist URL
_No response_
### Additional Information
_No response_ | platform/macOS,bug :beetle:,34-x-y | low | Critical |
2,815,289,688 | vscode | Save as keyboard shortcut does not work in Microsoft Edge when using the browser version | <!-- ⚠️⚠️ 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 creating duplicates. -->
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- 🔧 Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: Version: 1.96.4
Commit: cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
Date: 2025-01-16T00:16:19.038Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0
- OS Version: Windows 10
Steps to Reproduce:
1. Open VS Code in the Microsoft Edge browser e.g. by navigating to https://vscode.dev/
2. Create a new file
3. Press Ctrl+Shift+S to "Save as"
4. Screen capture tool of Microsoft Edge appears, file can't be saved using the shortcut

The Microsoft Edge browser recently introduced this lovely new feature that can't be disabled (except for possibly using a policy which is a non-starter), nor can the shortcut be changed. I don't know if browser based apps can prevent this at all, or if it's on every web app to change their shortcuts... | triage-needed | low | Critical |
2,815,299,219 | ollama | Cannot download Ollama | please i really want to download this platform but i cant can it be fixed?
| model request | low | Major |
2,815,328,009 | vscode | Confusing examples for values of "terminal.integrated.fontLigatures.featureSettings" | Testing #238882
Even after reading this, I wasn't quite sure how to use this setting. Also, I think there's an unclosed quote in the second example.
I also wonder if this should've been an object setting, eg
```
"terminal.integrated.fontLigatures.featureSettings": {
"calt": "on",
}
```

| bug,terminal-ligatures | low | Minor |
2,815,345,874 | node | [perf] `WebAssembly.Memory` is not resizable ArrayBuffer. | ### Version
v23.4.0
### Platform
```text
docker archlinux latest
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Not sure if it is a bug or not, `WebAssembly.Memory` is not resizable ArrayBuffer.
Did not benchmark, maybe related to perf.
https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Memory
> The WebAssembly.Memory object is a resizable ArrayBuffer or SharedArrayBuffer that holds raw bytes of memory accessed by a WebAssembly.Instance.
https://github.com/rustwasm/wasm-bindgen/issues/4416
```js
> mod.__wasm.memory.buffer.resizable
false
> mod.__wasm.memory.buffer.byteLength
1114112
> void (ab0 = mod.__wasm.memory.buffer)
undefined
```
```js
> void mod.hello()
undefined
> mod.__wasm.memory.buffer.byteLength
1179648
> void (ab1 = mod.__wasm.memory.buffer)
undefined
> ab1 === ab0
false
```
```js
> memory.buffer.resize(memory.buffer.byteLength+65536)
Uncaught:
TypeError: Method ArrayBuffer.prototype.resize called on incompatible receiver #<ArrayBuffer>
at ArrayBuffer.resize (<anonymous>)
```
### How often does it reproduce? Is there a required condition?
No.
### What is the expected behavior? Why is that the expected behavior?
`WebAssembly.Memory` is resizable ArrayBuffer.
### What do you see instead?
`WebAssembly.Memory` is not resizable ArrayBuffer.
### Additional information
_No response_ | wasm | low | Critical |
2,815,365,712 | godot | 32 bit Exports crash on startup in Godot 3.6.0 | ### Tested versions
Reproducable in Godot 3.6.0. Not in any other version.
### System information
Windows 10 - i7-4790 - RX570 (Driver 23.5.2) - GLES3
### Issue description
Ayayay, I recently updated my game Fight in the Arena from 3.5.3 to 3.6.0 and after I exported my project (32 bit) on Windows it crashed. Not always but very often (more than 50% of the time). When I switched to 64 bit export it worked fine. I thought maybe this is game specific but then I thought: The game is so simple (text-adventure with minimal graphics) it likely is something Engine related. My almost empty testproject yielded the same result. Never happened in any other version.
I have an old driver since I got visual glitches in another game of mine with newer ones (this was fixed in 4.3) but since it was never a problem in any other Engine version I don't think it's driver related. Still if not reproducable I can look into it.
### Steps to reproduce
Export a 32 bit project on Windows and try to start it. Closes after half a second or so.
### Minimal reproduction project (MRP)
N/A | bug,platform:windows,topic:core,confirmed,crash | low | Critical |
2,815,391,327 | tauri | [RFC] Drop Windows 7 support | We all know it's coming and at least as far as i am concerned it was planned for v3. Now that we're rushing v3 for gtk4 i'm not sure sure anymore. I'll still put this into the v3 tracking board for now but we can move it into v4 later if we prefer.
For community members, please share your opinions! If you're fine with dropping Windows 7 support a 👍 reaction is enough, if you want/need Windows 7 support, we'd appreciate hearing more about your use-case (plus a 👎 reaction) :) | platform: Windows,type: rfc,type: breaking change | low | Minor |
2,815,421,450 | terminal | Windows Terminal crashing | ### Windows Terminal version
1.21.3231.0
### Windows build number
10.0.22631 N/A Build 22631
### Other Software
Powershell **7.4.7.0**
### Steps to reproduce
- Update the Powershell to **7.5.0**
- I used winget to update (` winget upgrade --id Microsoft.PowerShell`)
- Try to launch the Windows terminal once the Powershell is updated
### Expected Behavior
The Windows Terminal should work like previously
### Actual Behavior
- Getting some error and Terminal is crashing.
- Unable to use the Windows Terminal | Issue-Bug,Needs-Author-Feedback,Needs-Triage | low | Critical |
2,815,428,838 | three.js | Problems with raycasting on LineSegments after r163 | ### Description
Hi,
After upgrading from r163 to r171, I see some issues with raycasting on `LineSegments`. In particular, the resulting index on the intersections seems to be off for me.
For me it's not easy to generate a reproducible example right now: In any case, I wonder if it's related to #28114, where the index changed from `i` to `a`. Here is the related [line](https://github.com/mrdoob/three.js/blob/5077c093b7dc6f43452d2b455e3a25b0cba4bae8/src/objects/Line.js#L236).
Thanks, for any feedback.
### Reproduction steps
1. Perform raycasting on `LineSegments`
2. Inspect index on intersection with version r163 vs r164+
### Version
r163
### Browser
Chrome/Edge
### OS
Windows | Needs Investigation | low | Minor |
2,815,431,935 | PowerToys | PowerToys Run Calculator | ### Description of the new feature / enhancement
**Hi, PowerToys!**
This program rocks!!!
But can you add something to PowerToys Run please?
PowerToys Run calculator cannot solve questions evolving trigonomety. Example: sine, cosine, tangent and stuff... Please add this to the PowerToys :D
### Scenario when this would be used?
VVhen i use PowerToys Run calculator, i cant solve equations involving sine, cosine, tangent.
### Supporting information
**Thank you for your effort, PowerToys ✨** | Needs-Triage | low | Minor |
2,815,446,064 | go | math/big: reduce allocations in writeMultiple() | ### Go version
go version go1.23.5 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/pierre/.cache/go-build'
GOENV='/home/pierre/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/pierre/go/pkg/mod'
GONOPROXY='xxx'
GONOSUMDB='xxx'
GOOS='linux'
GOPATH='/home/pierre/go'
GOPRIVATE='xxx'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/usr/lib/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23.5'
GODEBUG=''
GOTELEMETRY='on'
GOTELEMETRYDIR='/home/pierre/.config/go/telemetry'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build458815232=/tmp/go-build -gno-record-gcc-switches'
```
### What did you do?
I'm trying to write a `big.Int` to a `io.Writer`.
I'm using `fmt.FPrintf`, and it calls `big.Int.Format()`.
### What did you see happen?
I did a benchmark, and noticed that many allocations are done in `writeMultiple()`:
```
func writeMultiple(s fmt.State, text string, count int) {
if len(text) > 0 {
b := []byte(text)
for ; count > 0; count-- {
s.Write(b)
}
}
}
```
=> The `string` to `[]byte` conversion.
### What did you expect to see?
I think we can replace
```
s.Write(b)
```
with
```
io.WriteString(w, text)
```
and remove
```
b := []byte(text)
```
because `fmt.State` implementations implements `WriteString`. | NeedsInvestigation,Implementation | low | Critical |
2,815,466,557 | PowerToys | bug | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### 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 17:28:14
Exception:
System.InvalidOperationException: Cyclic reference found while evaluating the Style property on element 'System.Windows.Controls.ScrollViewer'.
at System.Windows.FrameworkElement.UpdateStyleProperty()
at System.Windows.TreeWalkHelper.InvalidateStyleAndReferences(DependencyObject d, ResourcesChangeInfo info, Boolean containsTypeOfKey)
at System.Windows.TreeWalkHelper.OnResourcesChanged(DependencyObject d, ResourcesChangeInfo info, Boolean raiseResourceChangedEvent)
at System.Windows.TreeWalkHelper.OnResourcesChangedCallback(DependencyObject d, ResourcesChangeInfo info, Boolean visitedViaVisualTree)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.VisitNode(DependencyObject d, Boolean visitedViaVisualTree)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.WalkLogicalChildren(FrameworkElement feParent, FrameworkContentElement fceParent, IEnumerator logicalChildren)
at System.Windows.DescendentsWalker`1.WalkFrameworkElementLogicalThenVisualChildren(FrameworkElement feParent, Boolean hasLogicalChildren)
at System.Windows.DescendentsWalker`1.IterateChildren(DependencyObject d)
at System.Windows.DescendentsWalker`1.StartWalk(DependencyObject startNode, Boolean skipStartNode)
at System.Windows.TreeWalkHelper.InvalidateOnResourcesChange(FrameworkElement fe, FrameworkContentElement fce, ResourcesChangeInfo info)
at System.Windows.ResourceDictionary.NotifyOwners(ResourcesChangeInfo info)
at System.Windows.ResourceDictionary.OnMergedDictionariesChanged(Object sender, NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
at System.Windows.ThemeManager.AddOrUpdateThemeResources(ResourceDictionary rd, ResourceDictionary newDictionary)
at System.Windows.ThemeManager.ApplyFluentOnWindow(Window window)
at System.Windows.ThemeManager.OnSystemThemeChanged()
at System.Windows.SystemResources.SystemThemeFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
_No response_
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Critical |
2,815,470,078 | kubernetes | [Flaking test] [ sig-api-machinery] Kubernetes e2e suite.[It] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance] | ### Which jobs are flaking?
master-blocking
- gce-cos-master-default
### Which tests are flaking?
Kubernetes e2e suite.[It] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]
[prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1883952806776279040)
[triage](https://storage.googleapis.com/k8s-triage/index.html?test=Kubernetes%20e2e%20suite.%5C%5BIt%5C%5D%20%5C%5Bsig-api-machinery%5C%5D%20AdmissionWebhook%20%5C%5BPrivileged%3AClusterAdmin%5C%5D%20should%20mutate%20custom%20resource%20with%20different%20stored%20version%20%5C%5BConformance%5C%5D&xjob=e2e-kops)
### Since when has it been flaking?
[1879059897350361088 1/14/2025, 3:56:17 AM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1879059897350361088)
[1880328504331997184 1/17/2025, 3:57:18 PM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1880328504331997184)
[1881415678393585664 1/20/2025, 3:57:20 PM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1881415678393585664)
[1882503241699168256 1/23/2025, 3:58:54 PM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1882503241699168256)
[1883952806776279040 1/27/2025, 3:58:59 PM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-capz-master-windows-2025/1883952806776279040)
### Testgrid link
https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default
### Reason for failure (if possible)
```
{ failed [FAILED] waiting for the deployment status valid%!(EXTRA string=registry.k8s.io/e2e-test-images/agnhost:2.53, string=sample-webhook-deployment, string=webhook-5045): error waiting for deployment "sample-webhook-deployment" status to match expectation: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, TerminatingReplicas:(*int32)(nil), Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2025, time.January, 27, 19, 35, 14, 0, time.Local), LastTransitionTime:time.Date(2025, time.January, 27, 19, 35, 14, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2025, time.January, 27, 19, 35, 14, 0, time.Local), LastTransitionTime:time.Date(2025, time.January, 27, 19, 35, 14, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-bcbfc85d\" is progressing."}}, CollisionCount:(*int32)(nil)}
In [BeforeEach] at: k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:1125 @ 01/27/25 19:40:15.114
There were additional failures detected after the initial failure. These are visible in the timeline
}
```
### Anything else we need to know?
N/A
### Relevant SIG(s)
/sig api-machinery
@kubernetes/release-team-release-signal | sig/api-machinery,kind/flake,needs-triage | low | Critical |
2,815,478,085 | PowerToys | Color Picker editor window position does not persist when PowerToys is closed | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub, PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
ColorPicker
### Steps to reproduce
1. Open color picker editor.
2. Move the window to a different position on screen.
3. Close and then open the color picker editor again to verify the window is still in the new position.
4. Close PowerToys and reopen.
5. Open color picker editor.
6. The window will have reset to its default location in the centre of the screen.
### ✔️ Expected Behavior
The window position should persist after PowerToys is closed and re-launched, no matter where the user has relocated it.
### ❌ Actual Behavior
The position resets when PowerToys is closed (either manually, or after rebooting). The position only persists while PowerToys remains open.
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,815,496,387 | vscode | Not Save File Properly |
Type: <b>Bug</b>
i am Save My file Before Shutdown My Computer but now i see my files not save files already old code not save a new code that i am write so please fix
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.18362
Modes:
<!-- generated by issue reporter --> | info-needed | low | Critical |
2,815,542,115 | ollama | loss of speech | ### What is the issue?
Hello, I am using llama3.1:8b. When I stop and reopen the application, the old chat disappears. How can I prevent this?
### OS
Windows
### GPU
AMD
### CPU
AMD
### Ollama version
0.5.7 | bug | low | Major |
2,815,555,450 | ollama | Please provide information about the model license in the search model interface | ### What is the issue?
It would be useful to show the license of each model in the model search page https://ollama.com/search. Even better would be an option to filter by license.
### OS
_No response_
### GPU
_No response_
### CPU
_No response_
### Ollama version
_No response_ | bug | low | Minor |
2,815,574,245 | pytorch | DISABLED test_op_dtype_propagation_bitwise_xor_cuda_int64 (__main__.TestCaseCUDA) | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_op_dtype_propagation_bitwise_xor_cuda_int64&suite=TestCaseCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36265413881).
Over the past 3 hours, it has been determined flaky in 3 workflow(s) with 3 failures and 3 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_op_dtype_propagation_bitwise_xor_cuda_int64`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
<details><summary>Sample error message</summary>
```
Traceback (most recent call last):
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1156, in test_wrapper
return test(*args, **kwargs)
File "/opt/conda/envs/py_3.10/lib/python3.10/contextlib.py", line 79, in inner
return func(*args, **kwds)
File "/opt/conda/envs/py_3.10/lib/python3.10/contextlib.py", line 79, in inner
return func(*args, **kwds)
File "/var/lib/jenkins/pytorch/test/inductor/test_op_dtype_prop.py", line 81, in test_op_dtype_propagation
self.assertEqual(out, out_c)
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4042, in assertEqual
raise error_metas.pop()[0].to_error( # type: ignore[index]
AssertionError: Scalars are not equal!
Expected 7 but got 7.
Absolute difference: 0
Relative difference: 0.0
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3120, in wrapper
method(*args, **kwargs)
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3120, in wrapper
method(*args, **kwargs)
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 454, in instantiated_test
result = test(self, **param_kwargs)
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1620, in wrapper
fn(*args, **kwargs)
File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1168, in test_wrapper
raise e_tracked from e
Exception: Caused by sample input at index 0: SampleInput(input=Tensor[size=(), device="cuda:0", dtype=torch.int64], args=TensorList[Tensor[size=(), device="cuda:0", dtype=torch.int64]], kwargs={}, broadcasts_input=False, name='')
To execute this test, run the following from the base repo dir:
PYTORCH_OPINFO_SAMPLE_INPUT_INDEX=0 PYTORCH_TEST_WITH_ROCM=1 python test/inductor/test_op_dtype_prop.py TestCaseCUDA.test_op_dtype_propagation_bitwise_xor_cuda_int64
This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0
```
</details>
Test file path: `inductor/test_op_dtype_prop.py`
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd @clee2000 @wdvr @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov | module: rocm,triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,815,582,931 | tauri | Remove UNC paths in Rust apis as well | I am tired about the complaints and i kinda get it, you just never know which apis / external programs work with them and which don't (including things built into windows...). So since they can't get their shit together in https://github.com/rust-lang/rust/issues/42869 i beg you to do it ourselves, using dunce or std::path::absolute where applicable
https://github.com/tauri-apps/tauri/issues/5096
https://github.com/tauri-apps/tauri/issues/5850
https://github.com/tauri-apps/tauri/issues/9407
While i don't consider this a breaking change, i'll still label it as such. | type: feature request,platform: Windows,type: rfc,type: breaking change | low | Minor |
2,815,593,630 | go | cmd/go: panic with invalid characters in build directory | ### Go version
go version go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/xxx/.cache/go-build'
GOENV='/home/xxx/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/xxx/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/xxx/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23.2'
GODEBUG=''
GOTELEMETRY='on'
GOTELEMETRYDIR='/home/xxx/.config/go/telemetry'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/my/project/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1703176901=/tmp/go-build -gno-record-gcc-switches'
```
### What did you do?
Run the command `go build "^\n"` in any directory in a bash terminal.
### What did you see happen?
```bash
$ go build "^\n"
panic: path "^\\n" not in error "invalid import path \"^\\\\n\"" [recovered]
panic: path "^\\n" not in error "invalid import path \"^\\\\n\""
goroutine 1 [running]:
cmd/go/internal/load.(*preload).flush(0xc000039270)
cmd/go/internal/load/pkg.go:1082 +0x74
panic({0xa24c40?, 0xc000039320?})
runtime/panic.go:785 +0x132
cmd/go/internal/load.ImportErrorf({0x7fffabb57f95, 0x3}, {0xaff36f?, 0x3?}, {0xc0001b5398?, 0xc0001b5710?, 0x0?})
cmd/go/internal/load/pkg.go:542 +0x174
cmd/go/internal/load.(*Package).load(0xc0001c4008, {0xc1a0f0, 0xfefbc0}, {0x0, 0x0, 0x0, 0x1, 0x0, 0x0}, {0x7fffabb57f95, ...}, ...)
cmd/go/internal/load/pkg.go:1901 +0x1214
cmd/go/internal/load.loadImport({0xc1a0f0, 0xfefbc0}, {0x0, 0x0, 0x0, 0x1, 0x0, 0x0}, 0xc000039270, {0x7fffabb57f95, ...}, ...)
cmd/go/internal/load/pkg.go:744 +0x52f
cmd/go/internal/load.PackagesAndErrors({0xc1a0f0?, 0xfefbc0?}, {0x0, 0x0, 0x0, 0x1, 0x0, 0x0}, {0xc0000224a0, 0x1, ...})
cmd/go/internal/load/pkg.go:2837 +0xa0b
cmd/go/internal/work.runBuild({0xc1a0f0, 0xfefbc0}, 0xc0000286a8?, {0xc0000224a0, 0x1, 0x1})
cmd/go/internal/work/build.go:470 +0xe8
main.invoke(0xfc1300, {0xc000022490, 0x2, 0x2})
cmd/go/main.go:299 +0x84e
main.main()
cmd/go/main.go:213 +0xea5
```
### What did you expect to see?
```
malformed import path "^": invalid char '^'
``` | NeedsInvestigation,GoCommand | low | Critical |
2,815,612,104 | PowerToys | In-app password | ### Description of the new feature / enhancement
Dear support,
If its possible your developers can put the password on the app that authorised people can use
### Scenario when this would be used?
when we want to open the application asks for a password to enter to menus ans options.
### Supporting information
_No response_ | Needs-Triage,Needs-Team-Response | low | Minor |
2,815,621,933 | godot | OptionButton item list does not respect theme's border/margin of ScrollContainer panel style | ### Tested versions
4.4-beta1
### System information
Windows 10 - Godot 4.4-beta1
### Issue description
When using a theme with an override on ScrollContainer with its' panel theme set to have a border (in my case 2px on all sides) and/or a content margin (in my case 5px on all sides), the size of the item list created by OptionButton is too small as it appears to assume 0px borders and margins.
It mostly correctly sizes the list, however the height is incorrect which causes a scroll bar to be visible. The scroll bar also obscures the items, which is presumably a side-effect of assuming there would be no scroll bar.
https://i.imgur.com/jiC8Kfx.png
### Steps to reproduce
1. Create a new 2D Scene and set the root node type to Control with Full Rect anchors
2. Create a style that overrides ScrollContainer
3. Set ScrollContainer panel theme to a new StyleBoxFlat
4. Set the new StyleBoxFlat border and/or margin values to be more than 0
5. Apply the theme to the Control root node
### Minimal reproduction project (MRP)
[Option Button Test.zip](https://github.com/user-attachments/files/18573819/Option.Button.Test.zip) | bug,topic:gui | low | Minor |
2,815,626,381 | yt-dlp | Unable to download webpage | ### 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 asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
- [x] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
### Please make sure the question is worded well enough to be understood
C:\Users\yansy\Videos>yt-dlp https://player.vimeo.com/video/https://vimeo.com/1049982889 --referer https://www.patreon.com/120676902
[vimeo] Extracting URL: https://player.vimeo.com/video/https://vimeo.com/1049982889
[vimeo] 1049982889: Downloading webpage
ERROR: [vimeo] 1049982889: Unable to download webpage: Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details. (caused by CertificateVerifyError("Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details.")); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
help me
### Provide verbose output that clearly demonstrates the problem
- [x] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [x] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [x] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
```
[debug] Command-line config: ['--verbose', 'https://player.vimeo.com/video/https://vimeo.com/1049982889', '--referer', 'https://www.patreon.com/120676902']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [3b4531934] (win_exe)
[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.26100-SP0 (OpenSSL 1.1.1t 7 Feb 2023)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.12.14, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.40.1, urllib3-2.3.0, websockets-14.2
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1839 extractors
[vimeo] Extracting URL: https://player.vimeo.com/video/https://vimeo.com/1049982889
[vimeo] 1049982889: Downloading webpage
ERROR: [vimeo] 1049982889: Unable to download webpage: Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details. (caused by CertificateVerifyError("Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details.")); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
File "yt_dlp\extractor\common.py", line 742, in extract
File "yt_dlp\extractor\vimeo.py", line 958, in _real_extract
File "yt_dlp\extractor\common.py", line 962, in _download_webpage_handle
File "yt_dlp\extractor\common.py", line 911, in _request_webpage
File "yt_dlp\networking\_curlcffi.py", line 217, in _send
File "curl_cffi\requests\session.py", line 679, in request
curl_cffi.requests.errors.RequestsError: Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "yt_dlp\extractor\common.py", line 898, in _request_webpage
File "yt_dlp\YoutubeDL.py", line 4175, in urlopen
File "yt_dlp\networking\common.py", line 117, in send
File "yt_dlp\networking\_curlcffi.py", line 156, in send
File "yt_dlp\networking\_helper.py", line 208, in wrapper
File "yt_dlp\networking\common.py", line 340, in send
File "yt_dlp\networking\_curlcffi.py", line 232, in _send
yt_dlp.networking.exceptions.CertificateVerifyError: Failed to perform, ErrCode: 60, Reason: 'SSL certificate problem: unable to get local issuer certificate'. This may be a libcurl error, See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
``` | question | low | Critical |
2,815,629,446 | ollama | Ollama unable to download/run deepseek-r1:7b, other models work | ### What is the issue?
while trying to run `ollama run deepseek-r1:7b` it repeatedly fails at 6%. I tried to run llama 3.2 and it downloaded that flawlessly, but everytime i try to run deepseek i get an error saying `error max retries exceeded: EOF`
### OS
WSL2
### GPU
Nvidia
### CPU
AMD
### Ollama version
latest | bug,networking | medium | Critical |
2,815,638,695 | ant-design | Outdated Button Theme Tokens Documentation | ### Reproduction link
[https://ant.design/components/button#design-token](https://ant.design/components/button#design-token)
### Steps to reproduce
Scroll to the Design Token section
### What is expected?
Documentation should not show tokens contentLineHeight, contentLineHeightLG or contentLineHeightSM, as they are no longer used after the PR https://github.com/ant-design/ant-design/pull/52353
### What is actually happening?
They have been deprecated. Are no longer used. No matter what value provided, it is not changing the Button styles
| Environment | Info |
| --- | --- |
| antd | 5.23.1 |
| React | react |
| System | N/A |
| Browser | N/A |
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | unconfirmed | low | Minor |
2,815,640,059 | react-native | side bar is not sticking in rtl on fixed position while working fine in English. | ### Description
import React, { useState, useRef, useEffect } from 'react';
import PropTypes from 'prop-types';
import { Animated, Dimensions, Text, View, StyleSheet } from 'react-native';
import get from 'lodash.get';
import {I18nManager} from 'react-native'
// import { getFormattedCurrency } from '~/utils/units'
const ComparisonTableRow = (props) => {
const {
data = [],
comparing,
getBestBy,
fixed,
cellTextAlign,
headerCellContent,
headerCellStyle,
cellContent,
cellStyle,
rowStyle,
bestCellStyle,
bestCellTextStyle,
mergeCells,
isHighlightBest,
headerCellWidth,
cellWidth,
innerScrollX,
scrollY
} = props;
let bestValueIndices = [];
// Only sort them if user provide getBestBy order string/comparison function to sort the values
if (comparing && getBestBy) {
const valuesOriginal =
typeof comparing === 'function'
? comparing(data)
: data.map((item) => getComparingValue(item, comparing));
const valuesSorted = getSortedValues(valuesOriginal, getBestBy);
// if bestValueIndices is -1, either there is no best or getBestBy is null
bestValueIndices = getBestValueIndices(valuesOriginal, valuesSorted);
}
const isAllValuesEqual = bestValueIndices.length === data.length;
const mergedBestCellStyle = {
...styles.bestCell,
...bestCellStyle
};
const mergedBestCellTextStyle = {
...styles.bestCellText,
...bestCellTextStyle
};
function getComparingValue(item, comparing) {
return get(item, comparing);
}
function getSortedValues(valuesOriginal, getBestBy) {
let valuesSorted = [...valuesOriginal];
if (typeof getBestBy === 'function') {
valuesSorted.sort(getBestBy);
} else if (getBestBy === 'asc') {
valuesSorted.sort((a, b) => a - b);
} else if (getBestBy === 'desc') {
valuesSorted.sort((a, b) => b - a);
}
return valuesSorted;
}
function getBestValueIndices(valuesOriginal, valuesSorted) {
const [bestValue] = valuesSorted;
let bestValueIndices = [];
if (bestValue !== undefined) {
valuesOriginal.forEach((value, i) => {
if (value === bestValue) {
bestValueIndices.push(i);
}
});
} else {
bestValueIndices = [-1];
}
return bestValueIndices;
}
function renderHeaderCellContent() {
return (
<Animated.View
style={[
styles.headerCell,
{ width: headerCellWidth },
headerCellStyle,
innerScrollX && {
transform: [
{
translateX: innerScrollX.interpolate({
inputRange: [0, I18nManager.isRTL ? 10: 3000],
outputRange: [0, I18nManager.isRTL ? 10: 3000],
extrapolate: 'clamp'
})
}
]
}
]}
>
{/* {typeof headerCellContent === 'function' ? (
headerCellContent()
) : ( */}
<Text style={styles.headerCellText}>{headerCellContent}</Text>
{/* )} */}
</Animated.View>
);
}
function renderTemplateCellContent(cellContent, item) {
const comparingValue = getComparingValue(item, comparing);
if (comparing && !comparingValue) {
return '-';
}
return comparingValue;
}
function renderCustomCellContent(
cellContent,
index,
item,
isBest,
mergedBestCellTextStyle
) {
let customCellContent = cellContent({
item,
index,
isBest,
cellTextStyle: styles.cellText,
bestCellTextStyle: mergedBestCellTextStyle
});
if (React.isValidElement(customCellContent)) {
return customCellContent;
}
return (
<Text
style={[
styles.cellText,
cellTextAlign && { textAlign: cellTextAlign },
isBest && mergedBestCellTextStyle
]}
>
{renderTemplateCellContent(customCellContent, item)}
</Text>
);
}
return (
<Animated.View
style={[
styles.row,
rowStyle,
fixed &&
scrollY && {
...styles.fixedRow,
transform: [
{
translateY: scrollY.interpolate({
inputRange: [0, 10000],
outputRange: [0, 10000],
extrapolate: 'clamp'
})
}
]
}
]}
>
{headerCellContent !== undefined && renderHeaderCellContent()}
{mergeCells ? (
<Animated.View
style={[
styles.mergedCell,
{ width: Dimensions.get('window').width - headerCellWidth },
cellStyle,
innerScrollX && {
transform: [
{
translateX: innerScrollX.interpolate({
inputRange: [0, 1000],
outputRange: [0, 1000],
extrapolate: 'clamp'
})
}
]
}
]}
>
{cellContent && typeof cellContent === 'function'
? cellContent({ data })
: null}
</Animated.View>
) : (
data.map((item, index) => {
const isBest =
bestValueIndices.includes(index) &&
isHighlightBest &&
!isAllValuesEqual;
return (
<View
style={[
styles.cell,
cellStyle,
{ width: cellWidth },
isBest && mergedBestCellStyle
]}
key={index}
>
{typeof cellContent === 'function' ? (
renderCustomCellContent(
cellContent,
index,
item,
isBest,
mergedBestCellTextStyle
)
) : (
<Text
style={[
styles.cellText,
cellTextAlign && { textAlign: cellTextAlign },
isBest && mergedBestCellTextStyle
]}
>
{renderTemplateCellContent(cellContent, item)}
</Text>
)}
</View>
);
})
)}
</Animated.View>
);
};
const styles = StyleSheet.create({
row: {
borderTopWidth: 1,
borderColor: '#E5E5E5',
flexDirection: 'row'
},
fixedRow: {
position: 'relative',
zIndex: 100
},
headerCell: {
position: 'relative',
zIndex: 10,
backgroundColor: '#F9F9FB',
paddingVertical: 11,
paddingHorizontal: 12,
borderRightWidth: 1,
borderColor: '#E5E5E5'
},
cell: {
backgroundColor: '#FFF',
paddingVertical: 10,
paddingHorizontal: 14,
borderRightWidth: 1,
borderColor: '#E5E5E5'
},
mergedCell: {
justifyContent: 'center',
paddingVertical: 10,
paddingHorizontal: 12
},
headerCellText: {
fontSize: 20
},
cellText: {
fontSize: 20
},
bestCell: {
backgroundColor: 'rgba(255,236,170,0.2)'
},
bestCellText: {
color: '#F6571A',
fontWeight: 'bold'
}
});
ComparisonTableRow.propTypes = {
data: PropTypes.array,
comparing: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
getBestBy: PropTypes.oneOfType([
PropTypes.oneOf(['asc', 'desc']),
PropTypes.func
]),
headerCellContent: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
headerCellStyle: PropTypes.object,
cellContent: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
cellStyle: PropTypes.object,
rowStyle: PropTypes.object,
bestCellStyle: PropTypes.object,
bestCellTextStyle: PropTypes.object,
isHighlightBest: PropTypes.bool,
innerScrollX: PropTypes.object
};
ComparisonTableRow.defaultProps = {};
export default ComparisonTableRow;
code responsible for this:
<Animated.View
style={[
styles.headerCell,
{ width: headerCellWidth },
headerCellStyle,
innerScrollX && {
transform: [
{
translateX: innerScrollX.interpolate({
inputRange: [0, I18nManager.isRTL ? 10: 3000],
outputRange: [0, I18nManager.isRTL ? 10: 3000],
extrapolate: 'clamp'
})
}
]
}
]}
>
<Text style={styles.headerCellText}>{headerCellContent}</Text>
</Animated.View>
### Steps to reproduce
unable to reproduce
### React Native Version
0.76.5
### Affected Platforms
Runtime - Android, Runtime - iOS
### Output of `npx react-native info`
```text
System:
OS: macOS 14.6.1
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 56.37 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.12.0
path: ~/.nvm/versions/node/v22.12.0/bin/node
Yarn:
version: 1.22.22
path: /usr/local/bin/yarn
npm:
version: 10.9.0
path: ~/.nvm/versions/node/v22.12.0/bin/npm
Watchman:
version: 2024.12.02.00
path: /usr/local/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /usr/local/lib/ruby/gems/3.3.0/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.2
- iOS 18.2
- macOS 15.2
- tvOS 18.2
- visionOS 2.2
- watchOS 11.2
Android SDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12700392
Xcode:
version: 16.2/16C5032a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.13
path: /usr/bin/javac
Ruby:
version: 3.3.6
path: /usr/local/opt/ruby/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.0.1
wanted: 15.0.1
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.5
wanted: 0.76.5
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
```
### Stacktrace or Logs
```text
no lots
```
### Reproducer
no reproducer
### Screenshots and Videos
_No response_ | Needs: Author Feedback,Needs: Repro,Newer Patch Available | low | Minor |
2,815,676,798 | kubernetes | follow-up(scheduler): some plugins missing in the filter and score part in the integration test | Check the [filter](https://github.com/kubernetes/kubernetes/tree/master/test/integration/scheduler/filters) [score](https://github.com/kubernetes/kubernetes/tree/master/test/integration/scheduler/scoring) part of the scheduler integration test. We found that some plugins' filter and score are not implemented. I will increase the test coverage to make the plugin test complete.
filter part:
- [ ] NodePorts @googs1025
- [ ] NodResources @googs1025
- [ ] NodeAffinity @googs1025
- [ ] DynamicResources @googs1025
- [ ] TaintToleration @googs1025
score part:
- [ ] ~DynamicResources~
- [ ] TaintToleration | sig/scheduling,needs-triage | low | Major |
2,815,706,878 | pytorch | [typing] Not all operators correctly infer Tensor result. | ### 🐛 Describe the bug
<details> <summary> Static Typing Test suite </summary>
```python
# mypy: enable-error-code="unused-ignore"
import operator
import torch
from torch import Tensor
from typing_extensions import assert_type, reveal_type
x = torch.randn(3)
assert_type(x, Tensor)
i64: int = 2
f64: float = 3.14
# op(Tensor, Tensor)
assert_type(x + x, Tensor)
assert_type(x - x, Tensor)
assert_type(x * x, Tensor)
assert_type(x / x, Tensor)
assert_type(x % x, Tensor)
assert_type(x // x, Tensor) # type: ignore[assert-type]
assert_type(x**x, Tensor) # type: ignore[assert-type]
# comparisons
assert_type(x < x, Tensor)
assert_type(x > x, Tensor)
assert_type(x <= x, Tensor)
assert_type(x >= x, Tensor)
assert_type(x == x, Tensor)
assert_type(x != x, Tensor)
# op(Tensor, int)
assert_type(x + i64, Tensor)
assert_type(x - i64, Tensor)
assert_type(x * i64, Tensor)
assert_type(x / i64, Tensor)
assert_type(x % i64, Tensor)
assert_type(x // i64, Tensor) # type: ignore[assert-type]
assert_type(x**i64, Tensor) # type: ignore[assert-type]
assert_type(x < i64, Tensor)
assert_type(x > i64, Tensor)
assert_type(x <= i64, Tensor)
assert_type(x >= i64, Tensor)
assert_type(x == i64, Tensor)
assert_type(x != i64, Tensor)
# op(Tensor, float)
assert_type(x + f64, Tensor)
assert_type(x - f64, Tensor)
assert_type(x * f64, Tensor)
assert_type(x / f64, Tensor)
assert_type(x % f64, Tensor)
assert_type(x // f64, Tensor) # type: ignore[assert-type]
assert_type(x**f64, Tensor) # type: ignore[assert-type]
assert_type(x < f64, Tensor)
assert_type(x > f64, Tensor)
assert_type(x <= f64, Tensor)
assert_type(x >= f64, Tensor)
assert_type(x == f64, Tensor)
assert_type(x != f64, Tensor)
# op(int, Tensor)
assert_type(i64 + x, Tensor)
assert_type(i64 - x, Tensor) # type: ignore[assert-type]
assert_type(i64 * x, Tensor)
assert_type(i64 / x, Tensor) # type: ignore[assert-type]
assert_type(i64 % x, Tensor) # type: ignore[assert-type]
assert_type(i64 // x, Tensor) # type: ignore[assert-type]
assert_type(i64**x, Tensor) # type: ignore[assert-type]
assert_type(i64 < x, Tensor)
assert_type(i64 > x, Tensor)
assert_type(i64 <= x, Tensor)
assert_type(i64 >= x, Tensor)
assert_type(i64 == x, Tensor) # type: ignore[assert-type]
assert_type(i64 != x, Tensor) # type: ignore[assert-type]
# op(float, Tensor)
assert_type(f64 + x, Tensor)
assert_type(f64 - x, Tensor) # type: ignore[assert-type]
assert_type(f64 * x, Tensor)
assert_type(f64 / x, Tensor) # type: ignore[assert-type]
assert_type(f64 % x, Tensor) # type: ignore[assert-type]
assert_type(f64 // x, Tensor) # type: ignore[assert-type]
assert_type(f64**x, Tensor) # type: ignore[assert-type]
assert_type(f64 < x, Tensor)
assert_type(f64 > x, Tensor)
assert_type(f64 <= x, Tensor)
assert_type(f64 >= x, Tensor)
assert_type(f64 == x, Tensor) # type: ignore[assert-type]
assert_type(f64 != x, Tensor) # type: ignore[assert-type]
OPS = [
operator.add, # +
operator.sub, # -
operator.mul, # *
operator.truediv, # /
operator.mod, # %
operator.floordiv, # //
operator.pow, # **
operator.le, # <
operator.gt, # >
operator.lt, # <=
operator.ge, # >=
operator.eq, # ==
operator.ne, # !=
]
for rhs in [x, i64, f64]:
for op in OPS:
assert isinstance(op(x, rhs), Tensor)
for lhs in [x, i64, f64]:
for op in OPS:
assert isinstance(op(lhs, x), Tensor)
```
</details>
## Results
Arithmetic, should be fixable by typing `_handle_torch_function_and_wrap_type_error_to_not_implemented` decorator used in `torch/_tensor.py`.
- [ ] `Tensor // Tensor` inferred as `Any`, not `Tensor`
- [ ] `Tensor ** Tensor` inferred as `Any`, not `Tensor`
- [ ] `Tensor // Number` inferred as `Any`, not `Tensor`
- [ ] `Tensor ** Number` inferred as `Any`, not `Tensor`
- [ ] `Number - Tensor` inferred as `Any`, not `Tensor`
- [ ] `Number / Tensor` inferred as `Any`, not `Tensor`
- [ ] `Number % Tensor` inferred as `Any`, not `Tensor`
- [ ] `Number // Tensor` inferred as `Any`, not `Tensor`
- [ ] `Number ** Tensor` inferred as `Any`, not `Tensor`
Comparisons, possibly unfixable currently
- [ ] `Number == Tensor` inferred as `bool`, not `Tensor`
- [ ] `Number != Tensor` inferred as `bool`, not `Tensor`
### Versions
Tested with both 2.5.1 and 2.7.0.dev20250128+cu124 nightly
cc @ezyang @malfet @xuzhao9 @gramster | module: typing | low | Critical |
2,815,732,497 | react | Bug: suspected React 19 issue in React Documentation interactive app | I suspect an issue with React v19, or if not a React v19 issue, an issue with the code in the React Documentation
React version: v19
## Steps To Reproduce
1. go to https://react.dev/learn/render-and-commit
2. scroll down to the first interactive app, see screenshot.
3. Delete line 5 in the code.
4. hit the reset button in the upper right corner, then hit on ok.
5. instead of seeing the image rendered on the right, it is empty.
6. click a random line in the code (of course without changing something), hit the ENTER key, and the image is rendered.
<img width="891" alt="Image" src="https://github.com/user-attachments/assets/26cb147c-f52e-4f53-9d34-595028dd0e81" />
.
Link to code example:
https://react.dev/learn/render-and-commit
## The current behavior
When you remove the code in line 5, then click on reset and click on ok, no image is rendered, unless you click the code and hit the ENTER key.
## The expected behavior
When you remove the code in line 5, then click on reset and click on ok, an image should be rendered without having to click the code and hit the ENTER key.
PS: I have experienced random clicking issues with the interactive examples in the React Documentation. | Status: Unconfirmed | medium | Critical |
2,815,732,731 | angular | Provide multiple classes / tokens with single definition | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
Right now, if I want to register multiple types to DI, I need to repeat my definition, e.g.
```
{
provide: SETTINGS_PAGE_DEFINITION,
useClass: DashboardSettingsPageDefinition,
multi: true
},
{
provide: SETTINGS_PAGE_DEFINITION,
useClass: TerminplanerSettingsPageDefinition,
multi: true
},
{
provide: SETTINGS_PAGE_DEFINITION,
useClass: GoogleSyncSettingsPageDefinition,
multi: true
},
{
provide: SETTINGS_PAGE_DEFINITION,
useClass: LeistungserfassungSettingsPageDefinition,
multi: true
},
```
Same for use `useExisting`. `useValue` or `useFactory` allows me to return an array but the token than sure contains an array of array. You can work around it but its not typed correct etc..
Wouldn't it be nice to be able to register multiple tokens / classes etc. at once?
### Proposed solution
```
{
provide: SETTINGS_PAGE_DEFINITION,
useClass(es?): [DashboardSettingsPageDefinition, TerminplanerSettingsPageDefinition, GoogleSyncSettingsPageDefinition, LeistungserfassungSettingsPageDefinition]
multi: true
}
```
### Alternatives considered
Using a factory, returning an array. Works but a bit quirky. | feature,area: core,core: di | low | Minor |
2,815,756,638 | transformers | Llama3.2: Allow batch to have | ### Feature request
Currently, llama3.2 requires either no images per batch or each example have at least one image. Is there some easy workaround (apart from feeding dummy images which is computationally expensive) to allow some examples to have images and other examples to have no images?
Current error message:
`"If a batch of text is provided, there should be either no images or at least one image per sample"`
from https://github.com/huggingface/transformers/blob/3f860dba553d09a8eb96fded8d940c98a9a86854/src/transformers/models/mllama/processing_mllama.py#L303
### Motivation
Not all examples may have images, but some do.
### Your contribution
Could possibly submit a PR | Feature request,VLM | low | Critical |
2,815,768,303 | ollama | Ollama is not installing on Termux | ~ $ curl -fsSL https://ollama.com/install.sh | sh
```
>>> Installing ollama to /usr
No superuser binary detected.
Are you rooted?
``` | feature request | low | Minor |
2,815,779,059 | ollama | Use of System Ram over RDMA in GPU to allow for GPU acceleration on lower VRAM hardware. | Hi all!
I'm a GPU dev who has been messing around with Ollama for some self hosting. I was wondering if there is any reason Ollama has not been able to take advantage of GPU acceleration while using system RAM through RDMA(reBar). I have done system ram access through RDMA on GPU for real time processing and have had better results than CPU side tasks despite the increase in data latency when going over PCIE.
I look forward to hearing from you! | feature request | low | Minor |
2,815,799,891 | ollama | Upload compressed package file, unable to decompress and error reported | ### What is the issue?
Thanks for this great program, I love it! However, I uploaded a compressed package containing the project source code in the dialog interface, and an error occurred when the program was run. Can this problem be solved?

### OS
_No response_
### GPU
_No response_
### CPU
_No response_
### Ollama version
_No response_ | bug | low | Critical |
2,815,800,459 | vscode | Extensions - publisher trust dialog shown while creating a profile | Steps to Reproduce:
1. Install the latest VS Code Insiders release
2. Create a new profile from the Python template
3. During profile creation the "publisher trust" dialog is shown multiple times
| bug,extensions,user-profiles | low | Minor |
2,815,802,061 | awesome-mac | 🐝 Feature request: add a icon for unmaintained apps and/or move them to a seperate list | ### Is your feature request related to a problem? Please describe.
I am frustrated when I click into one link only to find out that an app is not maintained and the last update was like 5 years ago.
### Describe the solution you'd like
add a icon for unmaintained apps and/or move them to a seperate list
### Describe alternatives you've considered
_No response_
### 📖 Additional contex
_No response_
### 🧨 Issue Checklist
- [ ] I have checked for other similar issues
- [ ] I have explained why this change is important
- [ ] I have added necessary documentation (if appropriate) | help wanted | low | Minor |
2,815,815,322 | ollama | can't install deepseek 1.7b on windows | ### What is the issue?
while trying to run ollama run deepseek-r1:7b it repeatedly fails at about 6%.everytime i try to run deepseek
i get an error saying error max retries exceeded: EOF
### OS
Windows
### GPU
Nvidia
### CPU
Intel
### Ollama version
latest | bug,networking | low | Critical |
2,815,836,198 | vscode | Extensions not showing and says they load, but I can't see them | I recently upgraded from v 1.95.2 to v1.96.4 and as part of the process, my company requires me to uninstall vs code from the server to get rid of older installs (remote:ssh uninstall vs code server from host.
Well, we also locally install all extensions, then have to click "install on server" to install them on the server. These were not showing up in my extension list after doing that:

And they would NOT install on the server… So, I uninstalled them.
I did a search and installed 1 of these:

Then I cleared the search on the extensions and it does not show up in my list:

Now both Argutec and C/C++ extensions still show this:


However, it seems extensions won't show up on the extensions tab. I have all kinds of issues:
Here is my window output:
025-01-28 07:56:32.351 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:32.352 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:32.352 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:32.693 [info] Started local extension host with pid 28668.
2025-01-28 07:56:33.098 [info] Invoking resolveAuthority(ssh-remote)...
2025-01-28 07:56:33.099 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1ms] obtaining proxy...
2025-01-28 07:56:33.679 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][581ms] invoking...
2025-01-28 07:56:34.681 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1582ms] waiting...
2025-01-28 07:56:35.680 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][2582ms] waiting...
2025-01-28 07:56:36.186 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][3087ms] returned Managed(1)
2025-01-28 07:56:36.186 [info] resolveAuthority(ssh-remote) returned 'Managed(1)' after 3087 ms
2025-01-28 07:56:36.189 [info] Creating a socket (renderer-Management-f763e311-c320-4958-9bf9-82051b018d7a)...
2025-01-28 07:56:36.190 [info] Creating a socket (renderer-ExtensionHost-2f164ebe-7d6f-40c0-bad8-81ad02b5c1e5)...
2025-01-28 07:56:36.368 [info] Creating a socket (renderer-ExtensionHost-2f164ebe-7d6f-40c0-bad8-81ad02b5c1e5) was successful after 181 ms.
2025-01-28 07:56:36.369 [info] Creating a socket (renderer-Management-f763e311-c320-4958-9bf9-82051b018d7a) was successful after 182 ms.
2025-01-28 07:56:37.840 [info] Settings Sync: Account status changed from uninitialized to unavailable
2025-01-28 07:56:38.233 [info] [perf] Render performance baseline is 35ms
2025-01-28 07:56:43.375 [error] Timed out waiting for authentication provider to register
2025-01-28 07:56:57.369 [error] Canceled: Canceled
at p (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:256)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:315
at Object.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:626)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at CWt.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:1734)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:2061)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:9912)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at Rhi.clear (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1357)
at Rhi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1286)
2025-01-28 07:56:57.369 [error] Canceled: Canceled
at p (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:256)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:315
at Object.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:626)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at CWt.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:1734)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:2061)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:9912)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at Rhi.clear (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1357)
at Rhi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1286)
2025-01-28 07:56:57.369 [error] Canceled: Canceled
at p (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:256)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:315
at Object.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:626)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at CWt.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:1734)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:2061)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:9912)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at Rhi.clear (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1357)
at Rhi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1286)
2025-01-28 07:56:57.370 [error] Canceled: Canceled
at p (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:256)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:315
at Object.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:626)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at CWt.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:1734)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:2061)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:9912)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at Rhi.clear (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1357)
at Rhi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1286)
2025-01-28 07:56:57.370 [error] Canceled: Canceled
at p (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:256)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:315
at Object.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:8:626)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at CWt.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:1734)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:2061)
at cpi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:762:9912)
at xe (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:750)
at Rhi.clear (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1357)
at Rhi.dispose (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:25:1286)
2025-01-28 07:56:57.626 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:57.626 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:57.626 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-28 07:56:57.930 [info] Started local extension host with pid 13508.
2025-01-28 07:56:59.002 [info] Invoking resolveAuthority(ssh-remote)...
2025-01-28 07:56:59.002 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy...
2025-01-28 07:56:59.002 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1ms] invoking...
2025-01-28 07:57:00.009 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1008ms] waiting...
2025-01-28 07:57:01.009 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][2007ms] waiting...
2025-01-28 07:57:01.280 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][2278ms] returned Managed(1)
2025-01-28 07:57:01.280 [info] resolveAuthority(ssh-remote) returned 'Managed(1)' after 2279 ms
2025-01-28 07:57:01.281 [info] Creating a socket (renderer-Management-277f6c3b-da17-4d55-b367-bb9e4df81ce6)...
2025-01-28 07:57:01.281 [info] Creating a socket (renderer-ExtensionHost-b0cb5c6c-ee63-40e0-a07b-d6d652aa2a97)...
2025-01-28 07:57:01.464 [info] Creating a socket (renderer-Management-277f6c3b-da17-4d55-b367-bb9e4df81ce6) was successful after 184 ms.
2025-01-28 07:57:01.466 [info] Creating a socket (renderer-ExtensionHost-b0cb5c6c-ee63-40e0-a07b-d6d652aa2a97) was successful after 184 ms.
2025-01-28 07:57:02.506 [info] Settings Sync: Account status changed from uninitialized to unavailable
2025-01-28 07:57:02.802 [info] [perf] Render performance baseline is 34ms
2025-01-28 07:57:07.818 [error] Timed out waiting for authentication provider to register
2025-01-28 07:57:56.381 [error] TreeError [DebugRepl] Tree input not set: Error: TreeError [DebugRepl] Tree input not set
at lf.C (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:415:28817)
at lf.updateChildren (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:415:28724)
at oee.value (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2038:35810)
at x.B (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:30:748)
at x.C (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:30:818)
at x.fire (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:30:1036)
at Rbe.setVisible (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:518:2801)
at vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:780:11845
at Array.map (<anonymous>)
at jh.setVisible (vscode-file://vscode-app/c:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:780:11836)
2025-01-28 07:58:31.867 [error] [network] #2: https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery - error POST Canceled
2025-01-28 07:59:07.563 [error] [network] #22: https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery - error POST Canceled
2025-01-28 07:59:11.064 [info] Downloading the 'mia-hall.vscode-git-branch-sidebar' extension locally and install
2025-01-28 07:59:12.326 [info] Downloaded extension: mia-hall.vscode-git-branch-sidebar /C:/Users/bdoyle8/AppData/Roaming/Code/CachedExtensionVSIXs/mia-hall.vscode-git-branch-sidebar-1.6.2
2025-01-28 07:59:13.475 [info] Successfully installed 'mia-hall.vscode-git-branch-sidebar' extension
2025-01-28 08:03:50.093 [error] [network] #30: https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery - error POST Canceled
2025-01-28 08:11:27.650 [error] [uncaught exception in main]: Titlebar overlay is not enabled: Error: Titlebar overlay is not enabled
at vu.updateWindowControls (file:///C:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/main.js:71:49452)
at vu.n (file:///C:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/main.js:71:47265)
at vu.Q (file:///C:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/main.js:80:8705)
at vu.tryClaimWindow (file:///C:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/main.js:80:8475)
at App.<anonymous> (file:///C:/Users/bdoyle8/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/main.js:80:9718)
at App.emit (node:events:518:28)
at n._init (node:electron/js2c/browser_init:2:12818)
at openGuestWindow (node:electron/js2c/browser_init:2:101599)
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:89067)
at WebContents.emit (node:events:518:28)
| info-needed | medium | Critical |
2,815,841,912 | PowerToys | Ability to Center Active Window on Nearest Monitor | ### Description of the new feature / enhancement
When working with various tools, theres a chance a window "gets lost". Even more so, when it is a child window. This utility, https://github.com/Devail1/window-center-resize, helps with it.
### Scenario when this would be used?
When a child window is lost and other means of moving it are not working
### Supporting information
This tool is working for me at the moment:
https://github.com/Devail1/window-center-resize | Needs-Triage | low | Minor |
2,815,850,244 | electron | TLS with Ed25519 based certificates failing | ### 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 the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success.
### Electron Version
34.0.1
### What operating system(s) are you using?
Windows
### Operating System Version
Windows 11 Pro 24H2 (26100.3025)
### What arch are you using?
x64
### Last Known Working Electron version
_Probably none_
### Expected Behavior
Electron is able to deal with connections where client and/or server using certificates with Ed25519 based certificates. The testcase (see below) should generate the same output as running this with plain Node.js, like:
```text
TLS 32144: client _init handle? true
TLS 32144: client initRead handle? true buffered? false
TLS 32144: client _start handle? true connecting? false requestOCSP? false
TLS 32144: client onhandshakedone
TLS 32144: client _finishInit handle? true alpn false servername localhost
TLS 32144: client emit secureConnect. authorized: true
TLS 32144: client emit session
TLS 32144: client emit session
statusCode: 200
headers: {
date: 'Tue, 28 Jan 2025 14:14:16 GMT',
connection: 'keep-alive',
'keep-alive': 'timeout=5',
'transfer-encoding': 'chunked'
}
```
### Actual Behavior
But it produced:
```
TLS 41608: client _init handle? true
TLS 41608: client initRead handle? true buffered? false
TLS 41608: client _start handle? true connecting? false requestOCSP? false
Error: write EPROTO 1009216:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:..\..\third_party\boringssl\src\ssl\tls_record.cc:579:SSL alert number 40
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:95:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
TLS 41608: client onerror [Error: 1009216:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:..\..\third_party\boringssl\src\ssl\tls_record.cc:579:SSL alert number 40
] {
library: 'SSL routines',
function: 'OPENSSL_internal',
reason: 'SSLV3_ALERT_HANDSHAKE_FAILURE',
code: 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE'
} had? true
```
The server side (if in debug mode) reports `ERR_SSL_NO_SUITABLE_SIGNATURE_ALGORITHM`.
### Testcase Gist URL
https://github.com/blaubaer/electron-tls-ed25519-bug-testcase
### Additional Information
The same testcase works perfectly with Node.js directly, but once Electron is involved (regardless if main thread or not) it fails.
If the same server (as in the testcase) is used, connecting with the certificates and keys was also successfully tested with Golang `1.23` and Java `21`.
Electron also works with RSA 4096. | platform/windows,bug :beetle:,has-repro-repo,34-x-y | low | Critical |
2,815,851,964 | angular | Unused imports diagnostics for modules | ### Command
build
### Description
Recently the new flag "unusedStandaloneImports" was added that detects unused standalone imports in the given standalone components.
It works just fine, however there're quite a lot of use cases where modules are applicable even along with standalone components, e.g. complex UI packages like `@angular/material/tabs`, thus having the diagnostics to check whether such modules are used is also highly valuable.
I understand that resolving all dependencies of a module is much more computationally heavy operation in comparison with standalone components, but I can still see it being useful as an optional flag that can be enabled only on CI or to cleanup such imports manually from time to time.
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_ | area: compiler,compiler: extended diagnostics | low | Minor |
2,815,855,639 | rust | ICE during orphanck with the next solver involving opaque type "covered" by a fundamental type | ### Reproducer
`a.rs`: `rustc a.rs --crate-type=lib`:
```rs
#![feature(fundamental)]
pub trait Trait {}
#[fundamental]
pub struct Wrap<T>(pub T);
```
`b.rs`: `rustc b.rs --crate-type=lib --extern a -L. --edition=2021 -Znext-solver`:
```rs
#![feature(type_alias_impl_trait)]
type Opaque = a::Wrap<impl Sized>;
fn define() -> Opaque { a::Wrap(()) }
impl a::Trait for Opaque {}
```
### Compiler Output
<details><summary>Compiler output (includes backtrace)</summary>
```
thread 'rustc' panicked at compiler/rustc_hir_analysis/src/coherence/orphan.rs:481:22:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: 0x72865b08ea90 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h2f23fd9f9d9d249c
1: 0x72865b814f26 - core::fmt::write::hda581013c22cc38e
2: 0x72865c778bd1 - std::io::Write::write_fmt::h7b67a2c48701ad74
3: 0x72865b08e8f2 - std::sys::backtrace::BacktraceLock::print::hf557d5f06e408e4b
4: 0x72865b090d72 - std::panicking::default_hook::{{closure}}::h003adb2133b1767b
5: 0x72865b090bfa - std::panicking::default_hook::h16009a902eb48a3c
6: 0x72865a242759 - std[b112ec976dab40f4]::panicking::update_hook::<alloc[fdb5804898039ca3]::boxed::Box<rustc_driver_impl[8694186ee707eb2f]::install_ice_hook::{closure#1}>>::{closure#0}
7: 0x72865b0918f3 - std::panicking::rust_panic_with_hook::h1d06543d16cce998
8: 0x72865b0915b6 - std::panicking::begin_panic_handler::{{closure}}::h5b7fe21fdd65a607
9: 0x72865b08ef79 - std::sys::backtrace::__rust_end_short_backtrace::hddbdfb95dc40ef8a
10: 0x72865b0912ad - rust_begin_unwind
11: 0x728657d961e0 - core::panicking::panic_fmt::h94f5d8fdec5491a8
12: 0x72865881f19c - core::panicking::panic::hdce3ddcf69ca9a10
13: 0x7286592923c9 - core::option::unwrap_failed::h27f2e94e7dd4b9a4
14: 0x728658fdf279 - rustc_hir_analysis[13152efa0adca590]::coherence::orphan::orphan_check_impl
15: 0x72865be835a5 - rustc_query_impl[1da25cef12df1694]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[1da25cef12df1694]::query_impl::orphan_check_impl::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>
16: 0x72865be83907 - rustc_query_system[35b3a8f846374855]::query::plumbing::try_execute_query::<rustc_query_impl[1da25cef12df1694]::DynamicConfig<rustc_data_structures[eb304daffe7c7b80]::vec_cache::VecCache<rustc_span[863c7cf5cfba53d9]::def_id::LocalDefId, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[35b3a8f846374855]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1da25cef12df1694]::plumbing::QueryCtxt, false>
17: 0x72865be83334 - rustc_query_impl[1da25cef12df1694]::query_impl::orphan_check_impl::get_query_non_incr::__rust_end_short_backtrace
18: 0x72865bf6004c - rustc_hir_analysis[13152efa0adca590]::coherence::coherent_trait
19: 0x72865bf5f577 - rustc_query_impl[1da25cef12df1694]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[1da25cef12df1694]::query_impl::coherent_trait::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>
20: 0x72865bb2ebef - rustc_query_system[35b3a8f846374855]::query::plumbing::try_execute_query::<rustc_query_impl[1da25cef12df1694]::DynamicConfig<rustc_query_system[35b3a8f846374855]::query::caches::DefIdCache<rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[1da25cef12df1694]::plumbing::QueryCtxt, false>
21: 0x72865bb2dc22 - rustc_query_impl[1da25cef12df1694]::query_impl::coherent_trait::get_query_non_incr::__rust_end_short_backtrace
22: 0x72865be85b5e - rustc_hir_analysis[13152efa0adca590]::check::wfcheck::check_well_formed
23: 0x72865be84147 - rustc_query_impl[1da25cef12df1694]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[1da25cef12df1694]::query_impl::check_well_formed::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>
24: 0x72865be83be9 - rustc_query_system[35b3a8f846374855]::query::plumbing::try_execute_query::<rustc_query_impl[1da25cef12df1694]::DynamicConfig<rustc_data_structures[eb304daffe7c7b80]::vec_cache::VecCache<rustc_span[863c7cf5cfba53d9]::def_id::LocalDefId, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[35b3a8f846374855]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1da25cef12df1694]::plumbing::QueryCtxt, false>
25: 0x72865be83646 - rustc_query_impl[1da25cef12df1694]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace
26: 0x72865be8126c - rustc_hir_analysis[13152efa0adca590]::check::wfcheck::check_mod_type_wf
27: 0x72865be8108b - rustc_query_impl[1da25cef12df1694]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[1da25cef12df1694]::query_impl::check_mod_type_wf::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>
28: 0x72865c77d3c8 - rustc_query_system[35b3a8f846374855]::query::plumbing::try_execute_query::<rustc_query_impl[1da25cef12df1694]::DynamicConfig<rustc_query_system[35b3a8f846374855]::query::caches::DefaultCache<rustc_span[863c7cf5cfba53d9]::def_id::LocalModDefId, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[1da25cef12df1694]::plumbing::QueryCtxt, false>
29: 0x72865c77d170 - rustc_query_impl[1da25cef12df1694]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace
30: 0x72865bb82ce6 - rustc_hir_analysis[13152efa0adca590]::check_crate
31: 0x72865bb7f5a2 - rustc_interface[7b6200b50ffd4527]::passes::run_required_analyses
32: 0x72865c7742de - rustc_interface[7b6200b50ffd4527]::passes::analysis
33: 0x72865c7742af - rustc_query_impl[1da25cef12df1694]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[1da25cef12df1694]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 0usize]>>
34: 0x72865c75bbd5 - rustc_query_system[35b3a8f846374855]::query::plumbing::try_execute_query::<rustc_query_impl[1da25cef12df1694]::DynamicConfig<rustc_query_system[35b3a8f846374855]::query::caches::SingleCache<rustc_middle[a35b023f906b1e15]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[1da25cef12df1694]::plumbing::QueryCtxt, false>
35: 0x72865c75b90e - rustc_query_impl[1da25cef12df1694]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
36: 0x72865c788a29 - rustc_interface[7b6200b50ffd4527]::passes::create_and_enter_global_ctxt::<core[1c802f461cf195ce]::option::Option<rustc_interface[7b6200b50ffd4527]::queries::Linker>, rustc_driver_impl[8694186ee707eb2f]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
37: 0x72865c7c3dd3 - rustc_interface[7b6200b50ffd4527]::interface::run_compiler::<(), rustc_driver_impl[8694186ee707eb2f]::run_compiler::{closure#0}>::{closure#1}
38: 0x72865c6857f5 - std[b112ec976dab40f4]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7b6200b50ffd4527]::util::run_in_thread_with_globals<rustc_interface[7b6200b50ffd4527]::util::run_in_thread_pool_with_globals<rustc_interface[7b6200b50ffd4527]::interface::run_compiler<(), rustc_driver_impl[8694186ee707eb2f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
39: 0x72865c6854d9 - <<std[b112ec976dab40f4]::thread::Builder>::spawn_unchecked_<rustc_interface[7b6200b50ffd4527]::util::run_in_thread_with_globals<rustc_interface[7b6200b50ffd4527]::util::run_in_thread_pool_with_globals<rustc_interface[7b6200b50ffd4527]::interface::run_compiler<(), rustc_driver_impl[8694186ee707eb2f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[1c802f461cf195ce]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
40: 0x72865c684c6f - std::sys::pal::unix::thread::Thread::new::thread_start::hf2e53aa54a2bf93d
41: 0x728656aa339d - <unknown>
42: 0x728656b2849c - <unknown>
43: 0x0 - <unknown>
error: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: please make sure that you have updated to the latest nightly
note: rustc 1.86.0-nightly (1e9b0177d 2025-01-24) running on x86_64-unknown-linux-gnu
note: compiler flags: --crate-type lib -Z next-solver
query stack during panic:
#0 [orphan_check_impl] checking whether impl `<impl at b.rs:8:1: 8:62>` follows the orphan rules
#1 [coherent_trait] coherence checking all impls of trait `a::Trait`
... and 3 other queries... use `env RUST_BACKTRACE=1` to see the full query stack
```
</details>
### Meta
I semi-knowingly introduced this bug in #117164, see FIXMEs (I just didn't have any reproducers (this likely isn't the only one)). | I-ICE,T-compiler,C-bug,F-type_alias_impl_trait,S-has-mcve,WG-trait-system-refactor,A-coherence,F-fundamental | low | Critical |
2,815,868,290 | ui | [bug]: not able to locate the components route when running the repo locally | ### Describe the bug
I have cloned down this repo, every another route is working fine, this error is mainly coming when I am clicking on the components from the top navbar,
I am on Windows 10,
I tried running `$ pnpm --filter=www dev`, `$ pnpm dev`, `$ pnpm www:dev`, all are giving me the same error


### Affected component/components
components
### How to reproduce
try clicking the components in the local running repo
### Codesandbox/StackBlitz link
_No response_
### Logs
```bash
```
### System Info
```bash
Windows 10, Chromium
```
### Before submitting
- [x] I've made research efforts and searched the documentation
- [x] I've searched for existing issues | bug | low | Critical |
2,815,870,902 | ollama | Add install location variable to linux | I would like to specify install location either with a parameter --install-dir or with a variable $OLLAMA_INSTALL_DIR or both
the variable already exists in installer script, so it should be enough to allow overwriting it with custom value. something like:
```
export OLLAMA_INSTALL_DIR="/home/user/ollamainst"
curl -fsSL https://ollama.com/install.sh | sh
```
| feature request | low | Minor |
2,815,881,509 | flutter | [impeller] Poor performance with non-symmetrical shadows on older Android devices. | ### Steps to reproduce
It seems to happen on all the Android devices we've tested on.
1. Run the example project in profile mode (it defaults to Impeller), check the jank in DevTools' performance frames tab.
2. You can turn off elevation and notice how jank is minimized.
3. Turn on elevation again.
4. Run the project in Skia
5. Notice the jank is gone.
Seems to be related to a combination of `elevation` AND `borderRadius`.
### Code sample
https://github.com/larssn/flutter_elevation_jank
### Performance profiling on master channel
- [x] The issue still persists on the master channel
### Timeline Traces
[impeller_jank.zip](https://github.com/user-attachments/files/18574995/impeller_jank.zip)
### Video demonstration
If this is required, let me know. There's a loss of about 10fps on the SM-X200 due to jank.
### What target platforms are you seeing this bug on?
Android
### OS/Browser name and version | Device information
Android 14 - Samsung SM-X200: https://www.bosstab.com/eu/resources/tablet-guides/samsung/specs/tab-a/galaxy-tab-a8-105-2022
Android 11 - Samsung SM-T510: https://www.bosstab.com/eu/resources/tablet-guides/samsung/specs/tab-a/galaxy-tab-a-101-2021
Android 8.1 - Pax A920Pro: https://www.pax.us/wp-content/uploads/2023/12/A920Pro-Datasheet.pdf
### Does the problem occur on emulator/simulator as well as on physical devices?
Yes
### Is the problem only reproducible with Impeller?
Yes
### Logs
Let me know if needed. Only running flutter in profile mode.
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[✓] Flutter (Channel master, 3.29.0-1.0.pre.127, on macOS 15.2 24C101 darwin-arm64, locale en-US) [1,423ms]
• Flutter version 3.29.0-1.0.pre.127 on channel master at /Users/lars/workspace/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9e273d5e6e (11 hours ago), 2025-01-27 19:43:46 -0800
• Engine revision 9e273d5e6e
• Dart version 3.8.0 (build 3.8.0-24.0.dev)
• DevTools version 2.42.0
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [1,952ms]
• Android SDK at /Users/lars/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_HOME = /Users/lars/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2) [1,048ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [10ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2) [10ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
[✓] VS Code (version 1.96.4) [9ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.102.0
[✓] Connected device (4 available) [11.7s]
• Pixel 5 (mobile) • 0B011FDD4000FR • android-arm64 • Android 14 (API 34)
• Another Phone (wireless) (mobile) • 00008110-000404840C7A801E • ios • iOS 18.2.1 22C161
• macOS (desktop) • macos • darwin-arm64 • macOS 15.2 24C101 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 132.0.6834.111
[✓] Network resources [799ms]
• All expected network resources are available.
• No issues found!
```
</details>
| e: impeller,team-engine | low | Critical |
2,815,910,178 | kubernetes | Clarify When to Set the timestamp and containersStatuses Fields in PodSandboxStatusResponse | When the evented PLEG is enabled, the kubelet determines whether to retrieve container statuses from the `PodSandboxStatusResponse` by checking if its `timestamp` field is empty.
Ref: https://github.com/kubernetes/kubernetes/blob/7140b4910c6c1179c9778a7f3bb8037356febd58/pkg/kubelet/kuberuntime/kuberuntime_manager.go#L1634-L1656
However, in containerd/containerd#10740, the `timestamp` field of `PodSandboxStatusResponse` was populated, while the `containersStatuses` field was not. This clearly breaks the evented PLEG functionality.
The maintainers of containerd were unaware of how the kubelet uses the timestamp field, and there are no existing comments documenting when these fields should be populated.
To address this, I propose clarifying in the comments of `PodSandboxStatusResponse` the conditions under which the `timestamp` and `containersStatuses` fields should be set.
While this is a minor clarification, it has already caused misunderstandings and impacted real-world functionality. For this reason, I am opening an issue to discuss and formally document the expectations around these fields.
relate: #129818 | kind/documentation,sig/node,needs-triage | low | Minor |
2,815,934,812 | PowerToys | Feature Request: add color contrast calculator (WCAG) to the color picker | ### Description of the new feature / enhancement
It would be great if the color picker could calculate color contrast according to the WCAG requirements against #fff / #000 or a custom color chosen by the user. Initially, it would calculate the contrast for both #fff and #000 and indicate the contrast ration and maybe additionally a "pass" or "fail" for WCAG AA. Then the user could be able to change the background colors to any custom color he chooses.
### Scenario when this would be used?
Digital Designers have to incorporate digital accessibility guidelines in their designs.
This would help immensely with finding accessibility problems!
### Supporting information
Similar to: https://colorcontrast.app/ or https://www.aremycolorsaccessible.com/ | Needs-Triage | low | Minor |
2,815,963,639 | material-ui | [docs] Using Joy UI and Material UI together | ### Related page
https://mui.com/joy-ui/integrations/material-ui/#set-up-the-providers , https://mui.com/material-ui/integrations/theme-scoping/
### Kind of issue
Unclear explanations
### Issue description
I'm using Joy UI with Material UI. However, I dont understand which document is right.
[This correct](https://mui.com/material-ui/integrations/theme-scoping/) ;
```
import { ThemeProvider, THEME_ID, createTheme } from '@mui/material/styles';
import { AnotherThemeProvider } from 'another-ui-library';
const materialTheme = createTheme(/* your theme */);
function App() {
return (
<AnotherThemeProvider>
<ThemeProvider theme={{ [THEME_ID]: materialTheme }}>
{/* components from another library and Material UI */}
</ThemeProvider>
</AnotherThemeProvider>
);
}
```
[or this](https://mui.com/joy-ui/integrations/material-ui/#set-up-the-providers) ;
```
import {
extendTheme as materialExtendTheme,
CssVarsProvider as MaterialCssVarsProvider,
THEME_ID as MATERIAL_THEME_ID,
} from '@mui/material/styles';
import { CssVarsProvider as JoyCssVarsProvider } from '@mui/joy/styles';
import CssBaseline from '@mui/material/CssBaseline';
const materialTheme = materialExtendTheme();
export default function App() {
return (
<MaterialCssVarsProvider theme={{ [MATERIAL_THEME_ID]: materialTheme }}>
<JoyCssVarsProvider>
<CssBaseline enableColorScheme />
...Material UI and Joy UI components
</JoyCssVarsProvider>
</MaterialCssVarsProvider>
);
}
```
### Context
_No response_
**Search keywords**: using-joy-with-mui | status: waiting for maintainer,support: docs-feedback | low | Minor |
2,815,976,899 | tauri | bug: app data dir for ios | ### Describe the bug
The data dir ` app_handle.path().app_data_dir()` is throwing permission denied in ios.
### Reproduction
Used ` app_handle.path().app_data_dir().` and `std:fs` to write a json file
Throws:
```
Panic in wallet.rs:84: Could not create app data directory: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
```
### Expected behavior
_No response_
### Full `tauri info` output
```text
[✔] Environment
- OS: Mac OS 15.2.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.83.0 (90b35a623 2024-11-26)
✔ cargo: 1.83.0 (5ffbef321 2024-10-29)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 23.3.0
- pnpm: 9.1.0
- yarn: 1.22.19
- npm: 10.9.0
- bun: 1.1.13
[-] Packages
- tauri 🦀: 2.2.5
- tauri-build 🦀: 2.0.5
- wry 🦀: 0.48.1
- tao 🦀: 0.31.1
[-] Plugins
- tauri-plugin-notification 🦀: 2.2.1
- tauri-plugin-sql 🦀: 2.2.0
- tauri-plugin-positioner 🦀: 2.2.0
- tauri-plugin-persisted-scope 🦀: 2.2.0
- tauri-plugin-window-state 🦀: 2.2.1
- tauri-plugin-os 🦀: 2.2.0
- tauri-plugin-log 🦀: 2.2.1
- tauri-plugin-single-instance 🦀: 2.2.1
- tauri-plugin-fs 🦀: 2.2.0
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../build
```
### Stack trace
```text
CoinOS 0x103a78950 std::sys::backtrace::__rust_end_short_backtrace
CoinOS 0x103a7a904 _rust_begin_unwind
CoinOS 0x103b2fd28 core::panicking::panic_fmt
CoinOS 0x103b30118 core::result::unwrap_failed
CoinOS 0x1030ade6c core::result::Result<T>::expect
CoinOS 0x100c48038 app_lib::store::wallet::WalletStore::new
CoinOS 0x10099169c app_lib::run::{{closure}}::{{closure}}
CoinOS 0x100bd41e8 core::ops::function::FnOnce::call_once{{vtable.shim}}
CoinOS 0x100b64d74 alloc::boxed::Box<T>::call_once
CoinOS 0x100c612cc tauri::app::setup
CoinOS 0x100c5c880 tauri::app::App<T>::run::{{closure}}
CoinOS 0x100c912e8 tauri_runtime_wry::handle_event_loop
CoinOS 0x100c9ef4c tauri_runtime_wry::Wry<T>::run::{{closure}}
CoinOS 0x100d3cfb0 tao::platform_impl::platform::event_loop::EventLoopHandler<T>::handle_nonuser_event
CoinOS 0x102f10d04 tao::platform_impl::platform::app_state::handle_nonuser_events
CoinOS 0x102f0c07c tao::platform_impl::platform::app_state::did_finish_launching
CoinOS 0x102f1d5b0 tao::platform_impl::platform::view::create_delegate_class::did_finish_launching
UIKitCore 0x191063a9c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]
UIKitCore 0x191060d60 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:]
UIKitCore 0x190e82648 -[UIApplication _runWithMainScene:transitionContext:completion:]
UIKitCore 0x1910341a4 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:]
UIKitCore 0x190e3767c _UIScenePerformActionsWithLifecycleActionMask
UIKitCore 0x190fd7110 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke
UIKitCore 0x190fd6e20 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]
UIKitCore 0x190d9d870 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]
UIKitCore 0x190d9d590 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:]
UIKitCore 0x190d9d048 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke
UIKitCore 0x190d9c1f0 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:]
UIKitCore 0x190d9b828 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion
UIKitCore 0x190d9b4d8 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]
UIKitCore 0x190e3742c __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.229
UIKitCore 0x190e36d7c -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:]
UIKitCore 0x190e2e7a0 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:]
UIKitCore 0x190e16a90 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:]
UIKitCore 0x190e14f9c -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:]
FrontBoardServices 0x1a7eb8008 __95-[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]_block_invoke
FrontBoardServices 0x1a7eb5830 -[FBSScene _callOutQueue_coalesceClientSettingsUpdates:]
FrontBoardServices 0x1a7eb7790 -[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]
FrontBoardServices 0x1a7ecbc90 __93-[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]_block_invoke.197
FrontBoardServices 0x1a7ecb4c4 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]
FrontBoardServices 0x1a7edab8c -[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]
libdispatch 0x19617bfa4 _dispatch_client_callout
libdispatch 0x19617f9ec _dispatch_block_invoke_direct
FrontBoardServices 0x1a7ec4374 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__
FrontBoardServices 0x1a7ec42f4 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible]
FrontBoardServices 0x1a7ec41cc -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource]
CoreFoundation 0x18e43ff38 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
CoreFoundation 0x18e43fecc __CFRunLoopDoSource0
CoreFoundation 0x18e442b2c __CFRunLoopDoSources0
CoreFoundation 0x18e441d28 __CFRunLoopRun
CoreFoundation 0x18e494270 CFRunLoopRunSpecific
GraphicsServices 0x1db5dd4bc GSEventRunModal
UIKitCore 0x190fd6778 -[UIApplication _run]
UIKitCore 0x190bfce60 UIApplicationMain
CoinOS 0x100d3d894 tao::platform_impl::platform::event_loop::EventLoop<T>::run
CoinOS 0x100e20d9c tao::event_loop::EventLoop<T>::run
CoinOS 0x100c9eaa4 tauri_runtime_wry::Wry<T>::run
CoinOS 0x100c5c754 tauri::app::App<T>::run
CoinOS 0x100c5cd48 tauri::app::Builder<T>::run
CoinOS 0x1009911ec app_lib::run::{{closure}}
CoinOS 0x100bc7a1c tokio::runtime::park::CachedParkThread::block_on::{{closure}}
CoinOS 0x100bc6e44 tokio::runtime::park::CachedParkThread::block_on
CoinOS 0x100cd87dc tokio::runtime::context::blocking::BlockingRegionGuard::block_on
CoinOS 0x100cadf20 tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
CoinOS 0x100d37218 tokio::runtime::context::runtime::enter_runtime
CoinOS 0x100caded4 tokio::runtime::scheduler::multi_thread::MultiThread::block_on
CoinOS 0x100e24344 tokio::runtime::runtime::Runtime::block_on_inner
CoinOS 0x100e24604 tokio::runtime::runtime::Runtime::block_on
CoinOS 0x100b7ce68 tauri::async_runtime::Runtime::block_on
CoinOS 0x100b7a37c tauri::async_runtime::GlobalRuntime::block_on
CoinOS 0x100b7cef0 tauri::async_runtime::block_on
CoinOS 0x100b10e0c app_lib::run_wrapper
CoinOS 0x100bd86bc core::ops::function::FnOnce::call_once
CoinOS 0x100d48750 core::panic::unwind_safe::AssertUnwindSafe<T>::call_once
CoinOS 0x100b83568 std::panicking::try::do_call
CoinOS 0x100e08660 ___rust_try
CoinOS 0x100e0625c std::panic::catch_unwind
CoinOS 0x100990c40 app_lib::stop_unwind
CoinOS 0x100b10e28 app_lib::_start_app
CoinOS 0x100b10e3c _start_app
CoinOS 0x100984024 _main
```
### Additional context
On the other hand: this is working: ` dirs::home_dir().expect("Failed to retrieve home directory");` even for ios.Using home dir to store files!! | type: bug,status: needs triage,platform: iOS | low | Critical |
2,815,981,101 | neovim | `on_detach` on `nvim_buf_attach` is not triggered with returning truthy value | ### Problem
It appears that `on_detach` on `nvim_buf_attach` is not triggered when buffer is detached by `on_bytes` returning a truthy value.
### Steps to reproduce
It appears that `on_detach` on `nvim_buf_attach` is not triggered when buffer is detached by `on_bytes` returning a truthy value.
(Detached by `:bwipe` did work as expected.)
1. Prepare the minimal lua script (issue-on_detach.lua):
```lua
local count = 0
vim.api.nvim_buf_attach(0, false, {
on_bytes = function()
vim.notify("count = " .. count)
count = count + 1
if count > 2 then
vim.notify("detaching")
-- Return truthy to detach,
return vim.print(true)
end
end,
on_detach = function()
-- but `on_detach` is not triggered.
vim.notify("detached")
end,
})
vim.notify("loaded")
```
2. Start nvim with the lua script:
```sh
nvim --clean -u NONE -S issue-on_detach.lua
```
NOTE: Loading by `-u` did not work.
```sh
nvim --clean -u issue-on_detach.lua
```
3. Input some texts like "foobar" in the empty buffer.
4. Run `:messages`, but no "detached" in the output.
```log
loaded
count = 0
count = 1
count = 2
detaching
true
```
### Expected behavior
```
loaded
count = 0
count = 1
count = 2
detaching
true
detached
```
### Nvim version (nvim -v)
NVIM v0.11.0-dev-c4749679
### Vim (not Nvim) behaves the same?
no
### Operating system/version
NixOS 24.11
### Terminal name/version
alacritty 0.14.0
### $TERM environment variable
tmux-256color
### Installation
bob or nix | api | low | Minor |
2,815,988,658 | flutter | Remove direct usages of python3 and replace with vpython3 | Email to Luci announce https://groups.google.com/a/google.com/g/flutter-team/c/_kU2X6e0aF8/m/BOtIA4tREgAJ?utm_medium=email&utm_source=footer
luci is moving from python 3.8 to 3.11 (https://chrome-internal-review.googlesource.com/c/infradata/config/+/7983127,)
If you are using vpython3, this change will not affect you - vpython3 allows you to specify the version of python in your .vpython3 spec. This will only affect processes which run `python3` directly. Recipes are an example of this - they have been using 3.11 for [about a year](https://chromium.googlesource.com/infra/luci/recipes-py/+/bc823506675bfff173e2af808db497d7c11a484c) a this point.
There are places in ourcodebase where we call python3 directly.
[General search](https://github.com/search?q=repo%3Aflutter%2Fflutter%20python3&type=code)
Specific examples:
* https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/dev/bots/prepare_package/archive_publisher.dart#L180
* https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/engine/src/flutter/tools/gn#L833
* https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/dev/bots/test/prepare_package_test.dart#L495
* https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/engine/src/flutter/ci/impeller_cmake_build_test.py#L74
*
Lots of places where we use `!/usr/bin/env python3` [example](https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/engine/src/flutter/tools/fuchsia/depfile_path_to_relative.py#L1) at the top of a file instead of `#!/usr/bin/env vpython3` [vpython example](https://github.com/flutter/flutter/blob/9e273d5e6e2e75336f26951a09aba0f5656a7e77/engine/src/flutter/tools/githooks/pre-push#L1)
| team-infra,fyi-engine | low | Minor |
2,816,020,315 | vscode | `registerDocumentPasteEditProvider` misses the blurb about multiple provider case | Testing #238916
With `registerXYZ`-functions we usually document what happens when multiple providers are selected, like [here](https://github.com/microsoft/vscode/blob/7a3d738bbb52a0222cbd97277b07d93113b79139/src/vscode-dts/vscode.d.ts#L14859-L14861). This is missing for the paste-provider | bug | low | Minor |
2,816,063,634 | angular | Angular 19 - Signal Inputs and Web Components routed vs page load | ### Which @angular/* package(s) are the source of the bug?
elements
### Is this a regression?
Yes
### Description
We are experiencing an issue with input signals in a web component. When navigating to a page containing the web component via routing, the input signals are set correctly. However, if the page is reloaded directly (e.g., by refreshing the browser), the input signals are not initialized as expected.
Switching from input() to @Input resolves the issue. Below is a reproduction of the problem:
Steps to Reproduce:
Run the app and web component server as outlined in the README.
Navigate to http://localhost:5500/.
Click on "Go to Counter".
Observe that the initial values are correctly set to 5 and 10.
Refresh the browser.
Notice that the initial values revert to 0.
This behavior occurs for various input types, including booleans, objects, and numbers.
### Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/~/github.com/vickieallen-certua/angular-input-signals-web-components
### Please provide the exception or error you saw
```true
```
### Please provide the environment you discovered this bug in (run `ng version`)
```true
Angular CLI: 19.1.4
Node: 18.20.3
Package Manager: npm 10.2.3
OS: linux x64
Angular: 19.1.3
... animations, common, compiler, compiler-cli, core, elements
... forms, platform-browser, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1901.4
@angular-devkit/build-angular 19.1.4
@angular-devkit/core 19.1.4
@angular-devkit/schematics 19.1.4
@angular/cli 19.1.4
@schematics/angular 19.1.4
rxjs 7.8.1
typescript 5.5.4
zone.js 0.15.0
```
### Anything else?
_No response_ | area: elements | low | Critical |
2,816,071,271 | electron | Crash with 0x80000003 | ### 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 the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success.
### Electron Version
34.0.1
### What operating system(s) are you using?
Windows
### Operating System Version
Windows 11 Professionnel
### What arch are you using?
x64
### Last Known Working Electron version
_No response_
### Expected Behavior
My app generated with electron dont crash, or crash with a more specific error message.
### Actual Behavior
My app generated with electron crash.
### Testcase Gist URL
_No response_
### Additional Information
This is the linked crash report : [677bf7cc-40e6-4a67-95ef-d8d0f8ee7cb5.dmp](https://github.com/user-attachments/files/18575807/677bf7cc-40e6-4a67-95ef-d8d0f8ee7cb5.dmp)
The bug is also in 34.0.0. I saw it in different computers. I saw it in dev mode, and also in production.
The crash seems to happen when the rendererProcess has one or more webRTC connexion, and we both spam channel activation/deactivation in both end. For example these channels can be micro or camera.
This is the line causing the bug :
 | platform/windows,crash :boom:,bug :beetle:,blocked/need-repro,34-x-y | low | Critical |
2,816,076,913 | rust | Tracking issue for release notes of #135439: Make `-O` mean `OptLevel::Aggressive` |
This issue tracks the release notes text for #135439.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
````markdown
# Compiler
- [Make `-O` mean opt-level 3 instead of 2 to match Cargo's defaults](https://github.com/rust-lang/rust/pull/135439)
````
> [!TIP]
> Use the [previous releases](https://doc.rust-lang.org/nightly/releases.html) categories to help choose which one(s) to use.
> The category will be de-duplicated with all the other ones by the release team.
>
> *More than one section can be included if needed.*
### Release blog section
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
*Otherwise leave it empty.*
````markdown
````
cc @clubby789 -- origin issue/PR authors and assignees for starting to draft text
| T-compiler,relnotes,relnotes-tracking-issue | low | Minor |
Subsets and Splits