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,754,697,198 | TypeScript | Inconsistent types between Document scrollingElement and documentElement | ### ๐ Search Terms
I think `document.scrollingElement` should be of type `Document["documentElement"] | null` instead of `Element | null`. The spec (e.g. [this](https://developer.mozilla.org/en-US/docs/Web/API/Document/scrollingElement) and [this](https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement)) says that in standards mode `scrollingElement` returns the document root, which is `document.documentElement` and in quirks mode returns `document.body` or `null`.
`document.body` is always `HTMLElement` (right?) In principle, `document.documentElement` does not have to be `HTMLElement` (and there's an open issue about this, #29052, but currently `Document.documentElement` is still defined as `HTMLElement`, for some reason. So how come `document.scrollingElement` is not `HTMLElement | null`?
### ๐ Version & Regression Information
N/A
### โฏ Playground Link
_No response_
### ๐ป Code
```ts
// Your code here
```
### ๐ Actual behavior
`document.scrollingElement` is of type `Element | null` whereas `document.documentElement` and `document.body` are both of type `HTMLElement`.
### ๐ Expected behavior
The non-null part of `document.scrollingElement` should be the same type as `document.documentElement`, which technically should be `Element`, but if `document.documentElement` is left as `HTMLElement`, as is currently, then `document.scrollingElement` should also be this.
### Additional information about the issue
_No response_ | Bug,Help Wanted,Domain: lib.d.ts | low | Minor |
2,754,709,488 | angular | Forms documentation is out-of-date | ### Describe the problem that you experienced
The documentation on Reactive Forms describes how ReactiveFormsModule must be imported into your NgModule.
https://angular.dev/guide/forms/reactive-forms#import-the-reactiveformsmodule
It doesn't describe how to use reactive forms with standalone components at all.
Is this another one of those areas (like [this](https://github.com/angular/angular/issues/58583) one) where we will be told that we shouldn't bother looking for answers in the official documentation?
Neither the Routing nor the Forms documentation is up-to-date for v19. These are key systems!
You've clearly been working on the change from module-based to standalone components for a couple of years now, but the different parts of the documentation are variously described either from a standalone or module-based perspective, with no feature described in both scenarios.
And when this is pointed out the response is that we shouldn't expect to find useful information about this in the official docs.
It's really bad.
### Enter the URL of the topic with the problem
https://angular.dev/guide/forms/reactive-forms#import-the-reactiveformsmodule
### Describe what you were looking for in the documentation
_No response_
### Describe the actions that led you to experience the problem
_No response_
### Describe what you want to experience that would fix the problem
_No response_
### Add a screenshot if that helps illustrate the problem
_No response_
### If this problem caused an exception or error, please paste it here
```true
```
### If the problem is browser-specific, please specify the device, OS, browser, and version
```true
```
### Provide any additional information here in as much as detail as you can
```true
``` | area: forms,area: docs | low | Critical |
2,754,725,441 | yt-dlp | support for 360research / motilaloswal.com | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [X] I've checked that none of provided URLs [violate any copyrights](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#is-the-website-primarily-used-for-piracy) or contain any [DRM](https://en.wikipedia.org/wiki/Digital_rights_management) to the best of my knowledge
- [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 issues **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)
- [X] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and am willing to share it if required
### Region
_No response_
### Example URLs
https://prd.motilaloswal.com/edumo/videos/webinar/154
### Provide a description that is worded well enough to be understood
i want to download videos from the website called 360research(link is pasted above with the desired video that i want to download) the website is like you have to make an account pay a certain amount to access the course and watch it online only but i want to download it to i can refer later on and they(360research website doesnt have an download option) i have tried installing yt dlp and tried downloading using "yt-dlp https://prd.motilaloswal.com/edumo/videos/webinar/154" in the terminal and it shows it is an unsupported URL...
### 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', 'yt-dlp', 'https://prd.motilaloswal.com/edumo/videos/webinar/154']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [542166962] (pip)
[debug] Python 3.13.1 (CPython x86_64 64bit) - macOS-14.6.1-x86_64-i386-64bit-Mach-O (OpenSSL 3.4.0 22 Oct 2024)
[debug] exe versions: ffmpeg 7.1 (setts), ffprobe 7.1
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.12.14, mutagen-1.47.0, requests-2.32.3, sqlite3-3.47.2, urllib3-2.2.3, websockets-14.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1837 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp)
[CommonMistakes] Extracting URL: yt-dlp
ERROR: [CommonMistakes] You've asked yt-dlp to download the URL "yt-dlp". That doesn't make any sense. Simply remove the parameter in your command or configuration.
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/extractor/common.py", line 742, in extract
ie_result = self._real_extract(url)
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/extractor/commonmistakes.py", line 25, in _real_extract
raise ExtractorError(msg, expected=True)
[generic] Extracting URL: https://prd.motilaloswal.com/edumo/videos/webinar/154
[generic] 154: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 154: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://prd.motilaloswal.com/edumo/videos/webinar/154
Traceback (most recent call last):
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/YoutubeDL.py", line 1624, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/YoutubeDL.py", line 1759, in __extract_info
ie_result = ie.extract(url)
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/extractor/common.py", line 742, in extract
ie_result = self._real_extract(url)
File "/usr/local/Cellar/yt-dlp/2024.12.13/libexec/lib/python3.13/site-packages/yt_dlp/extractor/generic.py", line 2553, in _real_extract
raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://prd.motilaloswal.com/edumo/videos/webinar/154
```
| site-request,account-needed,triage,can-share-account | low | Critical |
2,754,730,002 | langchain | Unable to execute related query functions using CassandraDatabaseToolkit. | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
### Example Code
```python
# Import necessary libraries
import os
import cassio
from langchain import hub
from langchain.agents import AgentExecutor, create_openai_tools_agent
from langchain_community.agent_toolkits.cassandra_database.toolkit import (
CassandraDatabaseToolkit,
)
from langchain_community.tools.cassandra_database.prompt import QUERY_PATH_PROMPT
from langchain_community.utilities.cassandra_database import CassandraDatabase
from langchain_openai import ChatOpenAI
from dotenv import load_dotenv
def init_cassandra():
load_dotenv(override=True)
cassio.init(auto=True)
session = cassio.config.resolve_session()
if not session:
raise Exception(
"Check environment configuration or manually configure cassio connection parameters"
)
session.execute("""DROP KEYSPACE IF EXISTS langchain_agent_test; """)
session.execute(
"""
CREATE KEYSPACE if not exists langchain_agent_test
WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
"""
)
session.execute(
"""
CREATE TABLE IF NOT EXISTS langchain_agent_test.user_credentials (
user_email text PRIMARY KEY,
user_id UUID,
password TEXT
);
"""
)
session.execute(
"""
CREATE TABLE IF NOT EXISTS langchain_agent_test.users (
id UUID PRIMARY KEY,
name TEXT,
email TEXT
);"""
)
session.execute(
"""
CREATE TABLE IF NOT EXISTS langchain_agent_test.user_videos (
user_id UUID,
video_id UUID,
title TEXT,
description TEXT,
PRIMARY KEY (user_id, video_id)
);
"""
)
user_id = "522b1fe2-2e36-4cef-a667-cd4237d08b89"
video_id = "27066014-bad7-9f58-5a30-f63fe03718f6"
session.execute(
f"""
INSERT INTO langchain_agent_test.user_credentials (user_id, user_email)
VALUES ({user_id}, '[email protected]');
"""
)
session.execute(
f"""
INSERT INTO langchain_agent_test.users (id, name, email)
VALUES ({user_id}, 'Patrick McFadin', '[email protected]');
"""
)
session.execute(
f"""
INSERT INTO langchain_agent_test.user_videos (user_id, video_id, title)
VALUES ({user_id}, {video_id}, 'Use Langflow to Build a LangChain LLM Application in 5 Minutes');
"""
)
session.set_keyspace("langchain_agent_test")
def test_sql_agent(prompt):
load_dotenv(override=True)
cassio.init(auto=True)
session = cassio.config.resolve_session()
if not session:
raise Exception(
"Check environment configuration or manually configure cassio connection parameters"
)
db = CassandraDatabase(session=session)
llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo")
toolkit = CassandraDatabaseToolkit(db=db)
tools = toolkit.get_tools()
print("Available tools:")
for tool in tools:
print(tool.name + "\t- " + tool.description)
agent = create_openai_tools_agent(llm, tools, hub.pull("hwchase17/openai-tools-agent"))
input = (
QUERY_PATH_PROMPT
+ "\n\n" + prompt
)
agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
response = agent_executor.invoke({"input": input})
print(response["output"])
if __name__ == "__main__":
# init_cassandra()
prompt = f"Here is your task: In the langchain_agent_test keyspace Find all the videos that the user with the email address '[email protected]' has uploaded to the langchain_agent_test keyspace and tell me the result"
test_sql_agent(prompt)
```
### Error Message and Stack Trace (if applicable)
_No response_
### Description
I want to use CassandraDatabaseToolkit to process data. I referred to the tutorial at https://python.langchain.com/v0.2/docs/integrations/tools/cassandra_database/, but unfortunately, my output is completely different from what is shown in the documentation. Through debugging, we found that it directly returned ActionFinish without executing the tools. Further analysis revealed that tool_calls is empty. Could you please explain why this is happening?
### System Info
openai==1.14.0
langchain-community==0.3.18 | ๐ค:bug | low | Critical |
2,754,746,873 | kubernetes | kubelet ignores updated `etcd.yaml` and monitors only `etcd.yaml.backup` | ### What happened?
During the `kubeadm upgrade` process, `kubeadm` creates a backup of the existing etcd manifest (`etcd.yaml.backup`) and updates the `etcd.yaml` manifest to a newer version (e.g., from etcd 3.4.13-0 to 3.5.16-0). However, post-upgrade, the `kubelet` appears to ignore the updated `etcd.yaml` and continues to monitor and apply changes only to `etcd.yaml.backup`. This behavior prevents the etcd cluster from upgrading, causing the `kubeadm upgrade` process to fail.
### What did you expect to happen?
After initiating the kubeadm upgrade:
- kubeadm should update the etcd.yaml manifest to the new etcd version (3.5.16-0).
- kubelet should detect changes in etcd.yaml, apply the updated configuration, and successfully upgrade the etcd cluster to version 3.5.16-0.
- The etcd.yaml.backup should remain as a backup and kubelet should continue to monitor only the primary etcd.yaml manifest.
### How can we reproduce it (as minimally and precisely as possible)?
There are two methods to reproduce the issue: Automated Upgrade via kubeadm and Manual Updating of etcd.
**Automated Upgrade via kubeadm:**
- Attempt to upgrade the cluster using kubeadm to upgrade etcd to version 3.5.16-0:
> `kubeadm upgrade apply v1.32.0`
- kubeadm creates `etcd.yaml.backup` and updates `etcd.yaml` to version 3.5.16-0.
- `kubelet` ignores `etcd.yaml`(verison 3.5.16-0 ) and only monitors `etcd.yaml.backup` ( version 3.4.13-0), preventing the etcd upgrade.
**Manual :**
- Create a backup of the existing `etcd.yaml` file:
`cp /etc/kubernetes/manifests/etcd.yaml /etc/kubernetes/manifests/etcd.yaml.backup`
- Open etcd.yaml in a text editor and update the etcd image version from `3.4.13-0` to `3.5.16-0`.
- Restart the kubelet service:
`systemctl restart kubelet`
### Anything else we need to know?
_No response_
### Kubernetes version
<details>
```console
$ kubectl version
Client Version: v1.32.0
Kustomize Version: v5.5.0
Server Version: v1.31.4
```
</details>
### Cloud provider
<details>
On-premises bare-metal servers
</details>
### OS version
<details>
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```
</details>
### Install tools
<details>
</details>
### Container runtime (CRI) and version (if applicable)
<details>
containerd
</details>
### Related plugins (CNI, CSI, ...) and versions (if applicable)
<details>
</details>
| kind/documentation,kind/support,sig/node,triage/accepted | low | Major |
2,754,754,703 | PowerToys | Reduce excess query from history plugin | ### Description of the new feature / enhancement
I don't really know how this would be implemented, but some ideas are:
1. Delay the history query so it doesn't query on every key stroke.
2. Option to exclude a plugin from history.
3. Add some kind of metadata to queries invoked by history so plugins can handle it differently.
4. Removed show in global result option
### Scenario when this would be used?
My plugin, EverythingPowerToys, is having issues dealing with the amount of queries sent by history.
The TLDR is that if history's show in global results is enabled, everytime a user does a search, history generates a bunch of query requests, which leads to a long query time and impacts performance.
Full details here:
https://github.com/lin-ycv/EverythingPowerToys/issues/149#issuecomment-2558387766
### Supporting information
Was going to file this as a bug, but it's technically working as intended.
This is an edge case, but I would imaging the same thing happens with the windows search plugin?
And if there's some kind of plugin that's paid to run (AI API?), this situation would generate unneeded runs. | Needs-Triage | low | Critical |
2,754,758,762 | vscode | Auto imports on the fly as you type | <!-- โ ๏ธโ ๏ธ 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. -->
So, since we now have paste imports the only one missing feature is auto imports on the fly as you type, to summarize it best here is short description from WebStorm (which contains this feature):
> Unambiguous imports on the fly. WebStorm adds import statements when you type your code or paste a fragment with a symbol that is not yet imported if there is only one source to import the symbol from.
I tried it and I do believe this is amazing DX boost especially who work without suggest widget and rely on inline suggestions, because you can type `path.` and it auto imports `path` from Node.js by adding at the top: `import { path } from 'path'` or adds to an existing import. This saves a lot of time, because otherwise you're left with an quick fix or keyboard shortcut to import missing imports which is pain to do when you're typing fast and just want feedback as soon as possible and not to manually do additional action. | feature-request | low | Minor |
2,754,787,613 | godot | Godot forward plus crashes on Intel i5-10310U / Intel CometLake-U GT2 | ### Tested versions
Only tested in godot-mono 4.3-5
### System information
Arch Linux
### Issue description
Issue exists in both godot and godot-mono. Mesa drivers are installed. When I try to create a forward plus project in godot, it errors with this and crashes. (even if I am running xorg):
ERROR: Can't create the Wayland display server.
Launches fine with 'compatibility'
### Steps to reproduce
Launch godot on a dell latitude 7410 with an Intel i5-10310U / Intel CometLake-U GT2 running arch linux.
Try to create a forward plus project and run it.
### Minimal reproduction project (MRP)
[first-project.zip](https://github.com/user-attachments/files/18222905/first-project.zip)
| bug,platform:linuxbsd,needs testing,crash | low | Critical |
2,754,793,823 | PowerToys | Option to activate "Find my mouse" automatically when the mouse is used after some inactivity | ### Description of the new feature / enhancement
Activate the mousefinder automatically after a specified time of mouse-non-activity and deactivate it after a specified amount of time automatically then as well. This is a game-changer for any office worker with multiple or large screens!
There was a utility for MacOs which did exactly that.

See also https://www.youtube.com/watch?v=5CuQ0dgugjc
Optional: allow also a shortcut in addition, which would double as a mouse-highlighter (no need to have two different shortcuts for one function).
### Scenario when this would be used?
When using large screens that would be hugely beneficial not to need to shake the mouse or press keyboard shortcuts to show the mouse!
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,754,794,282 | vscode | Crash with Illegal Instruction under Rosetta2 emulation in remote container |
Type: <b>Bug</b>
I'm running a x64 container on my M2 MacBook.
The entire container seems to randomly crash with `Illegal Instruction`:
```
2024-12-22 15:38:44 Container started
2024-12-22 16:27:41 Container started
2024-12-22 16:46:43 Container started
2024-12-22 16:27:27 Illegal instruction
2024-12-22 16:46:32 Illegal instruction
2024-12-22 17:09:36 Illegal instruction
2024-12-22 17:47:34 Illegal instruction
2024-12-22 17:49:43 Illegal instruction
2024-12-22 18:05:51 Illegal instruction
2024-12-22 18:37:52 Illegal instruction
2024-12-22 19:11:42 Illegal instruction
2024-12-22 17:15:07 Container started
2024-12-22 17:45:01 Container started
2024-12-22 17:47:53 Container started
2024-12-22 17:50:00 Container started
2024-12-22 17:53:28 Container started
2024-12-22 18:06:40 Container started
2024-12-22 18:23:54 Container started
2024-12-22 18:37:08 Container started
2024-12-22 18:38:00 Container started
2024-12-22 18:46:27 Container started
2024-12-22 19:40:52 Container started
```
This usually means something is trying to use AVX2 instructions which can't be emulated by Rosetta.
The crashes seem to be somehow related to Jupyter Notebooks: The crashes seem to occur more frequently when I search for a Jupyter Kernel.
Sometimes the container also crashes when it is idle for 1h.
I don't know if the issue is related to an extension or not because the remote extension host also seems to randomly crash, but it doesn't take the entire container down.
I didn't experience crashes when running the container without vscode.
I also found #214630 but I'm not sure if this is related because the extension host starts most of the time without any crashes.
VS Code version: Code 1.96.2 (Universal) (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Darwin arm64 24.2.0
Modes:
Remote OS version: Linux x64 6.10.14-linuxkit
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M2 (8 x 2400)|
|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>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|
|Load (avg)|5, 4, 3|
|Memory (System)|8.00GB (0.08GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
|Item|Value|
|---|---|
|Remote|Entwicklungscontainer: Anaconda (Python 3) @ desktop-linux|
|OS|Linux x64 6.10.14-linuxkit|
|CPUs|unknown (8 x 0)|
|Memory (System)|3.83GB (2.33GB free)|
|VM|0%|
</details><details><summary>Extensions (11)</summary>
Extension|Author (truncated)|Version
---|---|---
jupyter-keymap|ms-|1.1.2
remote-containers|ms-|0.394.0
vscode-language-pack-de|MS-|1.96.2024121109
debugpy|ms-|2024.14.0
python|ms-|2024.22.0
vscode-pylance|ms-|2024.12.1
jupyter|ms-|2024.11.0
jupyter-keymap|ms-|1.1.2
jupyter-renderers|ms-|1.0.21
vscode-jupyter-cell-tags|ms-|0.1.9
vscode-jupyter-slideshow|ms-|0.1.6
</details>
<!-- generated by issue reporter --> | freeze-slow-crash-leak,remote | low | Critical |
2,754,810,176 | godot | Godot 4.4 throws errors when using `await` on EditorPlugin | ### Tested versions
- Reproducible: 4.4-dev1 and 4.4-dev7
- Not Reproducible: 4.3-stable
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1650 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (8 threads)
### Issue description
When the editor starts up, calling code from an Autoload to an EditorPlugin with a function that uses `while` and `await` will result in either:
- Working fine.
- Throwing a Bad Address Index error.
- Throwing an Internal Script error with opcode 0, 1 or 99.
- Crashing to desktop.

### Steps to reproduce
The MRP will throw the error when opening the project. If it doesn't, use "Project > Reload Current Project" as sometimes it may simply work.
This problem seems to require a combination of a few situations to happen:
- The EditorPlugin must be enabled. The issue vanishes when disabled, even if there are no changes in the script execution.
- The function must be called from the Autoloader to the EditorPlugin, if called from inside the EditorPlugin, it works fine.
- the EditorPlugin class must be loaded inside the function using `load()`. Works fine with a preloaded variable on the class scope.
- The `await` must be inside the `while` loop.
Some background on why I'm running code like this:
- To isolate editor access to only inside the EditorPlugin class.
- My plugin checks for a resource file, if it doesn't exist, creates the file and updates the FileSystem if it's in editor mode.
- After v4.2 or v4.3, the FileSystem takes a while to load and during that time any new files or requests to update are ignored.
- I can't use `preload()` because EditorPlugin classes are not exported to runtime.
### Minimal reproduction project (MRP)
[project_bad_address.zip](https://github.com/user-attachments/files/18223024/project_bad_address.zip) | bug,topic:editor,confirmed,regression | low | Critical |
2,754,812,498 | PowerToys | PowerToys Run Plugin interface cannot enforce result order | ### Microsoft PowerToys version
0.87.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
I'm not sure whether it is a bug or something weird that is either not documented or I could not find the documentation for, but here we go:
When making a plugin, it is not possible to fix the order of the results from the plugin side for specific sets of searches.
Let's take a specific example, which is a barebone plugin (not global, no result tuning [although] that does not matter because it is a user setting which should be possible to ignore on purpose), and the following Query function:
```c#
public List<Result> Query(Query query) {
List<Result> results = [];
string[] items = query.Search.Split(";");
for (int index = 0; index < items.Length; index++) {
results.Add(new Result {
Title = items[index],
Score = items.Length - index,
SelectedCount = 0,
Action = actionContext => {
this.Context.API.ChangeQuery(query.RawQuery, true);
return false;
},
});
results.Last().SubTitle = $"{Context.CurrentPluginMetadata.WeightBoost} - {results.Last().Score} - {results.Last().SelectedCount}";
}
return results;
}
```
The interface for ordering, as far as I know, is the `Score`, and it does work until something is selected, which in general makes sense because of the order tuning, but the issue is that the order tuning cannot be avoided from the plugin side properly when a set of results are meant to have a strict order (I want to have it most of the time, but sometimes I to provide a strict order)
As it can be seen above, I tried to also set the `SelectedCount` based on a snippet I found in the PowerToys source code (PowerLauncher > ResultsViewModel > Sort), and while I did not spend much time on it, I assume that is more or less what is happening (please correct me if I'm wrong)

The issue is that while I have no weight boost and have a good score the `SelectedCount` seems to have no effect because as I select something, it jumps to the top regardless, and that persists, even though the results are recreated with 0 `SelectedCount`, so I don't get what the `SelectedCount` does at all (which is mostly why I marked this as a bug, but it's the smaller issue)
Technically I could multiply the scores, but that's just a weird workaround, which works until it doesn't as the user selects enough stuff, and making the user change the tuning is not a good solution, especially when in some cases the tuning is preferred within the same plugin.
In case it is not a bug, and the method to do fixed ordering exists, I'd appreciate a link to the docs, and if there are no docs, then I'd appreciate help with this, and some docs to be made on the plugin and result interface because I can't find docs when it comes to doing anything meaningful
### โ๏ธ Expected Behavior
The code above does this regardless of selecting items

### โ Actual Behavior
The code above does this after selecting items

### Other Software
_No response_ | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,817,595 | angular | feat(signal): better guardrails to avoid wrong signal object mutations | ### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Hey!
I'm aware that the "not reactive" mutation of signal-objects is a known tradeoff (see for example https://github.com/angular/angular/issues/58440). Nevertheless, I wonder if there's really no way to mitigate the potential problems coming from it by throwing some sort of errors (at least at dev time).
Here is a minimal example:
```ts
@Injectable({
providedIn: 'root',
})
export class Store {
private readonly state = signal({ value: 0 });
readonly counter = computed(() => this.state());
readonly frozenCounter = computed(() => Object.freeze(this.state()));
increase() {
this.state.update((v) => ({ ...v, value: v.value + 1 }));
}
decrease() {
this.state.update((v) => ({ ...v, value: v.value - 1 }));
}
}
@Component({
template: `
<h3>App</h3>
<p>Computed: {{ value() }}</p>
<p>Store: {{ store.counter().value }}</p>
`,
})
export class App {
protected readonly store = inject(Store);
protected readonly value = computed(() => this.store.counter().value);
increase() {
// this.store.increase(); // โ
correct
this.store.counter().value++; // โ wrong, but no error
// this.store.frozenCounter().value++; // โ
fine: throws an error
}
decrease() {
// this.store.decrease(); // โ
correct
this.store.counter().value--; // โ wrong, but no error
// this.store.frozenCounter().value--; // โ
fine: throws an error
}
}
```
https://stackblitz.com/edit/stackblitz-starters-bqez6f1y
A service acting as a store is just a popular use case, but essentially any signal having an object is potentially affected by the same problem. In all such cases, exposing / passing `computeds` or `readonly` signals don't make 100% sure the state cannot be accidentally mutated. At least, I'm not aware of any "ng-way" to achieve it.
So I wonder: would be freezing / deepFreezing signals something the team has considered? For example as an opt-in in dev mode... [as recently done by ngrx-store team](https://github.com/ngrx/platform/blob/main/CHANGELOG.md#breaking-changes-1). Alternatively, any other suggestion in userland to address the problem?
I understand this might favour a more "strictly immutable approach" to the data flow... and in general, it might make the signal implementation more complicated.
I hope I haven't missed anything trivial (in case sorry).
Thanks a lot!
### Proposed solution
That I'm aware of:
- Opt-in freeze / deepFreeze for all signals (at least in dev mode) + runtime errors,
- expose a `read` / `transform` / ... option for signal / computed and cherry-pick the cases to freeze: `const state = signal({ value: 0 }, {read: Object.freeze})` + runtime errors,
- purely at ts level (likely impossible => breaking change + I'm for sure missing something else ๐
):
```ts
// freeze case, deepFreeze likely more complicated (if DeepReadonly possible ๐
)
type Readonly<T> = { readonly [P in keyof T]: T[P] };
declare function computed<T>(computation: () => T, options?: CreateComputedOptions<T>): Signal<Readonly<T>>;
```
| area: core,core: reactivity,cross-cutting: signals | low | Critical |
2,754,822,459 | vscode | Method moved from file A to B. It caused both editor and source control issues |
Type: <b>Bug</b>
Before you close it as a duplicate: It is NOT the known line ending issue. A whole function misses.
Steps that I did:
- Added a method `ManageUrlsHandler` to a file dashboard.go
- Later, I moved it to shortener_handler.go (I used CTRL-X; CTRL-V)
Experienced:
- When I open dashboard.go, it doesn't show any change 
- When I open shortener_handler.go, it shows the function
- go build reports the method as it is declared twice 
- checked the source control tab: it lists dashboard.go as file that changed
- I double click on it. And vscode doesn't show any change in dashboard.go at diff view. 
- I checked git CLI. it shows the method both in dashboard.go and shortener_handler.go. It seems, CTRL-X didn't remove the function and also, the diff view thinks it is not there. 
I tried:
- close and start vscode
- ctrl+shift+p -> reload window
Didn't help.
I'm pretty sure that it can be fixed by reverting the change from git cli, but I think I can keep my file system as it is in case any question occurs.
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.26100
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2
<details>
|Item|Value|
|---|---|
|CPUs|AMD Ryzen 9 5900X 12-Core Processor (24 x 3693)|
|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)|63.91GB (44.50GB free)|
|Process Argv|--folder-uri=vscode-remote://wsl+Ubuntu/home/invisibleprogrammer/work/invisibleurl.net --remote=wsl+Ubuntu --crash-reporter-id 3da5b0ba-21ba-4f4d-8cf2-900588126357|
|Screen Reader|no|
|VM|0%|
|Item|Value|
|---|---|
|Remote|WSL: Ubuntu|
|OS|Linux x64 5.15.167.4-microsoft-standard-WSL2|
|CPUs|AMD Ryzen 9 5900X 12-Core Processor (24 x 0)|
|Memory (System)|31.30GB (29.22GB free)|
|VM|0%|
</details><details><summary>Extensions (12)</summary>
Extension|Author (truncated)|Version
---|---|---
remote-wsl|ms-|0.88.5
TabOut|alb|0.2.2
go|gol|0.44.0
java|red|1.38.0
intellicode-api-usage-examples|Vis|0.2.9
vscodeintellicode|Vis|1.3.2
vscode-gradle|vsc|3.16.4
vscode-java-debug|vsc|0.58.1
vscode-java-dependency|vsc|0.24.1
vscode-java-pack|vsc|0.29.0
vscode-java-test|vsc|0.43.0
vscode-maven|vsc|0.44.0
</details><details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyonecf:30548226
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
newcmakeconfigv2:31071590
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1cf:31157160
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
```
</details>
<!-- generated by issue reporter --> | info-needed,git | low | Critical |
2,754,823,368 | deno | Unix domain socket not working with `node:http` | Version: deno 2.1.4+e6869d7
After recent deno websocket improvements, I got a lot of my `ws` code work. However, unix domain sockets seems to not be created.
[deno-sock.tar.gz](https://github.com/user-attachments/files/18223102/deno-sock.tar.gz)
```js
import { Server } from 'node:http'
import { WebSocketServer } from 'npm:[email protected]'
const server = new Server().listen({ path: 'ws+unix:///tmp/deno.sock' })
const wss = new WebSocketServer({ server })
wss.on('listening', () => console.log('listening'))
wss.on('error', () => console.log('error'))
```
This should create socket file in `/tmp` after `listening`, but it does not happen.
Extracted from:
https://github.com/denoland/deno/pull/25470 | bug,node compat | low | Critical |
2,754,827,436 | ui | [bug]: Data Table has shifting checkbox | ### Describe the bug
The data table example shown in `https://github.com/shadcn-ui/ui/tree/main/apps/www/app/(app)/examples/tasks` has an issue wherein the checkbox for either selecting a single row or selecting all rows makes the checkboxes shift. Also, by default the checkbox isn't aligned. I have fixed it by going in `columns.tsx` and change the following block
```jsx
header: ({ table }) => (
<Checkbox
checked={
table.getIsAllPageRowsSelected() ||
(table.getIsSomePageRowsSelected() && "indeterminate")
}
onCheckedChange={(value) => table.toggleAllPageRowsSelected(!!value)}
aria-label="Select all"
className="translate-y-[2px]"
/>
),
cell: ({ row }) => (
<Checkbox
checked={row.getIsSelected()}
onCheckedChange={(value) => row.toggleSelected(!!value)}
aria-label="Select row"
className="translate-y-[2px]"
/>
),
```
With following fixes, which then becomes as shown in video.
```diff
- className="translate-y-[2px]"
+ className="flex items-center"
```
https://github.com/user-attachments/assets/890418d9-fe9f-4f85-9d4f-dfdaa1df5626
I am not sure whether to make a PR or not so made this first. I didn't see any open issues either
### Affected component/components
Data Table
### How to reproduce
1. Make the tasks component by just copy pasting the files as is into your project (I did it with Next.js) OR go to [https://ui.shadcn.com/examples/tasks](https://ui.shadcn.com/examples/tasks)
2. Go to your route and try selecting one of the task/row
3. See the error with the checkbox shifting upwards also the column header checkbox shifting upwards
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Info
```bash
Windows 10
Firefox Latest
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,754,827,904 | vscode | Snippet variables $LINE_COMMENT, $BLOCK_COMMENT_START, and $BLOCK_COMMENT_END not working in new C# file |
Type: <b>Bug</b>
I created a new workspace with a new dotnet console application.
In the .vscode folder, I created the following snippets.code-snippets file. For brevity, I've removed the comments.
```
{
"copyright": {
"scope": "csharp",
"prefix": "cr",
"isFileTemplate": true,
"description": "description",
"body": [
"$BLOCK_COMMENT_START Block Comment",
"$BLOCK_COMMENT_END",
"$LINE_COMMENT copyright $CURRENT_YEAR fizzbin",
"$LINE_COMMENT A second line"
]
}
}
```
When I create a new file via Command + N, click "fill with template", and select my above template, I get the following file:
> Block Comment
>
> copyright 2024 fizzbin
> A second line
>
Note that these are not comments. They should be comments.
If I goto Extensions in the sidebar, and disable all extensions, the above still happens. Note that I also tried this on a Linux system (Debian Bookworm, Arm64, same VSCode version), with the same results.
VS Code version: Code 1.96.2 (Universal) (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Darwin arm64 23.6.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 Max (10 x 2400)|
|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>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|
|Load (avg)|3, 3, 3|
|Memory (System)|64.00GB (15.18GB free)|
|Process Argv|--crash-reporter-id 253a28a9-6b53-4b09-8596-1eaa36da5b33|
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (16)</summary>
Extension|Author (truncated)|Version
---|---|---
xml|Dot|2.5.1
dotnet-test-explorer|for|0.7.8
docomment|k--|1.0.0
csdevkit|ms-|1.14.14
csharp|ms-|2.55.29
vscode-dotnet-runtime|ms-|2.2.3
debugpy|ms-|2024.14.0
python|ms-|2024.22.0
vscode-pylance|ms-|2024.12.1
jupyter|ms-|2024.11.0
jupyter-keymap|ms-|1.1.2
jupyter-renderers|ms-|1.0.21
vscode-jupyter-cell-tags|ms-|0.1.9
vscode-jupyter-slideshow|ms-|0.1.6
cpptools|ms-|1.22.11
test-adapter-converter|ms-|0.2.1
</details><details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
newcmakeconfigv2:31071590
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc2:31192216
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
```
</details>
<!-- generated by issue reporter --> | bug,snippets | low | Critical |
2,754,829,529 | rust | Slice indexing panics with valid "backwards" ranges | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
use core::ops::Bound;
fn main() {
let buf: [u32; 0] = [];
println!("{:?}", &buf[(Bound::Excluded(0), Bound::Included(0))]);
}
```
This feels perfectly valid, since the indices for the start and end of the range are both in-bounds, just with the backwards order that you'd expect. However, Rust internally converts this range into `1..1` and fails:
```
thread 'main' panicked at src/main.rs:4:26:
range end index 1 out of range for slice of length 0
```
### Meta
<!--
If you're using the stable version of the compiler, you should also check if the
bug also exists in the beta or nightly versions.
-->
`rustc --version --verbose`:
```
rustc 1.85.0-nightly (a4cb3c831 2024-12-17)
binary: rustc
commit-hash: a4cb3c831823d9baa56c3d90514b75b2660116fa
commit-date: 2024-12-17
host: x86_64-unknown-linux-gnu
release: 1.85.0-nightly
LLVM version: 19.1.5
```
<!--
Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
environment. E.g. `RUST_BACKTRACE=1 cargo build`.
-->
<details><summary>Backtrace</summary>
<p>
```
stack backtrace:
0: rust_begin_unwind
at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5
1: core::panicking::panic_fmt
at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14
2: core::slice::index::slice_end_index_len_fail_rt
at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/index.rs:64:5
3: core::slice::index::slice_end_index_len_fail
at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/index.rs:58:5
4: <core::ops::range::Range<usize> as core::slice::index::SliceIndex<[T]>>::index
at ./.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/slice/index.rs:465:13
5: <(core::ops::range::Bound<usize>,core::ops::range::Bound<usize>) as core::slice::index::SliceIndex<[T]>>::index
at ./.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/slice/index.rs:1050:9
6: core::slice::index::<impl core::ops::index::Index<I> for [T]>::index
at ./.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/slice/index.rs:16:9
7: core::array::<impl core::ops::index::Index<I> for [T; N]>::index
at ./.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/array/mod.rs:375:9
8: playground::main
at ./src/main.rs:4:26
9: core::ops::function::FnOnce::call_once
at ./.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
```
</p>
</details>
### Reason for emitting these "weird" ranges
I'm trying to create a data structure which stores a series of sorted, disjoint ranges in a `Vec`. When you determine where a provided range might fall into this vec, it's very natural to use the included/excluded bounds: you effectively have a similar API to that of `binary_search`, where "Included" means that an endpoint of a range overlaps with the range stored at an index, and "Excluded" means that the range does not overlap with the range stored at an index, but could be inserted after that index.
In this case, both the "normal" lopsided ranges (inclusive, then exclusive) happen, but also these "backwards" ones with exclusive, then inclusive. So, I think that supporting these "backward" ranges would be nice, even if it complicates the code a bit here. | T-lang,C-discussion | low | Critical |
2,754,831,956 | PowerToys | PowerToys starts but doesn't work. | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
General
### Steps to reproduce
After updating PowerToys from 0.87.0 to 0.87.1, it starts but does not work. The program icon hangs in the tray, but cannot be clicked with either the right or left mouse button.
Reinstalling from GitHub and Microsoft Store didn't help. Removing and installing 0.87.0 also did not help.
In the system log there is this information about the startup error:
```html
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-12-22T20:06:39.5399952Z" />
<EventRecordID>79395</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>BigPC</Computer>
<Security />
</System>
<EventData>
<Data>PowerToys.AdvancedPaste.exe</Data>
<Data>0.87.1.0</Data>
<Data>67200000</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.19041.1826</Data>
<Data>299341e8</Data>
<Data>c0000602</Data>
<Data>000000000010fb62</Data>
<Data>fb0</Data>
<Data>01db54ad030c75b5</Data>
<Data>C:\Users\Professional\AppData\Local\PowerToys\WinUI3Apps\PowerToys.AdvancedPaste.exe</Data>
<Data>C:\Windows\System32\KERNELBASE.dll</Data>
<Data>0f0693f1-0798-4baa-84ac-40da7d5e1280</Data>
<Data />
<Data />
</EventData>
</Event>
```
All logs are empty of errors except one:
C:\Users\User\AppData\Local\Microsoft\PowerToys\RegistryPreview\ModuleInterface\Logs\v0.87.1
<details><summary>Details</summary>
<p>
[2024-12-22 03:06:15.883407] [p-20332] [t-20204] [info] RegistryPreview logger is initialized<br/>
[2024-12-22 03:06:15.883584] [p-20332] [t-20204] [info] Registry Preview object is constructing<br/>
[2024-12-22 03:06:15.884014] [p-20332] [t-20204] [info] Registry Preview settings are empty<br/>
[2024-12-22 03:21:23.034116] [p-11692] [t-14384] [info] RegistryPreview logger is initialized<br/>
[2024-12-22 03:21:23.034237] [p-11692] [t-14384] [info] Registry Preview object is constructing<br/>
[2024-12-22 03:21:23.034439] [p-11692] [t-14384] [error] unApply of HKCU\Software\Classes\regfile\shell\preview\command\Default:C:\Users\Professional\AppData\Local\PowerToys\WinUI3Apps\PowerToys.RegistryPreview.exe "%1": RegOpenKeyExW failed: ๏ฟ๏ฟฅ ๏ฟณ๏ฟค๏ฟ ๏ฟฅ๏ฟฒ๏ฟฑ๏ฟฟ ๏ฟญ๏ฟ ๏ฟฉ๏ฟฒ๏ฟจ ๏ฟณ๏ฟช๏ฟ ๏ฟง๏ฟ ๏ฟญ๏ฟญ๏ฟป๏ฟฉ ๏ฟด๏ฟ ๏ฟฉ๏ฟซ.<br/>
[2024-12-22 03:21:23.034519] [p-11692] [t-14384] [error] unApply of HKCU\Software\Classes\regfile\shell\preview\icon:C:\Users\Professional\AppData\Local\PowerToys\WinUI3Apps\Assets\RegistryPreview\RegistryPreview.ico: RegOpenKeyExW failed: ๏ฟ๏ฟฅ ๏ฟณ๏ฟค๏ฟ ๏ฟฅ๏ฟฒ๏ฟฑ๏ฟฟ ๏ฟญ๏ฟ ๏ฟฉ๏ฟฒ๏ฟจ ๏ฟณ๏ฟช๏ฟ ๏ฟง๏ฟ ๏ฟญ๏ฟญ๏ฟป๏ฟฉ ๏ฟด๏ฟ ๏ฟฉ๏ฟซ.<br/>
[2024-12-22 03:21:23.034534] [p-11692] [t-14384] [error] Failed to unapply enabled registry change set.<br/>
[2024-12-22 03:21:23.034546] [p-11692] [t-14384] [info] Registry Preview settings are empty<br/>
</p>
</details>
### โ๏ธ Expected Behavior
The application start and work
### โ Actual Behavior
The application does not open and does not work
### Other Software
_No response_ | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,832,275 | PowerToys | Can't get Settings or Quick access to show | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store, PowerToys auto-update, GitHub
### Running as admin
Yes
### Area(s) with issue?
General, PowerToys Run
### Steps to reproduce
Tried installing, reinstalling. Was previously working. I updated and I remember seeing some error associated with the Everything plugin but I assume that reinstalling / uninstalling would negate that. Deleted all files in between.
The settings and the quick access just don't open. I can right click the tray icon, but none of the options work aside from Documentation.
The error I get in the event viewer seems relevant:
Faulting application name: PowerToys.Settings.exe, version: 0.87.1.0, time stamp: 0x67200000
Faulting module name: KERNELBASE.dll, version: 10.0.19041.1645, time stamp: 0x630193b4
Exception code: 0xc0000602
Fault offset: 0x000000000010b362
Faulting process id: 0x4b04
Faulting application start time: 0x01db54afe4ade27d
Faulting application path: C:\Users\username\AppData\Local\PowerToys\WinUI3Apps\PowerToys.Settings.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 93ce4753-e679-4b58-a2ef-eb6f61285a90
Faulting package full name:
Faulting package-relative application ID:
### โ๏ธ Expected Behavior
_No response_
### โ Actual Behavior
Can't open PowerToys Run. FancyZones seems to still function. Settings are unaccessible.
### Other Software
_No response_ | Issue-Bug,Needs-Triage,Needs-Team-Response | low | Critical |
2,754,836,220 | godot | Errors when opening dialog from manually sent close notification | ### Tested versions
Reproducible in (at least): 4.3, 4.4dev2, and 4.4dev7
I get the same behavior with both C# and GDscript
### System information
Linux (Fedora 41 using Gnome)
### Issue description
Motivation: When the user closes my application I would like to open a dialog prompting them to save if content was modified.
Issue:
When I listen for `NOTIFICATION_WM_CLOSE_REQUEST` and show a dialog this works as expected. However, if I manually trigger the same notification from a button or menu (using `get_tree().root.propagate_notification`) instead I get the following error:
```
E 0:00:01:0786 popup_repro.gd:11 @ _notification(): Parent node is busy setting up children, `add_child()` failed. Consider using `add_child.call_deferred(child)` instead.
<C++ Error> Condition "data.blocked > 0" is true.
<C++ Source> scene/main/node.cpp:1572 @ add_child()
<Stack Trace> popup_repro.gd:11 @ _notification()
popup_repro.gd:5 @ <anonymous lambda>()
```
This is similar to https://github.com/godotengine/godot/issues/34157 except I don't see the error when the close notification is sent from the window manager.
If I replace `cd.popup_exclusive_centered(self)` with `cd.popup_exclusive_centered.call_deferred(self)` this works as expected, but it's not clear why this should be necessary.
### Steps to reproduce
1. Open repro project
2. Click the button
3. Observe error
### Minimal reproduction project (MRP)
[popup-repro.zip](https://github.com/user-attachments/files/18223163/popup-repro.zip)
Attached is a tiny repro project, the only code of which is repeated here:
```
extends Control
func _ready() -> void:
get_tree().set_auto_accept_quit(false)
$Button.pressed.connect(func(): get_tree().root.propagate_notification(NOTIFICATION_WM_CLOSE_REQUEST))
func _notification(what: int) -> void:
if (what == NOTIFICATION_WM_CLOSE_REQUEST):
var cd = ConfirmationDialog.new()
cd.get_ok_button().pressed.connect(func(): get_tree().quit())
cd.popup_exclusive_centered(self)
```
| bug,needs testing,topic:gui | low | Critical |
2,754,843,333 | next.js | [Error [TurbopackInternalError]: Next.js package not found | ### Link to the code that reproduces this issue
https://github.com/Nizodevlo/Redux.git
### To Reproduce
1. first initialized the project with: npx create-next-app@latest ./ --use-pnpm
2. then create this folder structure:

3. Add the Store provider to the root layout:

4.execute: pnpm dev
5. here's waht happend:

here's the report log:

### Current vs. Expected behavior
I tryed to use the store provider in root layout:

### Provide environment information
```bash
Operating System:
Platform: win32
Arch: x64
Version: Windows 11 Home Single Language
Available memory (MB): 16076
Available CPU cores: 8
Binaries:
Node: 22.12.0
npm: 11.0.0
Yarn: N/A
pnpm: 9.15.1
Relevant Packages:
next: 15.1.1-canary.16 // Latest available version is detected (15.1.1-canary.16).
eslint-config-next: 15.1.2
react: 19.0.0
react-dom: 19.0.0
typescript: 5.7.2
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Turbopack
### Which stage(s) are affected? (Select all that apply)
next dev (local)
### Additional context
I've used the canary version 15.1.1-canary.16 yet still the same issue | Turbopack | low | Critical |
2,754,853,456 | neovim | 'guicursor' should infer omitted blinkoff,blinkwait settings | Neovim could interpret guicursor=n:block-blinkon100 as set guicursor=n:block-blinkon100-blinkof100-blinkwait0 a bit like my original suggestion. So, setting blinkon and blinkoff to be the same when one of them is unspecified. n:block-blinkon100-blinkoff0, would still disable the blinking.
https://github.com/neovim/neovim/issues/31687#issuecomment-2566553235
---
<details>
<summary><em>Original issue text</em></summary>
### Problem
The [guicursor](https://neovim.io/doc/user/options.html#cursor-blinking) documentation says this:
> blinkwait{N}[cursor-blinking](https://neovim.io/doc/user/options.html#cursor-blinking)
blinkon{N} blinkoff{N} blink times for cursor: blinkwait is the delay before the cursor starts blinking, blinkon is the time that the cursor is shown and blinkoff is the time that the cursor is not shown. Times are in msec. **When one of the numbers is zero, there is no blinking.**
In Neovide we interpret this as the blinking is disabled when only `blinkon` is set, but not the other two values. The TUI Neovim seems to interpret this differently, and enables blinking in that case.
This leads to confusions like this:
* https://github.com/neovide/neovide/issues/2898
* https://github.com/neovide/neovide/issues/2164
So, it would be good to get a clarification on how that should be interpreted. Preferably, UIs should not need to care about these special cases at all, and Neovim automatically sends all zeroes, or suitable values, depending on the configuration.
### Steps to reproduce
1. Start nvim or neovide
2. `:set guicursor=n:block-blinkon100,i:ver25-blinkon100`
Observe that the option works differently depending on if TUI nvim is started or neovide is started
### Expected behavior
Neovim, always sets all three values in `mode_info_set`, if there should be blinking, otherwise all of them are set to 0.
### Nvim version (nvim -v)
NVIM v0.10.3
### Vim (not Nvim) behaves the same?
N/A
### Operating system/version
Arch Linux
### Terminal name/version
alacritty
### $TERM environment variable
alacritty
### Installation
pacman
</details> | bug,ui-extensibility,events | low | Major |
2,754,856,960 | vscode | Packing of terminal-suggest fails on 'fs/promises' while building from source | <!-- โ ๏ธโ ๏ธ 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/No
No, this is a build issue.
<!-- ๐ช 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: main branch
- OS Version: Windows and Ubunuto
- Node Version: 22
Steps to Reproduce:
1. clone repository
2. run `npm run watch-web` or `npm run watch`
```
npm run watch-web
> [email protected] watch-web
> node ./node_modules/gulp/bin/gulp.js watch-web
(node:8081) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[13:39:23] Using gulpfile /mnt/c/Users/xxxx/Documents/Repos/vscode/gulpfile.js
[13:39:23] Starting 'watch-web'...
[13:41:39] Finished packaging web extension configuration-editing with 0 errors.
[13:41:39] Finished packaging web extension css-language-features/client with 0 errors.
[13:41:39] Finished packaging web extension css-language-features/server with 0 errors.
[13:41:39] Finished packaging web extension emmet with 0 errors.
[13:41:39] Finished packaging web extension extension-editing with 0 errors.
[13:41:39] Finished packaging web extension git-base with 0 errors.
[13:41:39] Finished packaging web extension github-authentication with 0 errors.
[13:41:39] Finished packaging web extension html-language-features/client with 0 errors.
[13:41:39] Finished packaging web extension html-language-features/server with 0 errors.
[13:41:39] Finished packaging web extension ipynb with 0 errors.
[13:41:39] Finished packaging web extension ipynb with 0 errors.
[13:41:39] Finished packaging web extension json-language-features/client with 0 errors.
[13:41:39] Finished packaging web extension json-language-features/server with 0 errors.
[13:41:39] Finished packaging web extension markdown-language-features with 0 errors.
[13:41:39] Finished packaging web extension markdown-math with 0 errors.
[13:41:39] Finished packaging web extension media-preview with 0 errors.
[13:41:39] Finished packaging web extension merge-conflict with 0 errors.
[13:41:39] Finished packaging web extension microsoft-authentication with 0 errors.
[13:41:39] Finished packaging web extension npm with 0 errors.
[13:41:39] Finished packaging web extension references-view with 0 errors.
[13:41:39] Finished packaging web extension search-result with 0 errors.
[13:41:39] Finished packaging web extension simple-browser with 0 errors.
[13:41:39] Finished packaging web extension terminal-suggest with 1 errors.
[13:41:39] {
moduleIdentifier: '/mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/ts-loader/index.js??ruleSet[1].rules[0].use[0]!/mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/mangle-loader.js??ruleSet[1].rules[0].use[1]!/mnt/c/Users/xxxxt/Documents/Repos/vscode/extensions/terminal-suggest/src/terminalSuggestMain.ts',
moduleName: './src/terminalSuggestMain.ts',
loc: '50:24-46',
message: "Module not found: Error: Can't resolve 'fs/promises' in '/mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/src'",
moduleId: 0,
moduleTrace: [],
details: "resolve 'fs/promises' in '/mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/src'\n" +
' Parsed request is a module\n' +
' using description file: /mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/package.json (relative path: ./src)\n' +
" Field 'browser' doesn't contain a valid alias configuration\n" +
' resolve as module\n' +
" /mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/src/node_modules doesn't exist or is not a directory\n" +
" /mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/node_modules doesn't exist or is not a directory\n" +
' looking for modules in /mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/node_modules\n' +
" /mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/node_modules/fs doesn't exist\n" +
' looking for modules in /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules\n' +
" /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/fs doesn't exist\n" +
" /mnt/c/Users/xxxx/Documents/Repos/node_modules doesn't exist or is not a directory\n" +
" /mnt/c/Users/xxxx/Documents/node_modules doesn't exist or is not a directory\n" +
' looking for modules in /mnt/c/Users/xxxx/node_modules\n' +
" /mnt/c/Users/xxxx/node_modules/fs doesn't exist\n" +
" /mnt/c/Users/node_modules doesn't exist or is not a directory\n" +
" /mnt/c/node_modules doesn't exist or is not a directory\n" +
" /mnt/node_modules doesn't exist or is not a directory\n" +
" /node_modules doesn't exist or is not a directory",
stack: "ModuleNotFoundError: Module not found: Error: Can't resolve 'fs/promises' in '/mnt/c/Users/xxxx/Documents/Repos/vscode/extensions/terminal-suggest/src'\n" +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/Compilation.js:2109:28\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:908:13\n' +
' at eval (eval at create (/mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:10:1)\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:333:22\n' +
' at eval (eval at create (/mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:512:22\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:150:10\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:775:25\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:992:8\n' +
' at /mnt/c/Users/xxxx/Documents/Repos/vscode/node_modules/webpack/lib/NormalModuleFactory.js:1121:5'
}
[13:41:39] Finished packaging web extension typescript-language-features with 0 errors.
[13:41:39] Finished packaging web extension typescript-language-features with 0 errors.
[13:41:39] Finished packaging web extension vscode-test-resolver with 0 errors.
``` | bug,terminal-suggest | low | Critical |
2,754,857,597 | rust | Missed optimization: states guarenteed after first iteration of loop | Take this example:
```rust
#![feature(let_chains)]
#[no_mangle]
pub fn kinda_sort_merge(
query_ids: &[u32],
value_ids: &[u32],
) -> u32
{
let mut result = 0;
let mut v_iter = value_ids.iter();
let mut current = v_iter.next(); // May be None
for &q_id in query_ids.iter() {
while let Some(&v_id) = current && v_id < q_id {
current = v_iter.next();
}
match current {
Some(&v_id) => {result += v_id * q_id;}
None => {break;}
}
// After the first iteration, Current is guaranteed to be Some at the start of every iteration.
}
result
}
```
You'd expect in the hot loop of the resulting assembly to have 2 possible jumps to return: one for the end of `query_ids`, and one for the end of `value_ids`. However, there are 3 of them:
```asm
kinda_sort_merge:
test rsi, rsi
je .LBB0_8 ; Check for query_ids.len() != 0
lea r8, [rdx + 4*rcx]
lea rsi, [rdi + 4*rsi]
xor eax, eax
test rcx, rcx
setne al
lea r9, [rdx + 4*rax]
cmove rdx, rcx
xor ecx, ecx
.LBB0_2: ; Hot loop
test rdx, rdx
je .LBB0_10 ; 1, check for v_iter before while loop
mov r10d, dword ptr [rdi]
add rdi, 4
mov rax, r9
.LBB0_4:
mov r9, rax
mov eax, dword ptr [rdx]
cmp eax, r10d
jae .LBB0_6
lea rax, [r9 + 4]
mov rdx, r9
cmp r9, r8
jne .LBB0_4
jmp .LBB0_10 ; 2, check for v_iter during while loop
.LBB0_6:
imul eax, r10d
add eax, ecx
mov ecx, eax
cmp rdi, rsi
jne .LBB0_2
jmp .LBB0_9 ; 3, check for query_ids
.LBB0_10:
mov eax, ecx
ret
.LBB0_8:
xor eax, eax
.LBB0_9:
ret
```
By adding `assert_unchecked()`:
```rust
#![feature(let_chains)]
use std::hint::assert_unchecked;
#[no_mangle]
pub fn kinda_sort_merge(
query_ids: &[u32],
value_ids: &[u32],
) -> u32
{
let mut result = 0;
let mut v_iter = value_ids.iter();
let mut current = v_iter.next();
let b = current.is_some();
for &q_id in query_ids.iter() {
if b {unsafe {assert_unchecked(current.is_some())}}
while let Some(&v_id) = current && v_id < q_id {
current = v_iter.next();
}
if !b {unsafe {assert_unchecked(current.is_none())}}
match current {
Some(&v_id) => {result += v_id * q_id;}
None => {break;}
}
}
result
}
```
The assembly quality improves:
```asm
kinda_sort_merge:
test rcx, rcx
sete r8b
test rsi, rsi
sete r9b
xor eax, eax
or r9b, r8b
jne .LBB0_7 ; Check for both's len different from 0
lea rcx, [rdx + 4*rcx]
lea rsi, [rdi + 4*rsi]
lea r9, [rdx + 4]
xor r8d, r8d
.LBB0_2: ; Hot loop
mov r10d, dword ptr [rdi]
add rdi, 4
mov rax, r9
.LBB0_3:
mov r9, rax
mov eax, dword ptr [rdx]
cmp eax, r10d
jae .LBB0_4
lea rax, [r9 + 4]
mov rdx, r9
cmp r9, rcx
jne .LBB0_3
jmp .LBB0_6 ; 1, check for v_iter during while loop
.LBB0_4:
imul eax, r10d
add eax, r8d
mov r8d, eax
cmp rdi, rsi
jne .LBB0_2
jmp .LBB0_7 ; 2, check for v_iter
.LBB0_6:
mov eax, r8d
.LBB0_7:
ret
```
[Godbolt](https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(filename:'1',fontScale:14,fontUsePx:'0',j:1,lang:rust,selection:(endColumn:11,endLineNumber:25,positionColumn:11,positionLineNumber:25,selectionStartColumn:11,selectionStartLineNumber:25,startColumn:11,startLineNumber:25),source:'%23!!%5Bfeature(let_chains)%5D%0Ause+std::hint::assert_unchecked%3B%0A%0A%23%5Bno_mangle%5D%0Apub+fn+kinda_sort_merge(%0A++++query_ids:+%26%5Bu32%5D,%0A++++value_ids:+%26%5Bu32%5D,%0A)+-%3E+u32%0A%7B%0A++++let+mut+result+%3D+0%3B%0A++++let+mut+v_iter+%3D+value_ids.iter()%3B%0A++++let+mut+current+%3D+v_iter.next()%3B%0A++++let+b+%3D+current.is_some()%3B%0A++++for+%26q_id+in+query_ids.iter()+%7B%0A++++++++if+b+%7Bunsafe+%7Bassert_unchecked(current.is_some())%7D%7D%0A++++++++while+let+Some(%26v_id)+%3D+current+%26%26+v_id+%3C+q_id+%7B%0A++++++++++++current+%3D+v_iter.next()%3B%0A++++++++%7D%0A++++++++if+!!b+%7Bunsafe+%7Bassert_unchecked(current.is_none())%7D%7D%0A++++++++match+current+%7B%0A++++++++++++Some(%26v_id)+%3D%3E+%7Bresult+%2B%3D+v_id+*+q_id%3B%7D%0A++++++++++++None+%3D%3E+%7Bbreak%3B%7D%0A++++++++%7D%0A++++%7D%0A++++result%0A%7D'),l:'5',n:'0',o:'Rust+source+%231',t:'0')),k:56.083086053412465,l:'4',n:'0',o:'',s:0,t:'0'),(g:!((h:executor,i:(argsPanelShown:'1',compilationPanelShown:'0',compiler:nightly,compilerName:'',compilerOutShown:'0',execArgs:'',execStdin:'',fontScale:14,fontUsePx:'0',j:1,lang:rust,libs:!(),options:'',overrides:!((name:edition,value:'2021')),runtimeTools:!(),source:1,stdinPanelShown:'1',wrap:'1'),l:'5',n:'0',o:'Executor+rustc+nightly+(Rust,+Editor+%231)',t:'0'),(h:compiler,i:(compiler:nightly,filters:(b:'0',binary:'1',binaryObject:'1',commentOnly:'0',debugCalls:'1',demangle:'0',directives:'0',execute:'1',intel:'0',libraryCode:'0',trim:'1',verboseDemangling:'0'),flagsViewOpen:'1',fontScale:14,fontUsePx:'0',j:1,lang:rust,libs:!(),options:'-C+opt-level%3D3',overrides:!((name:edition,value:'2021')),selection:(endColumn:12,endLineNumber:37,positionColumn:1,positionLineNumber:1,selectionStartColumn:12,selectionStartLineNumber:37,startColumn:1,startLineNumber:1),source:1),l:'5',n:'0',o:'+rustc+nightly+(Editor+%231)',t:'0')),k:43.916913946587535,l:'4',n:'0',o:'',s:1,t:'0')),l:'2',n:'0',o:'',t:'0')),version:4) | T-compiler,F-let_chains,C-optimization | low | Critical |
2,754,863,156 | pytorch | [ROCm] PyTorch multiprocess fails to create memory with IPC | ### ๐ Describe the bug
Run the `mnist_hogwild` example from pytorch/examples@1bef748fab064e2fc3beddcbda60fd51cb9612d2 (current HEAD) using the command `python3 main.py --cuda`, I get the following error:
```
Traceback (most recent call last):
File "/home/gavinzhao/CS/ML/examples/mnist_hogwild/main.py", line 96, in <module>
p.start()
File "/usr/lib/python3.11/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/multiprocessing/context.py", line 288, in _Popen
return Popen(process_obj)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
File "/usr/lib/python3.11/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/lib/python3.11/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
File "/usr/lib/python3.11/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
File "/usr/lib/python3.11/site-packages/torch/multiprocessing/reductions.py", line 354, in reduce_tensor
) = storage._share_cuda_()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/torch/storage.py", line 1422, in _share_cuda_
return self._untyped_storage._share_cuda_(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: HIP error: invalid argument
HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing AMD_SERIALIZE_KERNEL=3
Compile with `TORCH_USE_HIP_DSA` to enable device-side assertions.
```
I expect no errors to occur.
More info:
- The wheels are the official wheels from https://download.pytorch.org/whl/rocm6.2
- The error occurs on `gfx1032`, `gfx90c`, and `gfx900`. I have not tested on other architectures. Logs ran with the environment variable `AMD_LOG_LEVEL=7` are attached for `gfx1032` (masked as `gfx1030` using `HSA_OVERRIDE_GFX_VERSION=10.3.0`) and `gfx90c` (masked as `gfx900` using `HSA_OVERRIDE_GFX_VERSION=9.0.0`).
[log-gfx90c.txt](https://github.com/user-attachments/files/18223341/log-gfx90c.txt)
[log-gfx1032.txt](https://github.com/user-attachments/files/18223342/log-gfx1032.txt)
### Versions
Collecting environment information...
PyTorch version: 2.5.1+rocm6.2
Is debug build: False
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: 6.2.41133-dd7f95766
OS: Solus 4.6 Convergence (x86_64)
GCC version: (Solus) 14.2.0
Clang version: 19.1.5 (Solus 19.1.5-128)
CMake version: version 3.30.3
Libc version: glibc-2.40
Python version: 3.11.11 (main, Dec 4 2024, 21:40:29) [GCC 14.2.0] (64-bit runtime)
Python platform: Linux-6.12.5-311.current-x86_64-with-glibc2.40
Is CUDA available: True
CUDA runtime version: Could not collect
CUDA_MODULE_LOADING set to: LAZY
GPU models and configuration: AMD Radeon Graphics (gfx90c:xnack-)
Nvidia driver version: Could not collect
cuDNN version: Could not collect
HIP runtime version: 6.2.41133
MIOpen runtime version: 3.2.0
Is XNNPACK available: True
CPU:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: AuthenticAMD
Model name: AMD Ryzen 7 5800H with Radeon Graphics
CPU family: 25
Model: 80
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 1
Stepping: 0
Frequency boost: disabled
CPU(s) scaling MHz: 63%
CPU max MHz: 3201.0000
CPU min MHz: 400.0000
BogoMIPS: 6388.53
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk clzero irperf xsaveerptr rdpru wbnoinvd cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca fsrm debug_swap
Virtualization: AMD-V
L1d cache: 256 KiB (8 instances)
L1i cache: 256 KiB (8 instances)
L2 cache: 4 MiB (8 instances)
L3 cache: 16 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-15
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; Safe RET
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP always-on; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Versions of relevant libraries:
[pip3] numpy==1.26.3
[pip3] pytorch-triton-rocm==3.1.0
[pip3] torch==2.5.1+rocm6.2
[pip3] torchvision==0.20.1+rocm6.2
[conda] Could not collect
cc @VitalyFedyunin @albanD @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd | needs reproduction,module: multiprocessing,module: rocm,triaged | low | Critical |
2,754,871,967 | ui | [bug]: SidebarProvider sliding effect with nested `Button` on mobile | ### Describe the bug
I get a wierd visual sliding effect when I set `size="icon"` on a nested component within a `SidebarProvider`. but I only see this behavior on a mobile screen. I am on next JS if that matters.
The video below shows the issue with the `size="icon"` prop enabled, then I comment it out and refresh the page to show it stops the issue:
https://github.com/user-attachments/assets/4381e8c0-dc2b-4316-b6c7-3da1d5f241fd
The Component:
```tsx
<div className={`flex flex-row ${props.className}`}>
<MonacoEditorBase
code={code}
updateCode={updateCode}
diagnosticsInfo={diagnosticsInfo}
className="h-full"
{...props}
/>
<Button
variant="outline"
size="icon"
className="flex w-8 h-full"
onClick={resetCode}
>
<RotateCcw size={18} />
</Button>
</div>
```
### Affected component/components
SidebarProvider, Button
### How to reproduce
1. Open the mobile view on chrome
2. Leaving the `size="icon"` prop, I will see the sliding and refresh
3. Commenting out the `size` prop or changing it to another value besides `icon` will stop the issue.
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Info
```bash
Next JS, Chrome
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,754,873,417 | flutter | Severe VideoPlayer rendering issue while scrolling in Safari browser | ### Steps to reproduce
1. Create a `CustomScrollView` wrap a `VideoPlayer` in a `Container` with a `clipBehavior` other then `Clip.none`.
2. Run on a iOS browser (tested on iPad and iPhone on either safari or chrome)
3. When scrolling up or down the video is clipped like if the video is not scrolling with the widget, then move back inplace after a few frames.
tested with:
video_player: ^2.9.2
### Expected results
The video should smoothly scroll with the widget inside the `CustomScrollView`
### Actual results
The video is lagging behind the scroll. The rate at which the video come back inplace is not the same when I unfocus then focus the window.
See videos below.
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/material.dart';
import 'package:video_player/video_player.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const MaterialApp(
title: 'Flutter Test',
home: MyHomePage(),
);
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({super.key});
@override
State<MyHomePage> createState() => _MyHomePageState();
}
class _MyHomePageState extends State<MyHomePage> {
VideoPlayerController? _controller;
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Flutter Test'),
),
body: _controller == null
? const Center(child: CircularProgressIndicator())
: CustomScrollView(
slivers: [
const SliverToBoxAdapter(
child: SizedBox(
height: 400,
),
),
SliverToBoxAdapter(
child: Container(
height: 300,
alignment: Alignment.center,
decoration: const BoxDecoration(),
clipBehavior: Clip.hardEdge,
child: VideoPlayer(_controller!),
),
),
const SliverToBoxAdapter(
child: SizedBox(
height: 600,
),
),
],
),
);
}
@override
void initState() {
final controller = VideoPlayerController.networkUrl(
Uri.parse('http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'),
videoPlayerOptions: VideoPlayerOptions(
webOptions: const VideoPlayerWebOptions(
controls: VideoPlayerWebOptionsControls.enabled(
allowDownload: false,
),
),
),
);
controller.initialize().then((_) {
setState(() {
_controller = controller;
});
});
super.initState();
}
}
```
</details>
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
https://github.com/user-attachments/assets/460c66b5-3963-4396-a17f-6d149c76d6ef
https://github.com/user-attachments/assets/9a375f0d-31b7-4fb9-8940-ae1f2180d452
</details>
### Logs
<details open><summary>Logs</summary>
```console
Launching lib/main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
This app is linked to the debug service: ws://127.0.0.1:43277/RdUjfbZDybY=/ws
Debug service listening on ws://127.0.0.1:43277/RdUjfbZDybY=/ws
Debug service listening on ws://127.0.0.1:43277/RdUjfbZDybY=/ws
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[!] Flutter (Channel [user-branch], 3.24.3, on Ubuntu 22.04.5 LTS 6.8.0-49-generic, locale en_US.UTF-8)
! Flutter version 3.24.3 on channel [user-branch] at /home/ortes/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/setup.
! Upstream repository unknown source is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
โข Framework revision 2663184aa7 (3 months ago), 2024-09-11 16:27:48 -0500
โข Engine revision 36335019a8
โข Dart version 3.5.3
โข DevTools version 2.37.3
โข If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
[โ] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
โข Android SDK at /home/ortes/Android/Sdk
โข Platform android-34, build-tools 34.0.0
โข Java binary at: /home/ortes/.local/share/JetBrains/Toolbox/apps/android-studio/jbr/bin/java
โข Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
โข All Android licenses accepted.
[โ] Chrome - develop for the web
โข Chrome at google-chrome
[โ] Linux toolchain - develop for Linux desktop
โข Ubuntu clang version 14.0.0-1ubuntu1.1
โข cmake version 3.22.1
โข ninja version 1.10.1
โข pkg-config version 0.29.2
[โ] Android Studio (version 2024.1)
โข Android Studio at /home/ortes/.local/share/JetBrains/Toolbox/apps/android-studio
โข Flutter plugin version 83.0.2
โข 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.95.3)
โข VS Code at /usr/share/code
โข Flutter extension can be installed from:
๐จ https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[โ] Connected device (2 available)
โข Linux (desktop) โข linux โข linux-x64 โข Ubuntu 22.04.5 LTS 6.8.0-49-generic
โข Chrome (web) โข chrome โข web-javascript โข Google Chrome 131.0.6778.108
[โ] Network resources
โข All expected network resources are available.
! Doctor found issues in 1 category.
```
</details>
| platform-web,p: video_player,package,c: rendering,e: web_canvaskit,has reproducible steps,browser: safari-macos,P2,e: web_skwasm,team-web,triaged-web,found in release: 3.27,found in release: 3.28 | low | Critical |
2,754,881,365 | neovim | latin1 encoding in keymap files with _utf-8 in the filename | ### Problem
The following files have _utf-8 in the filename, but they are encoded in latin1.
[esperanto_utf-8.vim](https://github.com/neovim/neovim/tree/master/runtime/keymap/esperanto_utf-8.vim)
`'utf-8' codec can't decode byte 0xf9 in position 336: invalid start byte`
[greek_utf-8.vim](https://github.com/neovim/neovim/tree/master/runtime/keymap/greek_utf-8.vim)
`'utf-8' codec can't decode byte 0xb4 in position 24957: invalid start byte`
[hebrewp_utf-8.vim](https://github.com/neovim/neovim/tree/master/runtime/keymap/hebrewp_utf-8.vim)
`'utf-8' codec can't decode byte 0xf9 in position 262: invalid start byte`
### Steps to reproduce
`:set encoding?` will not help.
I found the problem by running this python code
```python
from pathlib import Path
if __name__ == '__main__':
url = 'https://github.com/neovim/neovim/tree/master/'
for f in Path('.').rglob('*.vim'):
try:
enc='utf-8' #'latin1'
c = f.read_text(encoding=enc)
except Exception as e:
if f.stem.endswith('_utf-8'):
print(
f'[{f.name}]({url}{str(f.parents[0]).replace("\\", '/')}/{f.name})',
f'\n`{e}`\n',
sep='\n'
)
```
### Expected behavior
I think the encoding should be utf-8
### Nvim version (nvim -v)
0.10.2
### Vim (not Nvim) behaves the same?
I don't know
### Operating system/version
Windows 11
### Terminal name/version
pwsh.exe 7.4.6 and git bash
### $TERM environment variable
does not apply
### Installation
does not apply | bug,runtime,complexity:low,unicode ๐ฉ | low | Minor |
2,754,890,515 | go | cmd/compile: incorrect/confusing pkg prefix on unexported fields of anonymous struct | ### Go version
go 1.23
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/ajwerner/.cache/go-build'
GOENV='/home/ajwerner/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/ajwerner/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/ajwerner/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/home/ajwerner/sdk/go1.23.2'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/home/ajwerner/sdk/go1.23.2/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23.2'
GODEBUG=''
GOTELEMETRY='local'
GOTELEMETRYDIR='/home/ajwerner/.config/go/telemetry'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/home/ajwerner/src/github.com/DataExMachina-dev/side-eye/play/go.mod'
GOWORK='off'
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-build1402138110=/tmp/go-build -gno-record-gcc-switches'
```
### What did you do?
I observed that in DWARF, anonymous struct type names carry unexported field names with package path prefixes. See the below program:
https://go.dev/play/p/96lCdrfHAh3
The type is:
```
struct { baz int32; Qux int }
```
But in DWARF, the type is:
```
struct { play.ground/foo.baz int32; Qux int }
```
### What did you see happen?
In dwarf, the fields in anonymous struct have a package path prefix.
### What did you expect to see?
I expected in dwarf for the type to have the same name as it has in pclntab and upon runtime reflection. Maybe there's a good reason for this, but it's not obvious what that might be.
This has caused confusion for users of delve (https://github.com/go-delve/delve/issues/1521). | NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
2,754,891,717 | storybook | [Bug]: Storybook-nextjs complains about type exports imported from optimizePackageImports directory | ### Describe the bug
```sh
Module parse failed: Unexpected token (1:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> export { type A } from './types';
```
### Reproduction link
https://stackblitz.com/edit/github-dvxhuih6?file=src%2Fstories%2FButton.tsx
### Reproduction steps
_No response_
### System
```bash
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
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 <----- active
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
@storybook/addon-essentials: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/addon-interactions: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/addon-onboarding: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/blocks: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/nextjs: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/react: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/test: ^8.5.0-beta.4 => 8.5.0-beta.4
storybook: ^8.5.0-beta.4 => 8.5.0-beta.4
```
### Additional context
_No response_ | bug,needs triage | low | Critical |
2,754,907,484 | flutter | [webview_flutter]Add setForceDark method to force web pages to support dark mode | ### Use case
Not all web pages support dark mode, but I want it to be dark mode.
### Proposal
[ANDROID]
Android SDK has provided an API to force a web page to open dark mode
https://developer.android.com/develop/ui/views/layout/webapps/dark-theme
[iOS]
I'm not sure if the iOS SDK also provides a corresponding API
[Other]
Prioritize using the API provided by the SDK. If the SDK does not support it, we can force it to be implemented by injecting js/css, similar to [Dark Reader](https://darkreader.org/) | c: new feature,platform-android,platform-ios,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
2,754,912,337 | godot | Metadata on scenes inherited from files gets erased when re-importing the file | ### Tested versions
Tested on v4.3.stable, v4.4.dev7
### System information
macOS Sequoia (15.2.0) - Multi-window, 1 monitor - Metal (Forward+) - integrated Apple M4 Pro (Apple9) - Apple M4 Pro (14 threads)
### Issue description
When adding metadata to a scene that is inherited from an imported scene (i.e. from a `.glb` or a `.blend` file), the metadata is erased when re-importing the original file.
This warning sometimes prints when opening a project, which could be a hint here:
```
scene/resources/packed_scene.cpp:254 - Node './@StaticBody3D@44753' was modified from inside an instance, but it has vanished.
```
### Steps to reproduce
- Add a `.glb` file to your project
- This is also an issue with at least `.blend` files, which use the same pipeline as `.glb` files. I'm not sure if it's an issue with other file types.
- Create an inherited scene from that file
- Add metadata to a node somewhere in the inherited scene
- Re-import the file
- See that the metadata is erased
https://github.com/user-attachments/assets/6eda1d6e-9f47-445d-864d-5c36295c1107
This behavior should either be fixed, or the ability to add metadata to nodes in scenes that inherit from imported files should be disabled.
### Minimal reproduction project (MRP)
https://github.com/TranquilMarmot/godot-import-metadata-erase-bug
- Open project
- Open `cube.tscn` (this is an inherited scene from `cube.glb`)
- The first time opening the project, it will probably erase the metadata - give the imported `Cube` `MeshInstance3D` node some metadata (can be anything)
- Re-import `cube.glb`
- Check that the metadata in `cube.tscn` was erased | discussion,topic:import | low | Critical |
2,755,050,466 | rust | Creating a file with a single colon in its name strips the part after the colon from the file name and produces an empty file (on Windows) | <!--
Thank you for filing a bug report! ๐ Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
let mut f = File::create("before:after").unwrap();
f.write("test".as_bytes()).unwrap();
f.sync_all().unwrap();
```
I expected to see this happen:
The file creation produces an error, because file paths cannot contain colons on Windows.
Instead, this happened:
There were no errors. Instead, an empty file named `before` was created.
Note in particular:
* The file was named `before`, despite the requested name being `before:after`.
* The file was empty, despite the fact that the code succesfully wrote some text to it and synchronized the writes to disk.
Other observations:
When the file name contains multiple colons then the file creation does produce an error, as expected.
### Meta
<!--
If you're using the stable version of the compiler, you should also check if the
bug also exists in the beta or nightly versions.
-->
`rustc --version --verbose`:
```
rustc 1.83.0 (90b35a623 2024-11-26)
binary: rustc
commit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf
commit-date: 2024-11-26
host: x86_64-pc-windows-msvc
release: 1.83.0
LLVM version: 19.1.1
```
Tested on Windows 10 Home version 10.0.19045 Build 19045.
| O-windows,T-libs,C-discussion,A-filesystem | low | Critical |
2,755,057,742 | youtube-dl | Ongehoord Nederland ON! | - [x] I'm reporting a new site support request
- [ ] I've verified that I'm running youtube-dl version **2021.12.17**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker for similar site support requests including closed ones
## Example URLs
- [stopped working] Single video: https://ongehoordnederland.tv/243870/tv-programmas/documentaires/first-do-no-pharm/
- Single video: https://ongehoordnederland.tv/243877/tv-programmas/ongehoord-nieuws-213-de-hoogtepunten-van-2024/
- Single video: https://ongehoordnederland.tv/243845/tv-programmas/ongehoord-nieuws-212-nieuwe-coronaonthullingen-en-pensioenen/
## Description
I'm using yt-dlg 1.8.5 (I'm unsure the problems origine is youtube-dl. yt-dlg redirects people here for site support requests)
Ongehoord Nederland (ON!) is one of the Dutch more critical, less mainstream news and docu publishers/production houses. It has succeeded in securing air time on and streaming via the public media NPO. (With great reluctance of NPO)
I've seen that you support NPO.
But not all the users of its infrastructure and that's probably why you are unable to capture it from this site.
NPO doesn't show all the streaming content of their independent content providers on their main website. So maybe as an extra to this request you could try to more generalize the approach and support for NPO streaming embedded in other websites.
The yt-dlg log shows following warning and error:
- timestamp-DEBUG-Worker_1-WARNING: [generic] Falling back on generic information extractor
- timestamp-DEBUG-Worker_1-ERROR: The extracted extension ('css') is unusual and will be skipped for safety reasons. If you believe this is an error, 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
- timestamp-DEBUG-Worker_1-Child process exited with non-zero code: 1
Thanks in advance for your time and work | site-support-request | low | Critical |
2,755,084,039 | terminal | Suggestion ghost text gets left behind when using IME | ### Windows Terminal version
1.22
### Windows build number
all windows 11/10
### Other Software
_No response_
### Steps to reproduce
1. open wt.exe
2. ctrl+shift+p
3. type something
4. select one
5. the text first always be there
### Expected Behavior
_No response_
### Actual Behavior
https://github.com/user-attachments/assets/cf1e653a-1aae-4151-90ab-1bab5b5a0e12
| Issue-Bug,Area-TerminalControl,Product-Terminal,Area-CmdPal | low | Minor |
2,755,085,065 | flutter | [flutter_markdown] Text Alignment in table is incorrect for IOS and Android | ### What package does this bug report belong to?
flutter_markdown
### What target platforms are you seeing this bug on?
Android, Windows
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
args:
dependency: transitive
description:
name: args
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
async:
dependency: transitive
description:
name: async
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.11.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
characters:
dependency: transitive
description:
name: characters
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
name: collection
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.18.0"
cross_file:
dependency: transitive
description:
name: cross_file
sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670"
url: "https://pub.dev"
source: hosted
version: "0.3.4+2"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
ffi:
dependency: transitive
description:
name: ffi
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
file:
dependency: transitive
description:
name: file
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
url: "https://pub.dev"
source: hosted
version: "7.0.1"
file_selector:
dependency: "direct main"
description:
name: file_selector
sha256: "5019692b593455127794d5718304ff1ae15447dea286cdda9f0db2a796a1b828"
url: "https://pub.dev"
source: hosted
version: "1.0.3"
file_selector_android:
dependency: transitive
description:
name: file_selector_android
sha256: "00aafa9ae05a8663d0b4f17abd2a02316911ca0f46f9b9dacb9578b324d99590"
url: "https://pub.dev"
source: hosted
version: "0.5.1+9"
file_selector_ios:
dependency: transitive
description:
name: file_selector_ios
sha256: "94b98ad950b8d40d96fee8fa88640c2e4bd8afcdd4817993bd04e20310f45420"
url: "https://pub.dev"
source: hosted
version: "0.5.3+1"
file_selector_linux:
dependency: transitive
description:
name: file_selector_linux
sha256: "712ce7fab537ba532c8febdb1a8f167b32441e74acd68c3ccb2e36dcb52c4ab2"
url: "https://pub.dev"
source: hosted
version: "0.9.3"
file_selector_macos:
dependency: transitive
description:
name: file_selector_macos
sha256: "271ab9986df0c135d45c3cdb6bd0faa5db6f4976d3e4b437cf7d0f258d941bfc"
url: "https://pub.dev"
source: hosted
version: "0.9.4+2"
file_selector_platform_interface:
dependency: transitive
description:
name: file_selector_platform_interface
sha256: a3994c26f10378a039faa11de174d7b78eb8f79e4dd0af2a451410c1a5c3f66b
url: "https://pub.dev"
source: hosted
version: "2.6.2"
file_selector_web:
dependency: transitive
description:
name: file_selector_web
sha256: c4c0ea4224d97a60a7067eca0c8fd419e708ff830e0c83b11a48faf566cec3e7
url: "https://pub.dev"
source: hosted
version: "0.9.4+2"
file_selector_windows:
dependency: transitive
description:
name: file_selector_windows
sha256: "8f5d2f6590d51ecd9179ba39c64f722edc15226cc93dcc8698466ad36a4a85a4"
url: "https://pub.dev"
source: hosted
version: "0.9.3+3"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
flutter_markdown:
dependency: "direct main"
description:
name: flutter_markdown
sha256: bd9c475d9aae256369edacafc29d1e74c81f78a10cdcdacbbbc9e3c43d009e4a
url: "https://pub.dev"
source: hosted
version: "0.7.4"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
html_unescape:
dependency: "direct main"
description:
name: html_unescape
sha256: "15362d7a18f19d7b742ef8dcb811f5fd2a2df98db9f80ea393c075189e0b61e3"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
http:
dependency: transitive
description:
name: http
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
url: "https://pub.dev"
source: hosted
version: "1.2.2"
http_parser:
dependency: transitive
description:
name: http_parser
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
url: "https://pub.dev"
source: hosted
version: "4.0.2"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
url: "https://pub.dev"
source: hosted
version: "10.0.5"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
url: "https://pub.dev"
source: hosted
version: "3.0.5"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
lints:
dependency: transitive
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
markdown:
dependency: "direct main"
description:
name: markdown
sha256: ef2a1298144e3f985cc736b22e0ccdaf188b5b3970648f2d9dc13efd1d9df051
url: "https://pub.dev"
source: hosted
version: "7.2.2"
matcher:
dependency: transitive
description:
name: matcher
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
url: "https://pub.dev"
source: hosted
version: "0.12.16+1"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
url: "https://pub.dev"
source: hosted
version: "1.15.0"
path:
dependency: "direct main"
description:
name: path
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
url: "https://pub.dev"
source: hosted
version: "1.9.0"
path_provider:
dependency: "direct main"
description:
name: path_provider
sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378
url: "https://pub.dev"
source: hosted
version: "2.1.4"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
sha256: c464428172cb986b758c6d1724c603097febb8fb855aa265aeecc9280c294d4a
url: "https://pub.dev"
source: hosted
version: "2.2.12"
path_provider_foundation:
dependency: transitive
description:
name: path_provider_foundation
sha256: f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16
url: "https://pub.dev"
source: hosted
version: "2.4.0"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
url: "https://pub.dev"
source: hosted
version: "2.2.1"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
url: "https://pub.dev"
source: hosted
version: "2.3.0"
platform:
dependency: transitive
description:
name: platform
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
url: "https://pub.dev"
source: hosted
version: "3.1.5"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.dev"
source: hosted
version: "2.1.8"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
sha256: "3b9febd815c9ca29c9e3520d50ec32f49157711e143b7a4ca039eb87e8ade5ab"
url: "https://pub.dev"
source: hosted
version: "2.3.3"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
sha256: "07e050c7cd39bad516f8d64c455f04508d09df104be326d8c02551590a0d513d"
url: "https://pub.dev"
source: hosted
version: "2.5.3"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e
url: "https://pub.dev"
source: hosted
version: "2.4.2"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
source_span:
dependency: transitive
description:
name: source_span
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
url: "https://pub.dev"
source: hosted
version: "1.10.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.dev"
source: hosted
version: "1.11.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.dev"
source: hosted
version: "2.1.2"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.dev"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
typed_data:
dependency: transitive
description:
name: typed_data
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
url: "https://pub.dev"
source: hosted
version: "1.3.2"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.5"
web:
dependency: transitive
description:
name: web
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
url: "https://pub.dev"
source: hosted
version: "1.1.0"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
sdks:
dart: ">=3.5.2 <4.0.0"
flutter: ">=3.24.0"
```
</details>
### Steps to reproduce
Make a table with custom aligned columns where wrapping occurs in table cells
### Expected results
Wrapped text should align according to the custom alignment
### Actual results
Wrapped text aligns to left
### Code sample
<details open><summary>Code sample</summary>
```dart
|Header 1|Header 2|Header 3|
|:----|:----:|----:|
|Col 1|Col 2|VERY LONG LINE|
```
</details>
### Screenshots or Videos
_No response_
### Logs
_No response_
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
```
</details>
| platform-android,platform-ios,package,team-ecosystem,has reproducible steps,P2,p: flutter_markdown,triaged-ecosystem,found in release: 3.27,found in release: 3.28 | low | Critical |
2,755,117,366 | rust | compiletest: Less special handling of debugger/test discovery in debuginfo mode | Currently there is special code in compiletest that detects `Mode::DebugInfo` and responds by creating three different clones of the compiletest config, each configured to use one of cdb/gdb/lldb if the corresponding debugger can be found.
This complicates config handling and test discovery in the top-level parts of compiletest, because parts of the code need to be aware of multiple configs just to handle this one use-case.
In principle, debugger discovery and selection should be handled out in bootstrap, which then invokes compiletest up to three times, with each invocation explicitly specifying a debugger path and debugger kind. This is somewhat analogous to how `x test coverage` invokes compiletest twice on the same directory with two different modes, though in this case it would instead be the same directory and mode with different debugger settings.
(Given bootstrap's own maintenance headaches, whether this would be a net improvement in the short-term is an open question.) | C-cleanup,A-debuginfo,T-compiler,T-bootstrap,A-compiletest | low | Critical |
2,755,119,487 | pytorch | [ROCm] [APU] Incorrect call of HIP mem outage | ```
HSA_OVERRIDE_GFX_VERSION=9.0.0 \
CL_DEVICE_GLOBAL_FREE_MEMORY_AMD=24396768 \
CL_DEVICE_GLOBAL_MEM_SIZE=25189056512 \
CL_DEVICE_MAX_MEM_ALLOC_SIZE=21410698032 \
PYTORCH_HIP_MEM_ALLOC=strict PYTORCH_NO_HIP_MEMORY_CACHING=1 AMD_SERIALIZE_KERNEL=3 TORCH_USE_HIP_DSA=1 \
HSA_ENABLE_SDMA=0 HSA_ENABLE_INTERRUPT=0 AMD_LOG_LEVEL=1 AMD_LOG_MASK=0x1 HIP_LAUNCH_BLOCKING=0 GPU_DUMP_CODE_OBJECT=0 AMD_SERIALIZE_COPY=3 AMD_KERNEL_DISPATCH=1 GPU_MAX_HW_QUEUES=0 \
HIP_HIDDEN_FREE_MEM=16384 GPU_STREAMOPS_CP_WAIT=1 PAL_ALWAYS_RESIDENT=1 REMOTE_ALLOC=1 HIP_HOST_COHERENT=1 HIP_MEM_POOL_SUPPORT=1 GPU_MAX_REMOTE_MEM_SIZE=8192 HIP_VMEM_MANAGE_SUPPORT=0 \
PYTORCH_HIP_ALLOC_CONF=garbage_collection_threshold:0.25,max_split_size_mb:2560,expandable_segments:True \
python3.11 main.py --highvram --disable-smart-memory --disable-cuda-malloc --listen 127.0.0.1 --auto-launch \
--verbose ERROR --port 4096 --preview-method latent2rgb \
--output-directory /opt/local/.8A/terminal/ComfyAI/Downloads/04112025
```
```
## System Information
- **ComfyUI Version:** unknown
- **Arguments:** main.py --highvram --disable-smart-memory --disable-cuda-malloc --listen 127.0.0.1 --auto-launch --verbose ERROR --port 4096 --preview-method latent2rgb --output-directory /opt/local/.8A/terminal/ComfyAI/Downloads/04112025
- **OS:** posix
- **Python Version:** 3.11.9 (main, Jul 9 2024, 00:31:01) [GCC 14.1.1 20240522]
- **Embedded Python:** false
- **PyTorch Version:** 2.5.1+rocm6.3.0
## Devices
- **Name:** cuda:0 AMD Radeon Graphics : native
- **Type:** cuda
- **VRAM Total:** 25189052416
- **VRAM Free:** 4532178944
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
```
### ROCmInfo
```
ROCk module is loaded
=====================
HSA System Attributes
=====================
Runtime Version: 1.14
Runtime Ext Version: 1.6
System Timestamp Freq.: 1000.000000MHz
Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
Machine Model: LARGE
System Endianness: LITTLE
Mwaitx: DISABLED
DMAbuf Support: YES
==========
HSA Agents
==========
*******
Agent 1
*******
Name: AMD Ryzen 7 PRO 4750G with Radeon Graphics
Uuid: CPU-XX
Marketing Name: AMD Ryzen 7 PRO 4750G with Radeon Graphics
Vendor Name: CPU
Feature: None specified
Profile: FULL_PROFILE
Float Round Mode: NEAR
Max Queue Number: 0(0x0)
Queue Min Size: 0(0x0)
Queue Max Size: 0(0x0)
Queue Type: MULTI
Node: 0
Device Type: CPU
Cache Info:
L1: 32768(0x8000) KB
Chip ID: 0(0x0)
ASIC Revision: 0(0x0)
Cacheline Size: 64(0x40)
Max Clock Freq. (MHz): 3600
BDFID: 0
Internal Node ID: 0
Compute Unit: 16
SIMDs per CU: 0
Shader Engines: 0
Shader Arrs. per Eng.: 0
WatchPts on Addr. Ranges:1
Memory Properties:
Features: None
Pool Info:
Pool 1
Segment: GLOBAL; FLAGS: FINE GRAINED
Size: 49197372(0x2eeb13c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
Pool 2
Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED
Size: 49197372(0x2eeb13c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
Pool 3
Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED
Size: 49197372(0x2eeb13c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
Pool 4
Segment: GLOBAL; FLAGS: COARSE GRAINED
Size: 49197372(0x2eeb13c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
ISA Info:
*******
Agent 2
*******
Name: gfx90c
Uuid: GPU-XX
Marketing Name: AMD Radeon Graphics
Vendor Name: AMD
Feature: KERNEL_DISPATCH
Profile: BASE_PROFILE
Float Round Mode: NEAR
Max Queue Number: 128(0x80)
Queue Min Size: 64(0x40)
Queue Max Size: 131072(0x20000)
Queue Type: MULTI
Node: 1
Device Type: GPU
Cache Info:
L1: 16(0x10) KB
L2: 1024(0x400) KB
Chip ID: 5686(0x1636)
ASIC Revision: 0(0x0)
Cacheline Size: 64(0x40)
Max Clock Freq. (MHz): 2100
BDFID: 1024
Internal Node ID: 1
Compute Unit: 8
SIMDs per CU: 4
Shader Engines: 1
Shader Arrs. per Eng.: 1
WatchPts on Addr. Ranges:4
Coherent Host Access: FALSE
Memory Properties: APU
Features: KERNEL_DISPATCH
Fast F16 Operation: TRUE
Wavefront Size: 64(0x40)
Workgroup Max Size: 1024(0x400)
Workgroup Max Size per Dimension:
x 1024(0x400)
y 1024(0x400)
z 1024(0x400)
Max Waves Per CU: 40(0x28)
Max Work-item Per CU: 2560(0xa00)
Grid Max Size: 4294967295(0xffffffff)
Grid Max Size per Dimension:
x 4294967295(0xffffffff)
y 4294967295(0xffffffff)
z 4294967295(0xffffffff)
Max fbarriers/Workgrp: 32
Packet Processor uCode:: 472
SDMA engine uCode:: 40
IOMMU Support:: None
Pool Info:
Pool 1
Segment: GLOBAL; FLAGS: COARSE GRAINED
Size: 24598684(0x177589c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:2048KB
Alloc Alignment: 4KB
Accessible by all: FALSE
Pool 2
Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED
Size: 24598684(0x177589c) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Recommended Granule:2048KB
Alloc Alignment: 4KB
Accessible by all: FALSE
Pool 3
Segment: GROUP
Size: 64(0x40) KB
Allocatable: FALSE
Alloc Granule: 0KB
Alloc Recommended Granule:0KB
Alloc Alignment: 0KB
Accessible by all: FALSE
ISA Info:
ISA 1
Name: amdgcn-amd-amdhsa--gfx90c:xnack-
Machine Models: HSA_MACHINE_MODEL_LARGE
Profiles: HSA_PROFILE_BASE
Default Rounding Mode: NEAR
Default Rounding Mode: NEAR
Fast f16: TRUE
Workgroup Max Size: 1024(0x400)
Workgroup Max Size per Dimension:
x 1024(0x400)
y 1024(0x400)
z 1024(0x400)
Grid Max Size: 4294967295(0xffffffff)
Grid Max Size per Dimension:
x 4294967295(0xffffffff)
y 4294967295(0xffffffff)
z 4294967295(0xffffffff)
FBarrier Max Size: 32
*** Done ***
```
### ImageOnlyCheckpointSave
```
!!! Exception during processing !!! HIP error: out of memory
Compile with `TORCH_USE_HIP_DSA` to enable device-side assertions.
Traceback (most recent call last):
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/execution.py", line 328, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/execution.py", line 203, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy_extras/nodes_video_model.py", line 121, in save
comfy_extras.nodes_model_merging.save_checkpoint(model, clip_vision=clip_vision, vae=vae, filename_prefix=filename_prefix, output_dir=self.output_dir, prompt=prompt, extra_pnginfo=extra_pnginfo)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy_extras/nodes_model_merging.py", line 222, in save_checkpoint
comfy.sd.save_checkpoint(output_checkpoint, model, clip, vae, clip_vision, metadata=metadata, extra_keys=extra_keys)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/sd.py", line 960, in save_checkpoint
model_management.load_models_gpu(load_models, force_patch_weights=True)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_management.py", line 526, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_management.py", line 342, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_management.py", line 371, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_patcher.py", line 759, in partially_load
raise e
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_patcher.py", line 756, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_patcher.py", line 601, in load
self.patch_weight_to_device("{}.{}".format(n, param), device_to=device_to)
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/model_patcher.py", line 513, in patch_weight_to_device
out_weight = comfy.lora.calculate_weight(self.patches[key], temp_weight, key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/ComfyAI/ComfyUI/comfy/lora.py", line 497, in calculate_weight
weight += function(strength * comfy.model_management.cast_to_device(diff, weight.device, weight.dtype))
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RuntimeError: HIP error: out of memory
Compile with `TORCH_USE_HIP_DSA` to enable device-side assertions.
fatal: No names found, cannot describe anything.
```
### Reproductions,
(1) Download & run this workflow for Comfy on your AMD APU HW system. https://pastebin.com/qfKUrJc9, with downloading Shutt1eMix and Shutt1e3D Official SFT ckpt model images (CivitAI) onto `$COMFY_ROOT/models/unet`, and Comfyโs ClipVisionG (HF) onto `$COMFY_ROOT/models/clip_vision`,
(2) Look at checkpoints saving phase and also with Plasma system monitre,
(3) Workflow previews and demonstraitions of errors in pink and the not so outaged HW memories but still HIP mem outage somewhy,


### HW
AMD Zen2 R4750G APU (HSA 9.0.0) ร 14.9GiB UniVRAMโs with OpenCL-ROCm 6.3.0
cc @ROCm @ComfyAnonymous @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd | module: rocm,triaged | low | Critical |
2,755,121,267 | ant-design | ไฝฟ็จๅพฎ่ฝฏ่ชๅธฆ็่พๅ
ฅๆณ๏ผๅๆข่ณไธญๆๆจกๅผ๏ผไฝฟ็จInput.OTP,ๆไธไธไปปไธๅญ็ฌฆ,ๅฐฑไผ่พๅ
ฅ่ฟ2ไธชๅญ็ฌฆ | ### Reproduction link
[https://ant.design/components/input-cn](https://ant.design/components/input-cn)
### Steps to reproduce
็ดๆฅไฝฟ็จๅฎ็ฝ็ไพๅญ,่็ฆๅฐInput.OTP,ไฝฟ็จๅพฎ่ฝฏ่ชๅธฆ็่พๅ
ฅๆณ๏ผๅๆข่ณไธญๆๆจกๅผ๏ผไฝฟ็จInput.OTP,ๆไธไธไปปไธๅญ็ฌฆ,ๅฐฑไผ่พๅ
ฅ่ฟ2ไธชๅญ็ฌฆ
### What is expected?
่พๅ
ฅไธไธชๅญ็ฌฆๅชไผๆไธไธชๅญ็ฌฆ
### What is actually happening?
่พๅ
ฅไธไธชๅญ็ฌฆๆไธคไธชๅญ็ฌฆ
| Environment | Info |
| --- | --- |
| antd | 5.22.5 |
| React | 18.18.0 |
| System | windows11 |
| Browser | ่ฐทๆญๆต่งๅจ |
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | unconfirmed | low | Minor |
2,755,124,706 | react | Bug: Request for JSX Support for HTML Comments () in React | Description
Currently, React does not support rendering HTML comments (<!-- xx -->) directly in JSX. This limitation makes it challenging to implement certain use cases.
For instance, in React 19, findDOMNode has been deprecated, but in some scenarios, we still need similar functionality, such as retrieving a componentโs DOM reference or marking specific nodes. A potential solution could be using comment nodes (<!-- -->) as placeholders to enable subsequent DOM operations involving these nodes.
Feature Request
We hope React could support rendering comment nodes directly in JSX, such as:
jsx
```
<div>
<!-- This is a comment node -->
</div>
```
Rendering as:
html
```
<div>
<!-- This is a comment node -->
</div>
```
Why This Is Needed
Enhance DOM Manipulation Capabilities
Comment nodes can serve as lightweight markers for advanced DOM operations, such as dynamically inserting content or replacing deprecated findDOMNode functionality.
Flexibility and Compatibility
In some legacy systems, comment nodes are used to identify specific logic. Supporting this feature would allow developers to migrate old projects more easily or implement more complex functionality.
Improve Developer Experience
Allowing HTML comments in JSX can make the code more readable while helping developers document and debug specific logic directly within their JSX code.
Possible Alternatives
If supporting <!-- --> directly is not feasible, React could introduce a component like <Comment>:
jsx
```
<div>
<Comment>This is a comment node</Comment>
</div>
```
Rendering as:
html
```
<div>
<!-- This is a comment node -->
</div>
```
Conclusion
We kindly request the team to consider this feature.
| Status: Unconfirmed | medium | Critical |
2,755,155,957 | rust | Bad codegen for integer slice in matching | https://godbolt.org/z/zeKr4ab7c
Similar to https://github.com/rust-lang/rust/issues/132254, but with `|` in whole items.
The codegen is similar to `if/else` alternative before 1.49.0
Bisected on ffa2e7ae8fbf9badc035740db949b9dae271c29f | T-compiler,C-optimization | low | Minor |
2,755,188,951 | PowerToys | Markdown.md files failing to preview in Windows Explorer | ### Microsoft PowerToys version
v0.87.1
### Installation method
PowerToys auto-update
### Running as admin
No
### Area(s) with issue?
File Explorer: Preview Pane
### Steps to reproduce
Select "Preview pane" from the View tab in a File Explorer window.
Select a markdown file ("someFile.md")
See that there is nothing in the Preview Pane.
### โ๏ธ Expected Behavior
Select "Preview pane" from the View tab in a File Explorer window.
Select a markdown file ("someFile.md")
See the formatted information from the markdown file in the Preview Pane.
### โ Actual Behavior
Select "Preview pane" from the View tab in a File Explorer window.
Select a markdown file ("someFile.md")
Nothing in the Preview Pane.
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,755,234,520 | PowerToys | New+ korean translation error; is about new files, not new functionalities | ### Microsoft PowerToys version
0.87.1
### Utility with translation issue
New+
### ๐ Language affected
Korean
### โ Actual phrase(s)
์๋ก์ด ๊ธฐ๋ฅ+ (which means new functionalities+)

### โ๏ธ Expected phrase(s)
์๋ก ๋ง๋ค๊ธฐ+ (from windows 10 translation; means 'create new+')
์๋ก+ (short form that goes with 'new+'s conciseness)
์ ํ์ผ+ (new file+)
### โน Why is the current translation wrong
New+ is about new files, not new functionalities(๊ธฐ๋ฅ). | Issue-Bug,Area-Localization,Needs-Triage,Issue-Translation | low | Critical |
2,755,283,939 | ui | Add a color picker | ### Feature description
A color picker component
### Affected component/components
_No response_
### Additional Context
Additional details here...
### Before submitting
- [X] I've made research efforts and searched the documentation
- [x] I've searched for existing issues and PRs | area: request | low | Minor |
2,755,328,120 | opencv | Cocoa/highgui: Incorrectly maps ctrl-click as EVENT_LBUTTONDOWN/EVENT_LBUTTONUP | ### System Information
OpenCV version: build from https://github.com/opencv/opencv/tree/d9a139f9e85a17b4c47dbca559ed90aef517c279
Operating System / Platform: macOS 15.2
Python version: 3.12
### Detailed description
There is a comment left in `highgui/src/window_cocoa.mm`:
https://github.com/opencv/opencv/blob/dbb330d7be22b7d95dc2879f38cbe9816d47738a/modules/highgui/src/window_cocoa.mm#L992-L996
According to [Apple support page](https://support.apple.com/en-gb/guide/mac-help/mh35853/15.0/mac/15.0), there are two ways to right-click in macOS:
1. Control-click an item
Press and hold the Control key while clicking an item using mouse or trackpad.
2. Control-click items using only mouse/trackpad
Need to change its settings to open "Secondary click". Details in Apple support page.
After testing, opencv incorrectly maps the first type of right-click as EVENT_LBUTTONDOWN/EVENT_LBUTTONUP.
This is because `NSEvent.EventType` does not automatically map control-click into a right-click. Developers need to handle this mapping themselves. Similar codes can be found in [chromium](https://github.com/chromium/chromium/blob/e3de8409fb0b7c4787b7e53f8ee8f3580fa52219/ui/events/cocoa/cocoa_event_utils.mm#L81).
I can submit a pull request to fix it, or update the documentation to give users the option. However, please note that the second type of right-click mentioned above is disabled by default and must be enabled manually in the settings. The mapping of control-click to right-click is likely a common understanding among most macOS users.
### Steps to reproduce
```python
import cv2
import numpy as np
EVENTS_MAPPING = {
cv2.EVENT_LBUTTONDOWN: "Left Button Down",
cv2.EVENT_LBUTTONUP: "Left Button Up",
cv2.EVENT_RBUTTONDOWN: "Right Button Down",
cv2.EVENT_RBUTTONUP: "Right Button Up"
}
def mouse_callback(event, x, y, flags, param):
global display_text
event_name = EVENTS_MAPPING.get(event, "")
if event_name:
display_text = f"event: {event_name}\nx: {x}\ny: {y}\nflags: {flags}\nparam: {param}"
else:
display_text = ""
def main():
global display_text
display_text = ""
width, height = 800, 600
image = 255 * np.ones((height, width, 3), dtype=np.uint8)
window_name = "Mouse Event"
cv2.namedWindow(window_name)
cv2.setMouseCallback(window_name, mouse_callback)
while True:
display_image = image.copy()
if display_text:
y0, dy = 30, 30
for i, line in enumerate(display_text.split('\n')):
y = y0 + i * dy
cv2.putText(display_image, line, (12, y), cv2.FONT_HERSHEY_DUPLEX, 1, (0, 0, 0), 1)
cv2.imshow(window_name, display_image)
key = cv2.waitKey(1) & 0xFF
if key == ord('q'):
break
cv2.destroyAllWindows()
if __name__ == "__main__":
main()
```
### Issue submission checklist
- [X] I report the issue, it's not a question
- [X] I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- [X] I updated to the latest OpenCV version and the issue is still there
- [X] There is reproducer code and related data files (videos, images, onnx, etc) | bug,category: highgui-gui,platform: ios/osx | low | Minor |
2,755,336,637 | yt-dlp | ID3v2.4 metadata list writing support | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [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 issues **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)
- [ ] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
### Region
_No response_
### Example URLs
https://www.youtube.com/watch?v=QmnI9nJPs_E
https://www.youtube.com/watch?v=CkXbkVhrFU4
### Provide a description that is worded well enough to be understood
The ID3v2.4 spec states that in the case of a song with multiple artists or other tags with multiple values, they should be delimited with null characters. (Unicode 0x00 / Python `\u0000`). See the [id3 spec](https://id3.org/id3v2.4.0-frames) section 4.2 introduction. Please add the ability to encode information in this way (e.g. add a output template flag, or change the default delimiter from commas to null characters). A proposed solution is available here:
https://github.com/yt-dlp/yt-dlp/compare/master...MutantPiggieGolem1:yt-dlp:patch-2
(I made a feature request instead of a pr because I am not certain that my code complies with best practices, or is the correct approach for this problem)
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] 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: ['https://www.youtube.com/watch?v=QmnI9nJPs_E', '-vU', '--progress', '-o', './%(id)s.%(ext)s', '-f', 'm4a/bestaudio/best', '-x', '--audio-quality', '0', '--audio-format', 'm4a', '--embed-metadata', '--output-na-placeholder', 'Unknown', '--parse-metadata', 'release_date:%(meta_date)s', '--parse-metadata', '%(artists)+l:%(meta_artist)s', '--embed-thumbnail', '--ppa', 'ffmpeg: -c:v mjpeg -vf crop="\'if(gt(ih,iw),iw,ih)\':\'if(gt(iw,ih),ih,iw)\'"', '-N', '4', '--external-downloader', 'aria2c', '--external-downloader-args', '--max-connection-per-server=16', '--no-overwrites']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out cp1252 (No VT), error cp1252 (No VT), screen cp1252 (No VT)
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [542166962] (win_exe)
[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1t 7 Feb 2023)
[debug] exe versions: ffmpeg 2023-01-16-git-01f46f18db-full_build-www.gyan.dev (setts), ffprobe 2023-01-16-git-01f46f18db-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.08.30, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.40.1, urllib3-2.2.3, websockets-14.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
WARNING: External Downloader arguments given without specifying name. The arguments will be given to aria2c
[debug] Loaded 1837 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp)
[youtube] Extracting URL: https://www.youtube.com/watch?v=QmnI9nJPs_E
[youtube] QmnI9nJPs_E: Downloading webpage
[youtube] QmnI9nJPs_E: Downloading ios player API JSON
[youtube] QmnI9nJPs_E: Downloading mweb player API JSON
[debug] [youtube] Extracting signature function js_03dbdfab_107
[debug] Loading youtube-sigfuncs.js_03dbdfab_107 from cache
[debug] Loading youtube-nsig.03dbdfab from cache
[debug] [youtube] Decrypted nsig rOVGFBO1fnpq4VowB => iVX3HC88LHdogg
[debug] [youtube] Extracting signature function js_03dbdfab_103
[debug] Loading youtube-sigfuncs.js_03dbdfab_103 from cache
[debug] Loading youtube-nsig.03dbdfab from cache
[debug] [youtube] Decrypted nsig JHYFJ6_jdvzKqlN_m => WyB0jk7seawvKw
[youtube] QmnI9nJPs_E: Downloading m3u8 information
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, vcodec, channels, acodec, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec, channels, acodec, lang, proto, size, br, asr, vext, aext, hasaud, id
[debug] Searching for '(?P<meta_date>.+)' in '%(release_date)s'
[MetadataParser] Parsed meta_date from '%(release_date)s': '20240322'
[debug] Searching for '(?P<meta_artist>.+)' in '%(artists)+l'
[MetadataParser] Parsed meta_artist from '%(artists)+l': 'girl in red, Sabrina Carpenter'
[info] QmnI9nJPs_E: Downloading 1 format(s): 140
[info] Downloading video thumbnail 42 ...
[info] Writing video thumbnail 42 to: QmnI9nJPs_E.webp
[debug] Invoking aria2c downloader on "https://rr2---sn-nvopjoxu-25ve.googlevideo.com/videoplayback?expire=1734957265&ei=cQRpZ57MJruAsfIPgNiA6QY&ip=198.27.172.234&id=o-ABgVtdYN07MvGprEN4a5KAvR4BBlPHK3XJx-kWz3N7nQ&itag=140&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&met=1734935665%2C&mh=J-&mm=31%2C29&mn=sn-nvopjoxu-25ve%2Csn-o097znzk&ms=au%2Crdu&mv=m&mvi=2&pcm2cms=yes&pl=21&rms=au%2Cau&gcr=us&initcwndbps=4901250&bui=AfMhrI_I2OkVs8ELIeoHcOtM1XbPR78e-AgC1YJR2G2lH_BY99uuuGXcyLYXyNo29dQpOTHyjhM04Cxn&spc=x-caUITTvjqMZmgH7Xgeg9lR80dEnP4HJmiv4xxVFMBJ8IhdVt2l&vprv=1&svpuc=1&mime=audio%2Fmp4&rqh=1&gir=yes&clen=3019100&dur=186.377&lmt=1710543003824326&mt=1734935346&fvip=1&keepalive=yes&fexp=51326932%2C51335594%2C51371294&c=IOS&txp=2318224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cgcr%2Cbui%2Cspc%2Cvprv%2Csvpuc%2Cmime%2Crqh%2Cgir%2Cclen%2Cdur%2Clmt&sig=AJfQdSswRgIhAPj6QzOZU3xvvq4B-Dcv6RkopnTfYZDuB_t9G1WIOQH5AiEA0Fxqq6QE1XaPvv4xliszI7yH2--YNp7VMKSWeK9rDdU%3D&lsparams=met%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpcm2cms%2Cpl%2Crms%2Cinitcwndbps&lsig=AGluJ3MwRgIhAKqerMN22lAzm64V4-CmnWwg5WHMGWZPhk07Skxo6jkiAiEA_M7M59_goBI1NOvucD712gfGQDWX7q8MZx4Ho1m07Ak%3D"
[download] QmnI9nJPs_E.m4a has already been downloaded
[download] 100% of 2.91MiB
[debug] ffmpeg command line: ffprobe -show_streams file:QmnI9nJPs_E.m4a
[ExtractAudio] Not converting audio QmnI9nJPs_E.m4a; file is already in target format m4a
[Metadata] Adding metadata to "QmnI9nJPs_E.m4a"
[debug] ffmpeg command line: ffmpeg -y -loglevel repeat+info -i file:QmnI9nJPs_E.m4a -map 0 -dn -ignore_unknown -vn -acodec copy -write_id3v1 1 -metadata "title=You Need Me Now?" -metadata "date=20240322" -metadata "description=Provided to YouTube by Columbia
You Need Me Now? โ girl in red โ Sabrina Carpenter
You Need Me Now?
2024 Columbia Records, a Division of Sony Music Entertainment, under exclusive license from world in red
Released on: 2024-03-22
Associated Performer: girl in red & Sabrina Carpenter
Vocal, Composer, Lyricist: Marie Ulven
Bass, Guitar, Programmer, Synthesizer, Composer, Lyricist, Producer, Recording Engineer: Matias Tellez
Guitar, Programmer, Synthesizer, Vocal: Mari Persen
Drums: Erlend Hisdal
Vocal Producer: Julian Bunetta
Assistant Engineer: Andreas Aunedi Hโvset
Assistant Engineer: Quentin Adrianasitera
Assistant Engineer: James Pinfield-Wells
Mixing Engineer: Mark \"Spike\" Stent
Assistant Engineer: Matt Wolach
Assistant Engineer: Kieran Beardmore
Mastering Engineer: John Greenham
Assistant Engineer: Tess Greenham
Auto-generated by YouTube." -metadata "synopsis=Provided to YouTube by Columbia
You Need Me Now? โ girl in red โ Sabrina Carpenter
You Need Me Now?
2024 Columbia Records, a Division of Sony Music Entertainment, under exclusive license from world in red
Released on: 2024-03-22
Associated Performer: girl in red & Sabrina Carpenter
Vocal, Composer, Lyricist: Marie Ulven
Bass, Guitar, Programmer, Synthesizer, Composer, Lyricist, Producer, Recording Engineer: Matias Tellez
Guitar, Programmer, Synthesizer, Vocal: Mari Persen
Drums: Erlend Hisdal
Vocal Producer: Julian Bunetta
Assistant Engineer: Andreas Aunedi Hโvset
Assistant Engineer: Quentin Adrianasitera
Assistant Engineer: James Pinfield-Wells
Mixing Engineer: Mark \"Spike\" Stent
Assistant Engineer: Matt Wolach
Assistant Engineer: Kieran Beardmore
Mastering Engineer: John Greenham
Assistant Engineer: Tess Greenham
Auto-generated by YouTube." -metadata "purl=https://www.youtube.com/watch?v=QmnI9nJPs_E" -metadata "comment=https://www.youtube.com/watch?v=QmnI9nJPs_E" -metadata "artist=girl in red, Sabrina Carpenter" -metadata "album=You Need Me Now?" -movflags +faststart -c:v mjpeg -vf "crop='if(gt(ih,iw),iw,ih)':'if(gt(iw,ih),ih,iw)'" file:QmnI9nJPs_E.temp.m4a
[ThumbnailsConvertor] Converting thumbnail "QmnI9nJPs_E.webp" to png
[debug] ffmpeg command line: ffmpeg -y -loglevel repeat+info -f image2 -pattern_type none -i file:QmnI9nJPs_E.webp -update 1 -movflags +faststart -c:v mjpeg -vf "crop='if(gt(ih,iw),iw,ih)':'if(gt(iw,ih),ih,iw)'" file:QmnI9nJPs_E.png
[EmbedThumbnail] mutagen: Adding thumbnail to "QmnI9nJPs_E.m4a"
```
| enhancement,triage | low | Critical |
2,755,383,019 | neovim | startup: "access denied" (error 2147942405 (0x80070005)]) on Windows | ### Problem
I get [error 2147942405 (0x80070005) when launching Nvim 0.10.3
It also Triggers Windows Defender workplace blocked actions (low severity). I don't have exact info on what action was blocked
The Nvim 0.10.2 version doesn't give this error
### Steps to reproduce
Download https://github.com/neovim/neovim/releases/download/v0.10.3/nvim-win64.zip
Open nvim.exe in Windows Terminal
Error [error 2147942405 (0x80070005)] appears and nvim doesn't launch.
### Expected behavior
Nvim should launch as expected without triggering windows defender.
### Nvim version (nvim -v)
0.10.3
### Vim (not Nvim) behaves the same?
I don't have vim
### Operating system/version
Windows 10 Business 10.0.19045 Build 19045
### Terminal name/version
Windows Terminal
### $TERM environment variable
-
### Installation
Portable Windows Build (zip) | bug,documentation,security,platform:windows,bug-regression,startup,permissions | low | Critical |
2,755,390,036 | PowerToys | Icon missing in Taskbar | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Settings
### Steps to reproduce
The Taskbar Icon is missing when opening the setting windows, but when Pin PowerToys to the taskbar the Icon will be appear. Unpin PowerToys to the taskbar than close the setting window and reopen it ,The Icon will be missing again.

System Version Windows 11 24H2
[PowerToysReport_2024-12-23-15-00-00.zip](https://github.com/user-attachments/files/18226264/PowerToysReport_2024-12-23-15-00-00.zip)
### โ๏ธ Expected Behavior
The Icon should be appeared on taskbar
### โ Actual Behavior
The icon is the default icon for the program .
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,755,405,619 | svelte | Navigation - The NEXT button in the SvelteKit documentation malfunctions | ### Describe the bug
Navigation - The NEXT button in the SvelteKit documentation malfunctions.
The https://kit.svelte.dev/docs/service-workers url looks like this - wrong title, wrong NEXT button, wrong PREVIOUS button.
Clicking the back/forward button, NEXT/PREVIOUS, the link in the side panel - none of them set the title or names of the NEXT and PREVIOUS buttons. The links work, but the names of NEXT and PREVIOUS and title are wrong.
The tab title changes.

### Reproduction
Difficult to reproduce.
I was just going through one by one, from https://kit.svelte.dev/docs/introduction to https://kit.svelte.dev/docs/service-workers and then I noticed it.
But when I do it again now in a new tab, the error is gone.
This has happened a few times already, right after the introduction of the search engine and subdivision it happened.
### Logs
_No response_
### System Info
```shell
System:
OS: Linux 5.10 Arch Linux
CPU: (4) x64 AMD Athlon(tm) X4 950 Quad Core Processor
Memory: 3.03 GB / 15.07 GB
Container: Yes
Shell: 5.1.8 - /bin/bash
Binaries:
Node: 16.3.0 - /usr/bin/node
Yarn: 1.22.10 - /usr/bin/yarn
npm: 7.17.0 - /usr/bin/npm
Browsers:
Brave Browser: 100.1.37.109
Firefox: 87.0
```
### Severity
annoyance
### Additional Information
_No response_ | bug | low | Critical |
2,755,428,586 | godot | `NavigationServer3D::sync` can still be further optimized | ### Tested versions
4.x
### System information
Godot 4
### Issue description
I do not agree with #100497 closing #96483. The underlying issue is still the same.
This approach doesnโt resolve the root issue; it simply masks it. For example, with a single moving platform, `NavigationServer3D::sync` rebuilds the entire map every frame rather than just the affected parts. This is highly inefficient and needs to be addressed. Same for navigation links. Changing them will cause the whole map to be updated instead of just disconnecting the link and reconnecting it to the new position.
I have started on optimizing the navigation module but I currently do not have the time to get it into a PR sate so here are a couple ideas that will greatly speed up `NavigationServer3D::sync`:
1. add separate lists for internal and external connections to `Polygon`. This allows you to:
- compute internal connections **once** in `NavRegion::update_polygons` and store the unconnected edges. Then only connect unconnected edges between regions in `NavigationServer3D::sync`. [O(nยฒ) -> O(kยฒ) with k << n in practice]
- only disconnect the connections between a region and all other regions instead of clearing all connections when removing a `NavRegion` [O(nยฒ) -> O(k)]
- only build connections between the new region and all other regions when adding a `NavRegion` [O(nยฒ) -> O(~k)]
2. only actually update that one link when updating a `NavLink` and not the whole map [O(nยฒ) -> O(~1)]
3. create some kind of broad-phase for `NavRegion`s to further reduce the amount of edges that need to be checked. A simple AABB tree should be enough. This could be further extended to also build a broad-phase for the polygons inside the region. Moving regions could be marked and excluded from the broad-phase to make it a bit simpler.
4. Since the navmesh is an indexed mesh there is no need to do any kind of distance check to connect internal edges. Two edges form a connection if they use the same indices. This will also eliminate a bug where sometimes with very thin polygons the wrong edges are connected.
For 1. there is also the option to store the external connections directly in the `NavRegion` this would have the added benefit of generating an implicit hierarchical graph which could be used to speed up path queries at the cost of precision on very large maps. The internal connections could also be computed ahead of time when building the navmesh. Recast already gives you the information it is currently just discarded. This would however require a breaking change to the navmesh structure.
### Steps to reproduce
-
### Minimal reproduction project (MRP)
- | discussion,topic:navigation,performance | low | Critical |
2,755,432,379 | PowerToys | Quick Accent: Hotkey/Shortcut to enable/disable | ### Description of the new feature / enhancement
The Quick Accent function can cause conflicts in certain games and NLE programs when interacting with them, it would be useful to have a toggle function that would display "Quick Accent Enabled/Disabled" or an icon. Example of such could be Ctrl + Q to toggle.
### Scenario when this would be used?
As stated above, to reduce conflicts with games and programs that conflict with the common usage of Quick Accent.
### Supporting information
I'm aware of the "Game Mode" function and blacklist but it doesn't always trigger for a lot of basic titles and programs and is inconvenient to use. A more "clinical" solution like an easy toggle is required. | Needs-Triage | low | Minor |
2,755,435,658 | node | --inspect-brk causes code with workers to hang | ### Version
v23.4.0
### Platform
```text
Darwin shimaryuuheinoMac-mini.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 20:52:12 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6020 arm64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Run this code with --inspect-brk and inspect it using Chrome DevTools.
```
const { Worker } = require('worker_threads');
const worker = new Worker('console.log("Worker thread is running")', { eval: true });
console.log('Main thread is running');
process.on('exit', () => {
console.log('Main thread is exiting');
});
worker.on('exit', (message) => {
process.exit();
});
```
### How often does it reproduce? Is there a required condition?
constantly
### What is the expected behavior? Why is that the expected behavior?
```
Debugger listening on ws://127.0.0.1:9229/a33bf964-bb8c-432a-9d6b-191d26bef40a
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Main thread is running
Worker thread is running
Main thread is exiting
Waiting for the debugger to disconnect...
```
### What do you see instead?
The worker does not execute and stops
```
Debugger listening on ws://127.0.0.1:9229/a301d300-fc77-40c7-b5a2-03042079e8b0
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Main thread is running
```
### Additional information
It seems that the parent thread's `--inspect-brk` setting is inherited.
https://nodejs.org/api/worker_threads.html#new-workerfilename-options
According to the documentation, the child threads inherit the parent thread's options by default, so this might be a feature request rather than a bug report.
However, it was working as expected in at least version 22.1.0.
In any case, I want to be able to run `--inspect-brk` without needing to add additional options to the worker. | inspector,worker | low | Critical |
2,755,455,046 | next.js | Image without `priority` gets preloaded if it is set to `loading="eager"` | ### Link to the code that reproduces this issue
https://github.com/derweili/next-image-preload-test
Deployed on Vercel: https://image-preload-test.vercel.app/
### To Reproduce
1. Add an image using the `<Image>` tag to your page.
2. Set the image to load eager using `<Image loading="eager" />`
3. On the frontend, inspect the code, especially the document head `<head>`.
4. In the `<head>` you will find a preload link for this image `<link rel="preload" as="image">` altough you didn't set the `priority` param
### Current vs. Expected behavior
**Current behavior:**
When a image is set to load eager by `loading="eager"` it gets preloaded.
_Example_:
```
<Image src="https://picsum.photos/seed/priority/400/300" alt="Logo" width={400} height={300} priority **/>**
<Image src="https://picsum.photos/seed/no-priority-loading-eager/400/300" alt="Logo" width={400} height={300} loading="eager" />
```
In this example, only the first image has set `priority` while the second does not have the `priority` tag but is only set to loading `eager`.
However, currently both get preloaded using a preload link.
**Expected behavior**
If a image is set to `loading="eager"` without `priority` it should not get preloaded.
Only images with `priority` should get preloaded.
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 23.6.0: Thu Sep 12 23:35:29 PDT 2024; root:xnu-10063.141.1.701.1~1/RELEASE_ARM64_T6000
Available memory (MB): 32768
Available CPU cores: 10
Binaries:
Node: 20.12.2
npm: 10.5.0
Yarn: 1.22.22
pnpm: 9.0.4
Relevant Packages:
next: 14.2.5 // An outdated version detected (latest is 15.1.2), upgrade is highly recommended!
eslint-config-next: 14.2.21
react: 18.3.1
react-dom: 18.3.1
typescript: 5.7.2
Next.js Config:
output: N/A
This issue can be replicated with next@14 and next@15
```
### Which area(s) are affected? (Select all that apply)
Image (next/image)
### Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed)
### Additional context
I tested app router and pages router, this issue only happens on app router, but not on pages router. On pages router, only the image with `priority` gets preloaded.
I tested various versions and could replicate the issue from `[email protected]` (with react@18) to the latest canary versions `15.1.1-canary.17` and `[email protected]` (both with react@19).
I noticed that when editing component, the wrong preload link sometimes gets removed during HMR. But when doing a hard refresh, its rendered again.
The preload link is included in the SSR response, so its no a client side rendering issue. | Image (next/image) | low | Minor |
2,755,488,696 | ui | [bug]: Combobox not working | ### Describe the bug
As stated in the title, the Combobox is not working across different components. When open, cannot select any options as it is stuck on the first option in the list

### Affected component/components
Combobox
### How to reproduce
1. Isolated the component to a new blank screen
2. Cleared all styling
3. Used it in incognito
4. Reinstalled it
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Info
```bash
Chrome browser: Version 131.0.6778.140 (Official Build) (64-bit)
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,755,514,894 | storybook | [Bug]: optimizePackageImports do not work in @storybook/nextjs | ### Describe the bug
Some server code exported from barrel file. It works in nextjs itself because of optimizePackageImports, but fails to resolve some node packages in storybook.
### Reproduction link
https://stackblitz.com/edit/github-dvxhuih6-cb6t3t3m?file=src%2Fshared%2Findex.ts
### Reproduction steps
_No response_
### System
```bash
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
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 <----- active
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
@storybook/addon-essentials: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/addon-interactions: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/addon-onboarding: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/blocks: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/nextjs: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/react: ^8.5.0-beta.4 => 8.5.0-beta.4
@storybook/test: ^8.5.0-beta.4 => 8.5.0-beta.4
storybook: ^8.5.0-beta.4 => 8.5.0-beta.4
```
### Additional context
_No response_ | bug,needs triage | low | Critical |
2,755,519,383 | PowerToys | Unnecessary information | ### Description of the new feature / enhancement
Good afternoon, your application is wonderful, I want to suggest a little minimalism in the output of information. The fact is that I have enabled only 5 functions, and when I call for help on commands, I see many commands that are no longer relevant to me at the time of work. In the future, I suggest displaying only those hints that are enabled by the user, thank you for your understanding. I repeat, I like your project and I'm just suggesting changes that you might like too. I wish you a good development! Good luck!

### Scenario when this would be used?
Calling for help on commands
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,755,572,353 | yt-dlp | [Mediasite] Support alternative URL format | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [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 issues **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)
- [ ] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
### Region
_No response_
### Example URLs
https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d
https://uconnhealth.mediasite.com/Mediasite/Channel/medical_grand_rounds/watch/1eeff651adc74b2fb17089ada14b61041d
https://wmich.mediasite.com/Mediasite/Channel/mediasitetrainingvideos/watch/d016dd0c5f384ecfbdb9c8dfc7eefcb21d
Can find more by googling "site:mediasite.com/Mediasite/Channel"
### Provide a description that is worded well enough to be understood
- Each of these URLs are part of a "channel", which is essentially the equivalent of a playlist on Mediasite.
- yt-dlp does not recognise these URLs and falls back to a generic extractor which always fails.
- This can be worked around by right clicking the video โ open iframe in new tab
- Another workaround is to convert the URL into a format that yt-dlp detects
- For example, `https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d` โ `https://relaiswebcasting.mediasite.com/mediasite/Play/223f4939531a4a8ca798e0a1dd316e081d`
- Essentially the format is `urlhost/mediasite/Channel/_ChannelName_/watch/_VideoLocator_` โ `urlhost/mediasite/Play/_VideoLocator_`
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] 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://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp-nightly-builds [d298693b1] (darwin_exe)
[debug] Python 3.12.8 (CPython arm64 64bit) - macOS-15.2-arm64-arm-64bit (OpenSSL 3.0.15 3 Sep 2024)
[debug] exe versions: ffmpeg 7.1 (setts), ffprobe 7.1, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.12.14, curl_cffi-0.7.1, mutagen-1.47.0, requests-2.32.3, sqlite3-3.45.3, urllib3-2.2.3, websockets-14.1
[debug] Proxy map: {}
[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-nightly-builds/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp-nightly-builds
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp-nightly-builds)
[generic] Extracting URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d
[generic] 223f4939531a4a8ca798e0a1dd316e081d: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 223f4939531a4a8ca798e0a1dd316e081d: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d
Traceback (most recent call last):
File "yt_dlp/YoutubeDL.py", line 1624, in wrapper
File "yt_dlp/YoutubeDL.py", line 1759, in __extract_info
File "yt_dlp/extractor/common.py", line 742, in extract
File "yt_dlp/extractor/generic.py", line 2553, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/watch/223f4939531a4a8ca798e0a1dd316e081d
```
| site-enhancement,triage | low | Critical |
2,755,578,833 | TypeScript | Incorrect type returned by TextEncoder.encode | ### ๐ Search Terms
TypedArray, Uint8Array, ArrayBufferLike, TextEncoder
### ๐ Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about TextEncoder
### โฏ Playground Link
[Playground link](https://www.typescriptlang.org/play/?target=99#code/MYewdgzgLgBAJgQygmBeGYCmB3GAVTADygFExQ5MAnACgEoA6TckSmgIgAtMAbHkdnQCwAKAD0YmFJgA9APwwAqgEswUABwBBKlQQBPADzbdegEIBXAGaXqAGWUBrTAD5RE-NxgADY-ovW7R0wvGABbfRhVYB5zSm8AZU4EKkw4XzMrGyovABoYACNzWC9mCkx6ELdJcB49GAhzAAdGkCooCG90-yzc+pAYKE5lDvyUhAcOspgiRsxgKFUAcxgEME6dP0zqLwZRUUtzcgXwGEaqEGBMCAgAESQEGjgALhgurao6GABvUSl3OH60EyogAvnsRGcLldbvdHvcGIUAh8YO48EMOhBOCBzDw4DBsK0HHlCrAUi02qkVh0oHpZtMdK0gA)
### ๐ป Code
```ts
const data = new TextEncoder().encode("hello")
// ^? Uint8Array<ArrayBufferLike>
// The `ArrayBufferLike` may include `SharedArrayBuffer`, but `encode()`
// only supports `ArrayBuffer`, so this breaks code expecting an `ArrayBuffer`.
function processData(d: ArrayBuffer) {
// do stuff
}
processData(data.buffer) // This should work, but reported as type error
```
### ๐ Actual behavior
Values returned by TextEncoder.encode are not assignable to `ArrayBuffer`.
### ๐ Expected behavior
Values returned by TextEncoder.encode should be assignable to `ArrayBuffer`.
### Additional information about the issue
https://stackoverflow.com/a/79300250/1494725 | Bug,Help Wanted,Domain: lib.d.ts | low | Critical |
2,755,588,422 | PowerToys | Mouse without borders looses button press functionality randomly | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce
The mouse cannot click or drag windows on the other monitor. Although the pointer is visible it can neither click nor drag any objects. I need to disconnect and reconnect or restart the second desktop to get back the functionality. It happens randomly.
### โ๏ธ Expected Behavior
Expecting to click and drag with the mouse on the second dekstop
### โ Actual Behavior
Randomly looses the click/drag functionality on the second desktop even though the pointer is visible.
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,755,591,636 | transformers | Set output_attentions=True for model.geneate | ### System Info
transformers==4.44.0
Ubuntu 22.04.2 LTS
python==3.10.13
### Who can help?
@ArthurZucker
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [X] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
### Reproduction
1. I used the LLaVA arch with LlavaQwen2ForCausalLM.
2. I will get right response with output_attentions=False in model.generate()
3. The response are not expected and some nan in scores with output_attentions=True.
### Expected behavior
I expected get normal response with attention score. | bug,Generation | low | Minor |
2,755,603,643 | PowerToys | Workspaces should save the current state effortlessly | ### Description of the new feature / enhancement
Hi. in attempt to make it easier to get right back on track, Workspaces has to also make it easy for us to *configure* our configs/workspaces. Currently it asks us to write cli args manually 
ideally this should not be the case and the capturer should be able to also capture the cli args automatically. Because if we are to write the cli args manually, then we might as well just save it all to a `.cmd` file and just double click that instead.
### Scenario when this would be used?
capturing the state of our new workspace
### Supporting information
_No response_ | Needs-Triage,Product-Workspaces | low | Minor |
2,755,630,402 | PowerToys | Unable to open PowerToys after update 0.87.1 | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Advanced Paste
### Steps to reproduce
I don't know how to reproduce it. I have two laptops, on the first one the update caused the application to be completely blocked, on the second the update went through without problems.
What I've tried:
1) Updating from the app
2) Uninstalling PowerToys, deleting AppData\Local\Microsoft\PowerToys, reinstalling 0.87.1
Both of these options resulted in the application being completely blocked at startup.
It started working only after the **rollback to 0.82**
### โ๏ธ Expected Behavior
updating the app does not cause any breakage))
### โ Actual Behavior
after installing version 0.87.1, the application cannot be opened: clicking on the tray icon does not give any results. I tried to kill the process and restart it again - the same thing.
in the Event Viewer, I found:
```
Faulting application name: PowerToys.AdvancedPaste.exe, version: 0.87.1.0, time stamp: 0x67200000
Faulting module name: KERNELBASE.dll, version: 10.0.19041.2546, time stamp: 0xe8e9ac9b
Exception code: 0xc0000602
Fault offset: 0x000000000010fd12
Faulting process id: 0x3ff8
Faulting application start time: 0x01db55133e2c4609
Faulting application path: C:\Program Files\PowerToys\WinUI3Apps\PowerToys.AdvancedPaste.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 160064fa-c347-4ade-aa3f-71446e804bbf
Faulting package full name:
Faulting package-relative application ID:
```
Attached file contains result[PowerToysReport_2024-08-01-14-20-28.zip](https://github.com/user-attachments/files/18227891/PowerToysReport_2024-08-01-14-20-28.zip)
of `Program Files\PowerToys\Tools>PowerToys.BugReportTool.exe /bugreport`
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Critical |
2,755,686,141 | react | Bug: forms don't behave correctly with Lit custom elements | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version: 19.0.0
## Steps To Reproduce
1. Use Lit custom element inside a form (an input and a submit button)
2. Try to get the input value
<!--
Your bug will get fixed much faster if we can run your code and it doesn't
have dependencies other than React. Issues without reproduction steps or
code examples may be immediately closed as not actionable.
-->
Link to code example:
- Custom element implementation: https://github.com/test-wc/test-wc/tree/feature/forms
- React usage: https://github.com/test-wc/react-wc/blob/features/forms/src/App.js
<!--
Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
repository on GitHub, or provide a minimal code example that reproduces the
problem. You may provide a screenshot of the application if you think it is
relevant to your bug report. Here are some tips for providing a minimal
example: https://stackoverflow.com/help/mcve.
-->
## The current behavior
Custom elements behave correctly in Angular, VanillaJS, Vue and React using `react-hook-forms`
## The expected behavior
I'd like to see it working using the native form in React | Status: Unconfirmed | medium | Critical |
2,755,687,325 | flutter | [webview_flutter] Rendering issue on Web in windows 7 and chrome os | ### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
Web
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
description:
name: async
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.11.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
characters:
dependency: transitive
description:
name: characters
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
name: collection
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.18.0"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
url: "https://pub.dev"
source: hosted
version: "10.0.5"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
url: "https://pub.dev"
source: hosted
version: "3.0.5"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
lints:
dependency: transitive
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
matcher:
dependency: transitive
description:
name: matcher
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
url: "https://pub.dev"
source: hosted
version: "0.12.16+1"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
url: "https://pub.dev"
source: hosted
version: "1.15.0"
path:
dependency: transitive
description:
name: path
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
url: "https://pub.dev"
source: hosted
version: "1.9.0"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.dev"
source: hosted
version: "2.1.8"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
source_span:
dependency: transitive
description:
name: source_span
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
url: "https://pub.dev"
source: hosted
version: "1.10.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.dev"
source: hosted
version: "1.11.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.dev"
source: hosted
version: "2.1.2"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.dev"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.5"
web:
dependency: "direct main"
description:
name: web
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
url: "https://pub.dev"
source: hosted
version: "1.1.0"
webview_flutter:
dependency: "direct main"
description:
name: webview_flutter
sha256: "889a0a678e7c793c308c68739996227c9661590605e70b1f6cf6b9a6634f7aec"
url: "https://pub.dev"
source: hosted
version: "4.10.0"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "74693a212d990b32e0b7055d27db973a18abf31c53942063948cdfaaef9787ba"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
webview_flutter_platform_interface:
dependency: "direct main"
description:
name: webview_flutter_platform_interface
sha256: d937581d6e558908d7ae3dc1989c4f87b786891ab47bb9df7de548a151779d8d
url: "https://pub.dev"
source: hosted
version: "2.10.0"
webview_flutter_web:
dependency: "direct main"
description:
path: "plugins/webview_flutter_web"
relative: true
source: path
version: "0.2.3+2"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: d4034901d96357beb1b6717ebf7d583c88e40cfc6eb85fe76dd1bf0979a9f251
url: "https://pub.dev"
source: hosted
version: "3.16.0"
sdks:
dart: ">=3.5.3 <4.0.0"
flutter: ">=3.24.0"
```
</details>
### Steps to reproduce
Steps to reproduce:
Step 1. Visit [https://webview-render-issue.web.app/](https://webview-render-issue.web.app/)
Step 2: Open console -> More tools -> Network Conditions
Step 3: Select Custom User Agent as below and reload page
Custom User agent: ``` Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 ```
Step 4: Interact with the listeview/dropdown/alert box.
### Expected results
UI render jank issue should not happen.
### Actual results
Users are facing ui render jank issues when webview is present on the screen.
Tried with flutter version 3.24 and 3.27
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/material.dart';
import 'package:webview_flutter_platform_interface/webview_flutter_platform_interface.dart';
import 'package:webview_flutter_web/webview_flutter_web.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter WebView Sample',
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: const MyHomePage());
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({super.key});
@override
_MyHomePageState createState() => _MyHomePageState();
}
class _MyHomePageState extends State<MyHomePage> {
final TextEditingController _controller = TextEditingController();
final WebWebViewController controller = WebWebViewController(
WebWebViewControllerCreationParams(),
)..loadRequest(
LoadRequestParams(
uri: Uri.parse('https://www.google.com'),
),
);
String _currentUrl = 'https://www.google.com'; // Default URL
List<String> scripts =
List<String>.generate(50, (index) => (index + 1).toString());
String _selectedValue = 'Option 1';
final List<String> _dropdownItems = ['Option 1', 'Option 2', 'Option 3'];
@override
void initState() {
super.initState();
_controller.text = _currentUrl;
}
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Flutter WebView Sample'),
),
body: Column(
children: [
const Text('Steps to reproduce:'),
const Text(
'Step 1: Open console -> More tools -> Network Conditions '),
const Text(
'Step 2: Select Custom User Agent as below and reload page'),
const SelectableText(
'Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36',
),
Expanded(
child: Row(
children: [
// First Column: TextField and WebView
Expanded(
flex: 2,
child: Column(
children: [
Padding(
padding: const EdgeInsets.all(8.0),
child: TextField(
controller: _controller,
decoration: InputDecoration(
labelText: 'Enter URL',
suffixIcon: IconButton(
icon: const Icon(Icons.arrow_forward),
onPressed: () {
String url = _controller.text;
setState(() {
_currentUrl = url;
});
controller.loadRequest(
LoadRequestParams(
uri: Uri.parse(url),
),
);
},
),
),
onSubmitted: (value) {
setState(() {
_currentUrl = value;
});
controller.loadRequest(
LoadRequestParams(
uri: Uri.parse(value),
),
);
},
),
),
Expanded(
child: Material(
color: Colors.white,
elevation: 4,
child: PlatformWebViewWidget(
PlatformWebViewWidgetCreationParams(
controller: controller),
).build(context),
),
),
],
),
),
// Second Column: ListView of scripts
Expanded(
flex: 1,
child: Column(
children: [
Expanded(
child: ListView.builder(
itemCount: scripts.length,
itemBuilder: (context, index) {
return ListTile(
title: Text(scripts[index]),
onTap: () {},
);
},
),
),
Padding(
padding: const EdgeInsets.all(8.0),
child: DropdownButton<String>(
value: _selectedValue,
onChanged: (String? newValue) {
setState(() {
_selectedValue = newValue!;
});
},
items: _dropdownItems
.map<DropdownMenuItem<String>>((String value) {
return DropdownMenuItem<String>(
value: value,
child: Text(value),
);
}).toList(),
),
),
ElevatedButton(
onPressed: () {
_showAlertDialog(context);
},
child: const Text('Show Alert Dialog'),
),
],
),
),
],
),
),
],
),
);
}
void _showAlertDialog(BuildContext context) {
showDialog(
context: context,
builder: (BuildContext context) {
return AlertDialog(
title: const Text('Alert'),
content: const Text('This is an alert dialog box.'),
actions: <Widget>[
TextButton(
child: const Text('OK'),
onPressed: () {
Navigator.of(context).pop();
},
),
],
);
},
);
}
}
```
</details>
### Screenshots or Videos
<details open>
<summary>Screenshots / Video demonstration</summary>
https://github.com/user-attachments/assets/069dccd8-34b8-49b8-aa8d-928003c5ccd3
</details>
### Logs
<details open><summary>Logs</summary>
```console
------
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[โ] Flutter (Channel stable, 3.24.3, on macOS 15.2 24C101 darwin-arm64, locale en-IN)
[โ] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[โ] Xcode - develop for iOS and macOS (Xcode 15.4)
[โ] Chrome - develop for the web
[โ] Android Studio (version 2024.1)
[โ] VS Code (version 1.96.1)
[โ] Connected device (3 available)
[โ] Network resources
โข No issues found!
```
</details>
| waiting for customer response,in triage | low | Critical |
2,755,689,405 | next.js | notFound generates critical error with i18n | ### Link to the code that reproduces this issue
https://github.com/GeorgeHulpoi/nextjs-not-found-bug
### To Reproduce
1. Go to `http://localhost:3000/de` and you will see the following errors in console:

### Current vs. Expected behavior
When the `notFound` is called from `next/navigation`, seems to produce the error. Normally, it should show the default 404 page.
For example, navigating to `http://localhost:3000/en/test` render the default 404 (as expected).
### Provide environment information
```bash
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Available memory (MB): 14189
Available CPU cores: 16
Binaries:
Node: 20.9.0
npm: 10.1.0
Yarn: 1.22.21
pnpm: 9.15.0
Relevant Packages:
next: 15.1.2 // Latest available version is detected (15.1.2).
eslint-config-next: N/A
react: 19.0.0
react-dom: 19.0.0
typescript: N/A
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Internationalization (i18n), Navigation
### Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local)
### Additional context
Related issues:
https://github.com/vercel/next.js/issues/59180
https://github.com/vercel/next.js/issues/55191
I followed the steps from https://nextjs.org/docs/app/building-your-application/routing/internationalization ; | Navigation,Internationalization (i18n) | low | Critical |
2,755,714,710 | vscode | Git - Should not encourage overriding write protection of files managed by large file versioning solutions like git annex | <!-- โ ๏ธโ ๏ธ 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: 1.96.1
- OS Version: Linux 6.12.4-arch1-1 / Arch Linux / GNOME Shell /
[git annex](https://git-annex.branchable.com) is a tool that allows handling of large files and management of a decentralized set of repositories, allowing a sort of partial checkout (repositories can choose which files they provide) and it keeps track of which files are available in which repository. Based on that information, git annex can inform the user how many copies of each file are available at other locations. The decentral nature and handling of large files allowed the [adaption for scientific computing workflows](https://datalad.org).
git annex tries to avoid storing files twice as annex'ed files can be quite big. Therefore when files are added to git annex, they are moved to a write-protected content-adressed storage living in `.git/annex/objects` and the original file location is replaced by a symlink to the object store. Files in this state are referred to as "locked", as they must not be edited to not corrupt the content-addressed storage.
To edit a file, first a [copy must be made](https://git-annex.branchable.com/git-annex-unlock/) from the object storage to the original location. However, VSCode encourages the user to instead remove the write protection bit, which makes the object-storage writable and modifies the file inside of the storage instead of editing a copy. I know that the tool DVC, which is used to version-control machine learning pipelines [has a similar system](https://dvc.org/doc/user-guide/data-management/large-dataset-optimization), so this problem probably applies there, too.
**Potential solution**: Do not offer the "Overwrite" function if a file looks like a git-annex'ed file, that is, if it (a) is a symlink (b) points to a target that follows the regex `(\.\./)*\.git/annex/objects`. I see that VSCode cannot support functions of random 3rd party apps so it probably does not need to offer unlocking instead of overwriting, but just not showing the "Overwrite" button would maybe be an addition that is reasonably small for a large benefit of not promoting an action that can destroy previous versions of a file that the user wants to keep.
Steps to Reproduce:
1. Download git annex (e.g. [Linux standalone](https://git-annex.branchable.com/install/Linux_standalone/)
2. Use the "runshell.sh" script to launch a shell with git annex enable
3. `git init`
4. `git annex init`
5. `echo "Hi" > testfile`
6. `git annex add testfile` -> The file is moved to `.git/annex/objects/[shard1]/[shard2]/[hash]/[hash]` and `testfile` is replaced with a symlink to that location
7. `git commit -m "Add annex'ed file"`
8. In VS Code, open "testfile" and make any change
9. Try to save --> A message appears "Failed to save 'core_paths.json': File is read-only. Select 'Overwrite' to attempt to make it writeable.", with a blue button "Overwrite"
10. **Expected behaviour**: VSCode warns that this looks like a git annex'ed file and should be unlocked first, or it replaces the symlink by [a copy of the content](https://git-annex.branchable.com/git-annex-unlock/). symlink. **Actual behaviour**: VSCode offers the blue "Overwrite" button, encouraging the user to modify the symlink target within git annex's object storage, thereby corrupting it and leading to loss of the old file content.
| feature-request,git | low | Critical |
2,755,721,557 | yt-dlp | [Mediasite] Download whole "channel" (playlist) at once | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-specific feature
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [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 issues **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)
- [ ] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
### Region
_No response_
### Example URLs
https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/browse/null/oldest/null/0/null
https://uconnhealth.mediasite.com/Mediasite/Channel/medical_grand_rounds/browse/null/most-recent/null/0/null
https://wmich.mediasite.com/Mediasite/Channel/mediasitetrainingvideos/
Can find more by googling "site:mediasite.com/Mediasite/Channel"
### Provide a description that is worded well enough to be understood
When the browser loads the Channel page, it will download a json file called and `GetMediasiteChannelAppContent`.
This is similar to how yt-dlp already downloads the json, `GetPlayerOptions` on [line 179](https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/extractor/mediasite.py#L179) when downloading a video.
`GetMediasiteChannelAppContent` includes urls to all the videos on the current page of the channel.
It can be requested manually using
```
curl 'https://uconnhealth.mediasite.com/Mediasite/Channel/webapps-api/MediasiteChannelApp/GetMediasiteChannelAppContent' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'TE: trailers' --data-raw \
'{"Page":"0",
"Rows":12,
"MediasiteChannelId":"1cb031aa76934ae6a3d5bb13bdb7d9245f",
"AuthTicketId":null}'
```
Note the anti-forgery token and `AuthTicketId` must be provided when downloading from behind a login. I'm not sure of how to obtain these. `MediasiteChannelId` is sometimes after `mediasite.com/Mediasite/Channel`, although not in the provided examples. I'm not sure of how to obtain them either.
You can change `Rows` to the value in `Results.records` to download a json containing all the urls. Each video is stored under `Results.rows`, with the URL to each video stored inside this key in `PlayUrl`. eg. `Results.rows.0.PlayUrl`. These URLs can be downloaded using the normal method that yt-dlp uses.
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] 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://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/browse/null/oldest/null/0/null']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp-nightly-builds [d298693b1] (darwin_exe)
[debug] Python 3.12.8 (CPython arm64 64bit) - macOS-15.2-arm64-arm-64bit (OpenSSL 3.0.15 3 Sep 2024)
[debug] exe versions: ffmpeg 7.1 (setts), ffprobe 7.1, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.12.14, curl_cffi-0.7.1, mutagen-1.47.0, requests-2.32.3, sqlite3-3.45.3, urllib3-2.2.3, websockets-14.1
[debug] Proxy map: {}
[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-nightly-builds/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp-nightly-builds
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp-nightly-builds)
[generic] Extracting URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/browse/null/oldest/null/0/null
[generic] null: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] null: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/browse/null/oldest/null/0/null
Traceback (most recent call last):
File "yt_dlp/YoutubeDL.py", line 1624, in wrapper
File "yt_dlp/YoutubeDL.py", line 1759, in __extract_info
File "yt_dlp/extractor/common.py", line 742, in extract
File "yt_dlp/extractor/generic.py", line 2553, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://relaiswebcasting.mediasite.com/mediasite/Channel/aftaamars2012/browse/null/oldest/null/0/null
```
| site-enhancement,triage | low | Critical |
2,755,727,919 | PowerToys | Settings displayed in two different languages; inability to select app language | ### Microsoft PowerToys version
0.87.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Settings
### Steps to reproduce
1. Completely uninstalled previous version of Power Toys with Geek.exe.
2. Installed fresh version from Microsoft Store.
3. Ran Power Toys and went to Settings -> Dashboard.
4. In the Dashboard, some settings/descriptions are in English, others in German.
**Note**: I am using a refurbished PC, which, I believe, was originally sold in a German-speaking country. However, Windows 11 was installed in English.
### โ๏ธ Expected Behavior
To see all descriptions, commands, tool-tips etc. in English.
### โ Actual Behavior
Some text is displayed in English, other text is displayed in German.

### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,755,740,754 | pytorch | [DTensor]`Linear` fails on 3D DTensor with `batch size > 1` and `Replicate` input redistributed from `Shard` | ### ๐ Describe the bug
`Linear` fails on 3D DTensor with `batch size > 1` and Replicate input from shard (not divisible by TP size).
* Error Message
```
[rank3]: Traceback (most recent call last):
[rank3]: File "/path/to/pytorch_bug/linear_bug.py", line 34, in <module>
[rank3]: mod(x_dt)
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
[rank3]: return self._call_impl(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl
[rank3]: return forward_call(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/path/to/pytorch_bug/linear_bug.py", line 20, in forward
[rank3]: return self.layer(x)
[rank3]: ^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
[rank3]: return self._call_impl(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1845, in _call_impl
[rank3]: return inner()
[rank3]: ^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1793, in inner
[rank3]: result = forward_call(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/nn/modules/linear.py", line 125, in forward
[rank3]: return F.linear(input, self.weight, self.bias)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/_compile.py", line 32, in inner
[rank3]: return disable_fn(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 751, in _fn
[rank3]: return fn(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/distributed/tensor/_api.py", line 343, in __torch_dispatch__
[rank3]: return DTensor._op_dispatcher.dispatch(
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/distributed/tensor/_dispatch.py", line 216, in dispatch
[rank3]: local_results = op_call(*local_tensor_args, **op_info.local_kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: File "/opt/miniconda/envs/torchtitan/lib/python3.11/site-packages/torch/_ops.py", line 722, in __call__
[rank3]: return self._op(*args, **kwargs)
[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^
[rank3]: RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.
```
* Code
`torchrun --nnodes=1 --nproc-per-node=4 --standalone /path/to/pytorch_bug/linear_bug.py`
```Python
from torch.distributed.tensor import Shard, DTensor, Replicate
import torch.distributed as dist
from torch.distributed.device_mesh import init_device_mesh
from torch.distributed.tensor.parallel import (
parallelize_module,
ColwiseParallel,
)
_world_size = int(os.environ["WORLD_SIZE"])
device_mesh = init_device_mesh(device_type="cuda", mesh_shape=(_world_size,))
class Mod(nn.Module):
def __init__(self):
super(Mod, self).__init__()
self.layer = nn.Linear(64, 64)
def forward(self, x):
return self.layer(x)
mod_ref = Mod().cuda()
mod = Mod().cuda()
parallelize_module(mod, device_mesh, {
"layer": ColwiseParallel()
})
x = torch.randn(4, 111, 64).cuda()
x_dt = DTensor.from_local(x, device_mesh, [Replicate()])
x_shard = x_dt.redistribute(device_mesh, [Shard(1)])
x_dt = x_shard.redistribute(device_mesh, [Replicate()])
# works
mod_ref(x)
mod_ref(x_dt._local_tensor)
x_dt_2 = DTensor.from_local(x_dt._local_tensor, device_mesh, [Replicate()])
mod(x_dt_2)
# error
mod(x_dt)
dist.barrier()
dist.destroy_process_group()
```
### Versions
```
PyTorch version: 2.6.0.dev20241222+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version: Could not collect
CMake version: Could not collect
Libc version: glibc-2.35
Python version: 3.11.10 (main, Oct 3 2024, 07:29:13) [GCC 11.2.0] (64-bit runtime)
Python platform: Linux-5.4.210-4-velinux1-amd64-x86_64-with-glibc2.35
Is CUDA available: True
CUDA runtime version: Could not collect
Nvidia driver version: 535.86.10
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
Versions of relevant libraries:
[pip3] numpy==2.1.3
[pip3] nvidia-cublas-cu12==12.4.5.8
[pip3] nvidia-cuda-cupti-cu12==12.4.127
[pip3] nvidia-cuda-nvrtc-cu12==12.4.127
[pip3] nvidia-cuda-runtime-cu12==12.4.127
[pip3] nvidia-cudnn-cu12==9.1.0.70
[pip3] nvidia-cufft-cu12==11.2.1.3
[pip3] nvidia-curand-cu12==10.3.5.147
[pip3] nvidia-cusolver-cu12==11.6.1.9
[pip3] nvidia-cusparse-cu12==12.3.1.170
[pip3] nvidia-cusparselt-cu12==0.6.2
[pip3] nvidia-nccl-cu12==2.21.5
[pip3] nvidia-nvjitlink-cu12==12.4.127
[pip3] nvidia-nvtx-cu12==12.4.127
[pip3] pytorch-triton==3.2.0+git0d4682f0
[pip3] torch==2.6.0.dev20241222+cu124
[pip3] torchaudio==2.6.0.dev20241222+cu124
[pip3] torchdata==0.9.0
[pip3] torchpippy==0.2.0+1bcb2bf
[pip3] torchtitan==0.0.2
[pip3] torchvision==0.22.0.dev20241222+cu124
[pip3] triton==3.1.0
[conda] blas 1.0 mkl
[conda] cuda-cudart 12.1.105 0 nvidia
[conda] cuda-cupti 12.1.105 0 nvidia
[conda] cuda-libraries 12.1.0 0 nvidia
[conda] cuda-nvrtc 12.1.105 0 nvidia
[conda] cuda-nvtx 12.1.105 0 nvidia
[conda] cuda-opencl 12.4.127 0 nvidia
[conda] cuda-runtime 12.1.0 0 nvidia
[conda] libcublas 12.1.0.26 0 nvidia
[conda] libcufft 11.0.2.4 0 nvidia
[conda] libcurand 10.3.5.147 0 nvidia
[conda] libcusolver 11.4.4.55 0 nvidia
[conda] libcusparse 12.0.2.55 0 nvidia
[conda] libnvjitlink 12.1.105 0 nvidia
[conda] mkl 2023.1.0 h213fc3f_46344
[conda] mkl-service 2.4.0 py311h5eee18b_1
[conda] mkl_fft 1.3.11 py311h5eee18b_0
[conda] mkl_random 1.2.8 py311ha02d727_0
[conda] numpy 2.1.3 py311h08b1b3b_0
[conda] numpy-base 2.1.3 py311hf175353_0
[conda] nvidia-cublas-cu12 12.4.5.8 pypi_0 pypi
[conda] nvidia-cuda-cupti-cu12 12.4.127 pypi_0 pypi
[conda] nvidia-cuda-nvrtc-cu12 12.4.127 pypi_0 pypi
[conda] nvidia-cuda-runtime-cu12 12.4.127 pypi_0 pypi
[conda] nvidia-cudnn-cu12 9.1.0.70 pypi_0 pypi
[conda] nvidia-cufft-cu12 11.2.1.3 pypi_0 pypi
[conda] nvidia-curand-cu12 10.3.5.147 pypi_0 pypi
[conda] nvidia-cusolver-cu12 11.6.1.9 pypi_0 pypi
[conda] nvidia-cusparse-cu12 12.3.1.170 pypi_0 pypi
[conda] nvidia-cusparselt-cu12 0.6.2 pypi_0 pypi
[conda] nvidia-nccl-cu12 2.21.5 pypi_0 pypi
[conda] nvidia-nvjitlink-cu12 12.4.127 pypi_0 pypi
[conda] nvidia-nvtx-cu12 12.4.127 pypi_0 pypi
[conda] pytorch-cuda 12.1 ha16c6d3_6 pytorch
[conda] pytorch-triton 3.2.0+git0d4682f0 pypi_0 pypi
[conda] torch 2.6.0.dev20241222+cu124 pypi_0 pypi
[conda] torchaudio 2.6.0.dev20241222+cu124 pypi_0 pypi
[conda] torchdata 0.9.0 pypi_0 pypi
[conda] torchpippy 0.2.0+1bcb2bf pypi_0 pypi
[conda] torchtitan 0.0.2 pypi_0 pypi
[conda] torchvision 0.22.0.dev20241222+cu124 pypi_0 pypi
[conda] triton 3.1.0 pypi_0 pypi
```
cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o @tianyu-l @XilunWu | oncall: distributed,module: dtensor | low | Critical |
2,755,755,096 | flutter | Flutter Web App Performance on Mobile Chrome Browsers | With reference to [question](https://github.com/flutter/flutter/issues/159969) as mentioned by [darshankawar](https://github.com/darshankawar) need to open new issue without using --web-renderer html as build option.
### Steps to reproduce
I created a fresh Flutter project, generated a web build using the flutter build web command, and hosted the app on GitHub Pages. When accessing the hosted app on physical mobile Chrome browsers(chrome://inspect/#devices), I analyzed the performance using Lighthouse in Chrome DevTools. The Lighthouse report indicated poor performance scores, especially in areas like Speed Index, First Contentful Paint (FCP), and Largest Contentful Paint (LCP).
This raises concerns about whether Flutter Web apps are optimized for mobile browsers. Below are the specific details and observations related to the issue.
1. **Create a new Flutter project:**
flutter create web_test_project
cd web_test_project
2. **Build the web app using the HTML renderer:**
flutter build web
3. Host the generated build/web folder on GitHub Pages.(https://pgoyalpaymentus.github.io/)
4. Open the hosted app on a mobile Chrome browser.
5. Use Chrome DevTools' Lighthouse tool to generate a performance report.
**Expected Results**
- The Flutter Web app should provide a reasonable performance score on mobile Chrome browsers.
- Metrics such as Speed Index, FCP, and LCP should be optimized for mobile
**Actual Results**
- Poor Lighthouse performance scores, especially for key metrics like:
- Speed Index
- First Contentful Paint (FCP)
- Largest Contentful Paint (LCP)
- High initial load time observed on mobile Chrome browsers.

**Questions**
1. Is the Flutter Web HTML renderer optimized for mobile Chrome browsers?
2. Are there recommended steps or configurations to enhance the performance of Flutter Web apps on mobile browsers?
3. Could this be an issue with the Flutter Web framework or the HTML renderer?
### Code sample
flutter create web_test_project
### What target platforms are you seeing this bug on?
Android
### OS/Browser name and version | Device information
Android mobile chrome browser
### Does the problem occur on emulator/simulator as well as on physical devices?
Yes
### Logs
<details open><summary>Logs</summary>
```console
[Paste your logs here]
```
</details>
### Flutter Doctor output
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[โ] Flutter (Channel stable, 3.22.0, on Microsoft Windows [Version 10.0.22631.4317], locale en-US)
โข Flutter version 3.22.0 on channel stable at C:\Program Files\flutter_windows_3.7.7-stable\flutter
โข Upstream repository https://github.com/flutter/flutter.git
โข Framework revision 5dcb86f68f (7 months ago), 2024-05-09 07:39:20 -0500
โข Engine revision f6344b75dc
โข Dart version 3.4.0
โข DevTools version 2.34.3
[โ] Windows Version (Installed version of Windows is version 10 or higher)
[โ] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
โข Android SDK at C:\Users\pgoyal\AppData\Local\Android\sdk
โข Platform android-34, build-tools 34.0.0
โข Java binary at: C:\Program Files\Java\jdk-17\bin\java
โข Java version Java(TM) SE Runtime Environment (build 17.0.12+8-LTS-286)
โข All Android licenses accepted.
[โ] Chrome - develop for the web
โข Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop Windows apps
X Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[โ] Android Studio (version 2024.1)
โข Android Studio at C:\Program Files\Android\Android Studio1
โข 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--11852314)
[โ] Android Studio (version 2022.1)
โข Android Studio at C:\Program Files\Android\Android Studio
โข 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
โข android-studio-dir = C:\Program Files\Android\Android Studio
โข Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
[โ] VS Code (version 1.95.3)
โข VS Code at C:\Users\pgoyal\AppData\Local\Programs\Microsoft VS Code
โข Flutter extension version 3.100.0
[โ] Connected device (3 available)
โข Windows (desktop) โข windows โข windows-x64 โข Microsoft Windows [Version 10.0.22631.4317]
โข Chrome (web) โข chrome โข web-javascript โข Google Chrome 129.0.6668.103
โข Edge (web) โข edge โข web-javascript โข Microsoft Edge 131.0.2903.86
[โ] Network resources
โข All expected network resources are available.
! Doctor found issues in 1 category.
```
</details>
| waiting for customer response,in triage | low | Critical |
2,755,765,597 | neovim | `:pedit` with `splitkeep=screen` changes cursor position | ### Problem
Cursor changed when `:pedit` a file with option `vim.o.splitkeep=screen`
### Steps to reproduce
1. nvim --clean
2. :set splitkeep=screen
3. :edit file_one.txt
4. move the cursor to a position
5. :pedit file_two.txt
6. the cursor position of file_one.txt has changed
### Expected behavior
the cursor position of file_one.txt might not be changed
### Nvim version (nvim -v)
NVIM v0.11.0-dev-1401+g7e1c1ff7fc
### Vim (not Nvim) behaves the same?
vim8.2 seems like not have option `splitkeep`
### Operating system/version
WSL
### Terminal name/version
wezterm
### $TERM environment variable
tmux-256color
### Installation
build from repo | bug,needs:decision,bug-vim,needs:vim-patch,editor | low | Major |
2,755,822,206 | flutter | [two_dimensional_scrollables] Row with Merge Cells do not retain when scrolling horizontally | ### What package does this bug report belong to?
two_dimensional_scrollables
### What target platforms are you seeing this bug on?
Windows
### Have you already upgraded your packages?
Yes
### Dependency versions
<details><summary>pubspec.lock</summary>
```lock
[Paste file content here]
```
</details>
### Steps to reproduce
Create a `TableView.builder` with a whole row of single merged cell.
### Expected results
The Merged Row should retain its merge when scrolled or out of frame
### Actual results
Merged Row isn't retaining its merge when scrolled out of frame.
### Code sample
<details open><summary>Code sample</summary>
```dart
class CustomDataTable extends StatelessWidget {
const CustomDataTable({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Custom Data Table'),
),
body: const SingleChildScrollView(
padding: EdgeInsets.all(16),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text('General Ledger Detail'),
Text('Demo Company (Global)'),
SizedBox(height: 32),
AspectRatio(aspectRatio: 1, child: _MergedTableCell()),
],
),
),
);
}
}
class _MergedTableCell extends StatelessWidget {
const _MergedTableCell({super.key});
@override
Widget build(BuildContext context) {
return TableView.builder(
columnBuilder: _buildColumnSpan,
rowBuilder: _buildRowSpan,
cellBuilder: _buildCell,
columnCount: 10,
rowCount: 10,
verticalDetails: const ScrollableDetails.vertical(physics: NeverScrollableScrollPhysics()),
);
}
TableSpan _buildColumnSpan(int index) {
return TableSpan(
extent: FixedTableSpanExtent(index == 0 ? 220 : 180),
foregroundDecoration: const TableSpanDecoration(border: SpanBorder(leading: BorderSide())),
);
}
TableSpan _buildRowSpan(int index) {
return TableSpan(
extent: const FixedSpanExtent(80),
foregroundDecoration: TableSpanDecoration(
border: SpanBorder(leading: const BorderSide(), trailing: index == 9 ? const BorderSide() : BorderSide.none)),
);
}
TableViewCell _buildCell(BuildContext context, TableVicinity vicinity) {
return TableViewCell(
addRepaintBoundaries: false,
columnMergeStart: vicinity.row == 1 && vicinity.column == 0 ? 0 : null,
columnMergeSpan: vicinity.row == 1 && vicinity.column == 0 ? 10 : null,
child: vicinity.row == 1
? vicinity.column == 0
? const Text(
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
: const SizedBox.shrink()
: Text('Cell ${vicinity.row} ${vicinity.column}'),
);
}
}
```
</details>
### Screenshots or Videos
<details open>
<summary>Screenshots / Video demonstration</summary>
https://github.com/user-attachments/assets/bf00a2f6-a8fc-424e-a0de-f12b28bf2547
</details>
### Logs
<details open><summary>Logs</summary>
```console
[Paste your logs here]
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[โ] Flutter (Channel stable, 3.27.0, on Microsoft Windows [Version 10.0.22621.4317], locale en-AU)
โข Flutter version 3.27.0 on channel stable at C:\flutter
โข Upstream repository https://github.com/flutter/flutter.git
โข Framework revision 8495dee1fd (13 days ago), 2024-12-10 14:23:39 -0800
โข Engine revision 83bacfc525
โข Dart version 3.6.0
โข DevTools version 2.40.2
[โ] Windows Version (Installed version of Windows is version 10 or higher)
[โ] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
โข Android SDK at C:\Users\Nitro\AppData\Local\Android\sdk
โข Platform android-34, build-tools 34.0.0
โข Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
โข Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
โข All Android licenses accepted.
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[โ] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.4)
โข Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
โข Visual Studio Community 2022 version 17.8.34408.163
โข Windows 10 SDK version 10.0.22621.0
[โ] Android Studio (version 2023.2)
โข Android Studio at C:\Program Files\Android\Android Studio
โข 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--11185874)
[โ] VS Code, 64-bit edition (version 1.96.2)
โข VS Code at C:\Program Files\Microsoft VS Code
โข Flutter extension version 3.102.0
[โ] Connected device (2 available)
โข Windows (desktop) โข windows โข windows-x64 โข Microsoft Windows [Version 10.0.22621.4317]
โข Edge (web) โข edge โข web-javascript โข Microsoft Edge 131.0.2903.112
[โ] Network resources
โข All expected network resources are available.
! Doctor found issues in 1 category.
```
</details>
| package,team-ecosystem,has reproducible steps,P2,triaged-ecosystem,p: two_dimensional_scrollables,found in release: 3.27,found in release: 3.28 | low | Critical |
2,755,846,535 | rust | Tracking Issue for debuginfo testsuite test infra woes | This is a tracking issue for various problems and deficiencies related to the `debuginfo` test suite located at `tests/debuginfo`, mostly on the test-infra side (and not compiler bugs).
## Environment control
- https://github.com/rust-lang/rust/issues/126092
- https://github.com/rust-lang/rust/issues/133111
- https://github.com/rust-lang/rust/issues/123621
## Test coverage issues
- https://github.com/rust-lang/rust/issues/81813
- https://github.com/rust-lang/rust/issues/129139
## Build/bootstrap issues
- https://github.com/rust-lang/rust/issues/133692
- https://github.com/rust-lang/rust/issues/69869
## compiletest issues
- https://github.com/rust-lang/rust/issues/134469
- https://github.com/rust-lang/rust/issues/128981
## External issues
### LLDB
- https://github.com/llvm/llvm-project/issues/92603
- https://github.com/llvm/llvm-project/issues/87381
### GDB
- https://github.com/rust-lang/rust/issues/29658
- https://github.com/rust-lang/rust/issues/122751
### MSVC
- https://github.com/rust-lang/rust/issues/121837
## Unknown, needs investigation
These bugs may need investigation (is it our compiler bug, our test infra bug, external bug, or a combination of both?).
- https://github.com/rust-lang/rust/issues/128973
- https://github.com/rust-lang/rust/issues/128971 (gdb or our problem?)
- https://github.com/rust-lang/rust/issues/126060 (maybe in debuginfo we emit?)
- https://github.com/rust-lang/rust/issues/77744
- https://github.com/rust-lang/rust/issues/74884 (endianness problem somewhere?)
- https://github.com/rust-lang/rust/issues/74847 (`arm-android`, good luck trying to repro this locally)
## Possible test infra cleanups/improvements
- https://github.com/rust-lang/rust/issues/134673
- https://github.com/rust-lang/rust/issues/133121
- https://github.com/rust-lang/rust/issues/134684 | A-debuginfo,T-compiler,T-bootstrap,T-infra,C-tracking-issue,A-compiletest,A-test-infra | low | Critical |
2,755,886,347 | rust | `tests/debuginfo/numeric-types.rs` test coverage became 64-bit only | > Marking `numeric-types.rs` as 64-bit only for now to unblock the tree (in #133115), follow-up investigations should try to see if that can be made to work with `i686-msvc` (64-bit isize vs 32-bit isize and thus different underlying int type display).
_Originally posted by @jieyouxu in [#133107](https://github.com/rust-lang/rust/issues/133107#issuecomment-2480792451)_ | A-testsuite,A-debuginfo,T-compiler,C-bug | low | Critical |
2,755,905,038 | tauri | SyntaxError: Unexpected private name #ensureObj. Cannot parse class method with private name. | <img width="797" alt="Screenshot 2024-12-23 at 5 17 22 PM" src="https://github.com/user-attachments/assets/e670958d-a4da-40e2-a818-1375fe37a07b" />
[โ] Environment
- OS: Mac OS 11.7.10 x86_64 (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-x86_64-apple-darwin (default)
- node: 20.17.0
- npm: 10.8.2
[-] Packages
- tauri ๐ฆ: 2.1.1
- tauri-build ๐ฆ: 2.0.3
- wry ๐ฆ: 0.47.2
- tao ๐ฆ: 0.30.8
- tauri-cli ๐ฆ: 2.1.0
- @tauri-apps/api ๎: 2.1.1
- @tauri-apps/cli ๎: 2.1.0
[-] Plugins
- tauri-plugin-log ๐ฆ: 2.2.0
- @tauri-apps/plugin-log ๎: not installed!
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../build
- devUrl: http://localhost:3000/
- framework: React | type: bug,platform: macOS,status: needs triage | low | Critical |
2,755,943,736 | rust | Share debuginfo testsuite breakpoint setup logic | > To follow up: I think the way we are setting breakpoints in our tests is pretty consistent and would probably be compatible with the approach of setting the breakpoint by function name and then looking one frame up. It would be good if that function was defined in a central place (so we don't have to copy-and-paste it into every test file) and then we'd have to update the test runner and documentation.
_Originally posted by @michaelwoerister in [#71437](https://github.com/rust-lang/rust/issues/71437#issuecomment-1286742097)_ | A-testsuite,A-debuginfo,E-hard,C-enhancement,T-compiler,T-bootstrap,A-compiletest,E-needs-design | low | Critical |
2,756,000,522 | terminal | Ingest latest CascadiaCode so that users don't have to uninstall previous version | https://github.com/microsoft/cascadia-code#installation
> Note: If you have previously installed a version of Cascadia Code, please uninstall the previous version prior to installing a new version. Not doing so can result in improper rendering.

| Area-UserInterface,Product-Terminal,Issue-Task,Needs-Tag-Fix | low | Minor |
2,756,016,168 | node | Build: `--fully-static` is broken with 23.5.0 | ### Version
23.5.0
### Platform
```text
Running docker amd64 on AWS Fargate
```
### Subsystem
_No response_
### What steps will reproduce the bug?
```bash
./configure --fully-static --enable-static
make "-j4"
```
### How often does it reproduce? Is there a required condition?
No, it just fails for that version, other versions are still fine.
### What is the expected behavior? Why is that the expected behavior?
It should successfully build a node binary.
### What do you see instead?
```bash
... lines before
In member function 'icu_76::Calendar& icu_76::Calendar::operator=(const icu_76::Calendar&)',
inlined from 'icu_76::Calendar& icu_76::Calendar::operator=(const icu_76::Calendar&)' at ../deps/icu-small/source/i18n/calendar.cpp:805:1:
../deps/icu-small/source/common/cstring.h:43:70: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 156 bytes from a string of length 156 [-Wstringop-truncation]
43 | #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
../deps/icu-small/source/i18n/calendar.cpp:832:9: note: in expansion of macro 'uprv_strncpy'
832 | uprv_strncpy(actualLocale, right.actualLocale, sizeof(actualLocale));
| ^~~~~~~~~~~~
../deps/icu-small/source/i18n/decNumber.cpp: In function 'decNumber* uprv_decNumberLog10_76(decNumber*, const decNumber*, decContext*)':
../deps/icu-small/source/i18n/decNumber.cpp:1528:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
1528 | w->lsu[1]=1; w->lsu[0]=0; /* .. */
| ~~~~~~~~~^~
In file included from ../deps/icu-small/source/i18n/decNumber.cpp:184:
../deps/icu-small/source/i18n/decNumber.h:89:19: note: at offset 1 into destination object 'decNumber::lsu' of size 1
89 | decNumberUnit lsu[DECNUMUNITS];
| ^~~
../deps/icu-small/source/i18n/decNumber.cpp:1528:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
1528 | w->lsu[1]=1; w->lsu[0]=0; /* .. */
| ~~~~~~~~~^~
../deps/icu-small/source/i18n/decNumber.h:89:19: note: at offset 1 into destination object 'decNumber::lsu' of size 1
89 | decNumberUnit lsu[DECNUMUNITS];
| ^~~
ar crsT /build/node/out/Release/obj.target/deps/openssl/libopenssl.a @/build/node/out/Release/obj.target/deps/openssl/libopenssl.a.ar-file-list
../deps/icu-small/source/i18n/decNumber.cpp: In function 'decNumber* uprv_decNumberSquareRoot_76(decNumber*, const decNumber*, decContext*)':
../deps/icu-small/source/i18n/decNumber.cpp:2974:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
| ~~~~~~~~~^~
../deps/icu-small/source/i18n/decNumber.h:89:19: note: at offset 1 into destination object 'decNumber::lsu' of size 1
89 | decNumberUnit lsu[DECNUMUNITS];
| ^~~
../deps/icu-small/source/i18n/decNumber.cpp:2974:44: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
| ~~~~~~~~~^~
../deps/icu-small/source/i18n/decNumber.h:89:19: note: at offset 2 into destination object 'decNumber::lsu' of size 1
89 | decNumberUnit lsu[DECNUMUNITS];
| ^~~
rm 6aabcf0377d3bf9ea921abc112f49f170db10739.intermediate
make: *** [Makefile:135: node] Error 2
```
### Additional information
_No response_ | build | low | Critical |
2,756,016,682 | PowerToys | Error on close Windows Mixed Reality | ### Microsoft PowerToys version
v0.87.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
Start Windows Mixed Reality while PowerToys is running
Exit Windows Mixed Reality. Observe below error.
Note: error does not seem to stop PowerToys from operating.
Note: it doesn't seem to do it again after the first time this errors (I can re-open and re-close Mixed Reality Portal without the error)
### โ๏ธ Expected Behavior
No error
### โ Actual Behavior
Version: 0.87.1.0
OS Version: Microsoft Windows NT 10.0.22631.0
IntPtr Length: 8
x64: True
Date: 23/12/2024 12:46:41
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)
### Other Software
Mixed Reality Portal v2000.21051.1282.0 | Issue-Bug,Needs-Triage | low | Critical |
2,756,022,158 | react-native | VideoView Listeners are not triggered in Android (Native Module) | ### Description
I wrote a `VideoPlayer` in Java which uses `Android's VideoView` but the `VideoView` listeners like `onPrepared`, `onError` etc are not triggered at all.
I understand the following from the logs:
- Uri was set successfully.
- Request Focus was successful
There are no errors in the logs.
### Steps to reproduce
- npm i
- npm run android
This will launch the `VideoPlayer` Component straight away.
### React Native Version
0.76.5
### Affected Platforms
Runtime - Android
### Output of `npx react-native info`
```text
System:
OS: macOS 15.2
CPU: (8) arm64 Apple M3
Memory: 96.98 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.20.4
path: ~/.nvm/versions/node/v18.20.4/bin/node
Yarn:
version: 3.6.4
path: ~/.nvm/versions/node/v18.20.4/bin/yarn
npm:
version: 10.7.0
path: ~/.nvm/versions/node/v18.20.4/bin/npm
Watchman:
version: 2024.12.02.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12700392
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: Not found
newArchEnabled: false
```
### Stacktrace or Logs
```text
There's no crash or failure.
```
### Reproducer
https://github.com/mathews-cometchat/reproducer-video-view
### Screenshots and Videos
_No response_ | Issue: Author Provided Repro,Platform: Android | low | Critical |
2,756,053,083 | vscode | JSON rendering: Crashing on arrays | ### Applies To
- [ ] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
<img width="3120" alt="Image" src="https://github.com/user-attachments/assets/395b302e-c570-47aa-a870-2c46809a40ae" />
The `[object Object]` is likely a JS error serialized. I couldn't find exception logging in any output so it might be caught but handled wrong.
### VS Code Version
1.96.0
### Jupyter Extension Version
2024.11.0
### Jupyter logs
```shell
```
### Coding Language and Runtime Version
Python 3.13.0 but happens with every version
### Language Extension Version (if applicable)
_No response_
### Anaconda Version (if applicable)
_No response_
### Running Jupyter locally or remotely?
Local | bug,notebook-output | low | Critical |
2,756,054,031 | vscode | JSON rendering: Losing syntax coloring after certain size | ### Applies To
- [ ] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
<img width="3120" alt="Image" src="https://github.com/user-attachments/assets/b11f85a7-ad18-405c-9e5c-1850fab9da64" />
### VS Code Version
1.96.0
### Jupyter Extension Version
2024.11.0
### Jupyter logs
```shell
Visual Studio Code (1.96.0, undefined, desktop)
Jupyter Extension Version: 2024.11.0.
Python Extension Version: 2024.22.0.
Pylance Extension Version: 2024.12.1.
Platform: darwin (arm64).
Temp Storage folder ~/Library/Application Support/Code/User/globalStorage/ms-toolsai.jupyter/version-2024.11.0
Workspace folder ~/work/vscode-jupyter-json, Home = /Users/vesa.vilhonen
12:19:00.403 [info] Starting Kernel (Python Path: ~/.venv/bin/python, Venv, 3.13.0) for '~/work/vscode-jupyter-json/problem.ipynb' (disableUI=true)
12:19:00.475 [info] Process Execution: ~/.venv/bin/python -m pip list
12:19:00.476 [info] Process Execution: ~/.venv/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
12:19:00.477 [info] Process Execution: ~/.venv/bin/python -m ipykernel_launcher --f=/Users/~/Library/Jupyter/runtime/kernel-v376d4969e47eafaac7a1a841ee24f71589557f6bc.json
> cwd: //Users/~/work/vscode-jupyter-json
12:19:00.932 [info] Kernel successfully started
12:19:00.934 [info] Process Execution: ~/.venv/bin/python /Users/~/.vscode/extensions/ms-toolsai.jupyter-2024.11.0-darwin-arm64/pythonFiles/printJupyterDataDir.py
```
### Coding Language and Runtime Version
Python 3.13.0 but happens with every version
### Language Extension Version (if applicable)
_No response_
### Anaconda Version (if applicable)
_No response_
### Running Jupyter locally or remotely?
Local | bug | low | Minor |
2,756,071,215 | pytorch | nn.LayerNorm is slower than naive implementation when dimension is low | ### ๐ Describe the bug
```python
import torch
import torch.nn as nn
import time
import matplotlib.pyplot as plt
from tqdm import tqdm
class ElementwiseLayerNorm(nn.Module):
def __init__(self, dim, eps=1e-5, elementwise_affine=True):
super(ElementwiseLayerNorm, self).__init__()
self.eps = eps
self.elementwise_affine = elementwise_affine
if self.elementwise_affine:
self.weight = nn.Parameter(torch.ones(dim))
self.bias = nn.Parameter(torch.zeros(dim))
else:
self.register_parameter('weight', None)
self.register_parameter('bias', None)
def forward(self, x):
mean = x.mean(dim=-1, keepdim=True)
var = x.var(dim=-1, keepdim=True, unbiased=False)
x_normalized = (x - mean) / torch.sqrt(var + self.eps)
if self.elementwise_affine:
return x_normalized * self.weight + self.bias
else:
return x_normalized
embedding_sizes = [8, 16, 32, 64, 128,256]
seq_lens = [8, 16, 32, 64, 128,256]
results = {}
for el in embedding_sizes:
results[el] = {}
for el2 in seq_lens:
results[el][el2] = {"builtin": [], "custom": [], "builtin_compiled": [], "custom_compiled": []}
# Benchmark parameters
n_trials = 100
n_runs = 100
warmup_trials = 20
batch_size = 1024
with torch.no_grad():
for i in tqdm(range(n_runs)):
for seq_len in seq_lens:
for embedding_size in embedding_sizes:
# Input tensor
x = torch.randn(batch_size, seq_len, embedding_size).cuda()
# Built-in LayerNorm
layernorm_builtin = nn.LayerNorm(embedding_size).cuda()
layernorm_builtin_compiled = torch.compile(layernorm_builtin)
layer_norm_custom = ElementwiseLayerNorm(embedding_size).cuda()
layernorm_custom_compiled = torch.compile(layer_norm_custom)
# Benchmark built-in LayerNorm
torch.cuda.synchronize()
start_time = time.time()
for _ in range(n_trials):
_ = layernorm_builtin(x)
torch.cuda.synchronize()
if i>warmup_trials:
results[embedding_size][seq_len]["builtin"].append((time.time() - start_time) / n_trials)
torch.cuda.synchronize()
start_time = time.time()
for _ in range(n_trials):
_ = layer_norm_custom(x)
torch.cuda.synchronize()
if i>warmup_trials:
results[embedding_size][seq_len]["custom"].append((time.time() - start_time) / n_trials)
torch.cuda.synchronize()
start_time = time.time()
for _ in range(n_trials):
_ = layernorm_builtin_compiled(x)
torch.cuda.synchronize()
if i>warmup_trials:
results[embedding_size][seq_len]["builtin_compiled"].append((time.time() - start_time) / n_trials)
torch.cuda.synchronize()
start_time = time.time()
for _ in range(n_trials):
_ = layernorm_custom_compiled(x)
torch.cuda.synchronize()
if i>warmup_trials:
results[embedding_size][seq_len]["custom_compiled"].append((time.time() - start_time) / n_trials)
```
```
from statistics import mean
for dim in results:
for seq in results[dim]:
for impl in results[dim][seq]:
print(f"dim={dim}",f"seq_len={seq}",impl, mean(results[dim][seq][impl]))
print(f"dim={dim}",f"seq_len={seq}","builtin/custom",mean(results[dim][seq]["builtin"])/mean(results[dim][seq]["custom"]))
print(f"dim={dim}",f"seq_len={seq}","builtin_compiled/custom_compiled",mean(results[dim][seq]["builtin_compiled"])/mean(results[dim][seq]["custom_compiled"]))
print()
```
output
```
dim=8 seq_len=8 builtin 9.678224974040744e-05
dim=8 seq_len=8 custom 0.000110510874398147
dim=8 seq_len=8 builtin_compiled 8.088670199430441e-05
dim=8 seq_len=8 custom_compiled 0.00012810453583922567
dim=8 seq_len=8 builtin/custom 0.8757712783243551
dim=8 seq_len=8 builtin_compiled/custom_compiled 0.631411694085674
dim=8 seq_len=16 builtin 0.00016347541084772423
dim=8 seq_len=16 custom 0.00010370945628685287
dim=8 seq_len=16 builtin_compiled 0.00014441260808630834
dim=8 seq_len=16 custom_compiled 0.00012443533426598658
dim=8 seq_len=16 builtin/custom 1.5762825946706638
dim=8 seq_len=16 builtin_compiled/custom_compiled 1.1605434174960254
dim=8 seq_len=32 builtin 0.00032524501221089424
dim=8 seq_len=32 custom 0.00010442410843281806
dim=8 seq_len=32 builtin_compiled 0.0002761233003833626
dim=8 seq_len=32 custom_compiled 0.00012560237812090524
dim=8 seq_len=32 builtin/custom 3.1146544326987744
dim=8 seq_len=32 builtin_compiled/custom_compiled 2.1983922957061006
dim=8 seq_len=64 builtin 0.0006188744834706753
dim=8 seq_len=64 custom 0.00012607903420170651
dim=8 seq_len=64 builtin_compiled 0.0005796107762976538
dim=8 seq_len=64 custom_compiled 0.0001332149928129172
dim=8 seq_len=64 builtin/custom 4.90862328847296
dim=8 seq_len=64 builtin_compiled/custom_compiled 4.350942518246728
dim=8 seq_len=128 builtin 0.0012050605423842805
dim=8 seq_len=128 custom 0.0002844446218466457
dim=8 seq_len=128 builtin_compiled 0.0011724761467945726
dim=8 seq_len=128 custom_compiled 0.0002772958369194707
dim=8 seq_len=128 builtin/custom 4.236538327077149
dim=8 seq_len=128 builtin_compiled/custom_compiled 4.228250087775644
dim=8 seq_len=256 builtin 0.002282433721083629
dim=8 seq_len=256 custom 0.0005463570280920101
dim=8 seq_len=256 builtin_compiled 0.002378028012529204
dim=8 seq_len=256 custom_compiled 0.0005396363101428069
dim=8 seq_len=256 builtin/custom 4.1775498506065745
dim=8 seq_len=256 builtin_compiled/custom_compiled 4.406723505873602
dim=16 seq_len=8 builtin 6.951238535627534e-05
dim=16 seq_len=8 custom 0.00010947852195063724
dim=16 seq_len=8 builtin_compiled 6.628769862500927e-05
dim=16 seq_len=8 custom_compiled 0.00012823382510414606
dim=16 seq_len=8 builtin/custom 0.6349408460923301
dim=16 seq_len=8 builtin_compiled/custom_compiled 0.5169283421996749
dim=16 seq_len=16 builtin 0.00013065977941585492
dim=16 seq_len=16 custom 0.00010479531710660911
dim=16 seq_len=16 builtin_compiled 0.00012786113763157327
dim=16 seq_len=16 custom_compiled 0.00012438583977614776
dim=16 seq_len=16 builtin/custom 1.2468093329297691
dim=16 seq_len=16 builtin_compiled/custom_compiled 1.0279396582575626
dim=16 seq_len=32 builtin 0.0002697024767911887
dim=16 seq_len=32 custom 0.00011774214008186437
dim=16 seq_len=32 builtin_compiled 0.00028936654706544513
dim=16 seq_len=32 custom_compiled 0.00012548968761782103
dim=16 seq_len=32 builtin/custom 2.2906197951189653
dim=16 seq_len=32 builtin_compiled/custom_compiled 2.305899014958992
dim=16 seq_len=64 builtin 0.0005626950384695319
dim=16 seq_len=64 custom 0.0002793135522287103
dim=16 seq_len=64 builtin_compiled 0.0006131733520121514
dim=16 seq_len=64 custom_compiled 0.00028033552290518074
dim=16 seq_len=64 builtin/custom 2.0145640409484336
dim=16 seq_len=64 builtin_compiled/custom_compiled 2.1872838149717757
dim=16 seq_len=128 builtin 0.0011427697652502905
dim=16 seq_len=128 custom 0.0005438440057295787
dim=16 seq_len=128 builtin_compiled 0.0012262067915518073
dim=16 seq_len=128 custom_compiled 0.0005439215973962712
dim=16 seq_len=128 builtin/custom 2.101282266993528
dim=16 seq_len=128 builtin_compiled/custom_compiled 2.254381509066022
dim=16 seq_len=256 builtin 0.0022997066642664655
dim=16 seq_len=256 custom 0.0011024737961684602
dim=16 seq_len=256 builtin_compiled 0.0023997911018661306
dim=16 seq_len=256 custom_compiled 0.0011086066765121267
dim=16 seq_len=256 builtin/custom 2.0859513144519815
dim=16 seq_len=256 builtin_compiled/custom_compiled 2.164691186432594
dim=32 seq_len=8 builtin 6.437950496432147e-05
dim=32 seq_len=8 custom 0.00010460446152505995
dim=32 seq_len=8 builtin_compiled 6.390468983710567e-05
dim=32 seq_len=8 custom_compiled 0.00012611235244364678
dim=32 seq_len=8 builtin/custom 0.6154565878521172
dim=32 seq_len=8 builtin_compiled/custom_compiled 0.5067282355680538
dim=32 seq_len=16 builtin 0.00013311337821091278
dim=32 seq_len=16 custom 0.00011503971075709862
dim=32 seq_len=16 builtin_compiled 0.00014025141921224473
dim=32 seq_len=16 custom_compiled 0.00012984505182580102
dim=32 seq_len=16 builtin/custom 1.1571080745498041
dim=32 seq_len=16 builtin_compiled/custom_compiled 1.0801445048549467
dim=32 seq_len=32 builtin 0.00029121899906593034
dim=32 seq_len=32 custom 0.0002813394763801671
dim=32 seq_len=32 builtin_compiled 0.0003161558320250692
dim=32 seq_len=32 custom_compiled 0.0002892188180851031
dim=32 seq_len=32 builtin/custom 1.0351160200227758
dim=32 seq_len=32 builtin_compiled/custom_compiled 1.0931371413461757
dim=32 seq_len=64 builtin 0.0005759487574613547
dim=32 seq_len=64 custom 0.000560284656814382
dim=32 seq_len=64 builtin_compiled 0.000689772955978973
dim=32 seq_len=64 custom_compiled 0.0005597002898590475
dim=32 seq_len=64 builtin/custom 1.0279573971131641
dim=32 seq_len=64 builtin_compiled/custom_compiled 1.2323969961721521
dim=32 seq_len=128 builtin 0.0011702884601641306
dim=32 seq_len=128 custom 0.0011110351659074614
dim=32 seq_len=128 builtin_compiled 0.0012642960005168674
dim=32 seq_len=128 custom_compiled 0.0011257228066649618
dim=32 seq_len=128 builtin/custom 1.0533316100829921
dim=32 seq_len=128 builtin_compiled/custom_compiled 1.1230970830753968
dim=32 seq_len=256 builtin 0.0023688038693198674
dim=32 seq_len=256 custom 0.0022182996665375144
dim=32 seq_len=256 builtin_compiled 0.0024688906307461897
dim=32 seq_len=256 custom_compiled 0.002304515567006944
dim=32 seq_len=256 builtin/custom 1.0678466507716116
dim=32 seq_len=256 builtin_compiled/custom_compiled 1.0713273826797067
dim=64 seq_len=8 builtin 6.682106211215635e-05
dim=64 seq_len=8 custom 0.00010525736627699453
dim=64 seq_len=8 builtin_compiled 6.782447235493721e-05
dim=64 seq_len=8 custom_compiled 0.00013141333302365074
dim=64 seq_len=8 builtin/custom 0.6348350189221961
dim=64 seq_len=8 builtin_compiled/custom_compiled 0.5161156086249687
dim=64 seq_len=16 builtin 0.00015420886534678785
dim=64 seq_len=16 custom 0.00023138170000873036
dim=64 seq_len=16 builtin_compiled 0.0001589152480982527
dim=64 seq_len=16 custom_compiled 0.00023725310458412653
dim=64 seq_len=16 builtin/custom 0.6664695839859822
dim=64 seq_len=16 builtin_compiled/custom_compiled 0.6698131448134692
dim=64 seq_len=32 builtin 0.00029486447949952715
dim=64 seq_len=32 custom 0.0004519757138022894
dim=64 seq_len=32 builtin_compiled 0.0003595852851867676
dim=64 seq_len=32 custom_compiled 0.00045755332029318507
dim=64 seq_len=32 builtin/custom 0.652390096403524
dim=64 seq_len=32 builtin_compiled/custom_compiled 0.7858871725733674
dim=64 seq_len=64 builtin 0.0005870274048817308
dim=64 seq_len=64 custom 0.0008933664273612107
dim=64 seq_len=64 builtin_compiled 0.0006842062443117552
dim=64 seq_len=64 custom_compiled 0.0008906397034850301
dim=64 seq_len=64 builtin/custom 0.6570958868643278
dim=64 seq_len=64 builtin_compiled/custom_compiled 0.7682188898995735
dim=64 seq_len=128 builtin 0.0012294705306427388
dim=64 seq_len=128 custom 0.0017652433733396891
dim=64 seq_len=128 builtin_compiled 0.0013268066056167022
dim=64 seq_len=128 custom_compiled 0.0017648941655702228
dim=64 seq_len=128 builtin/custom 0.6964878323359379
dim=64 seq_len=128 builtin_compiled/custom_compiled 0.7517768665680993
dim=64 seq_len=256 builtin 0.00250308896921858
dim=64 seq_len=256 custom 0.0035207106795492053
dim=64 seq_len=256 builtin_compiled 0.0026342577270314664
dim=64 seq_len=256 custom_compiled 0.0036150625687611255
dim=64 seq_len=256 builtin/custom 0.7109612794252885
dim=64 seq_len=256 builtin_compiled/custom_compiled 0.7286893869541575
dim=128 seq_len=8 builtin 7.666261890266515e-05
dim=128 seq_len=8 custom 0.00021290081965772412
dim=128 seq_len=8 builtin_compiled 7.994509950468812e-05
dim=128 seq_len=8 custom_compiled 0.00021764854841594455
dim=128 seq_len=8 builtin/custom 0.3600860674276122
dim=128 seq_len=8 builtin_compiled/custom_compiled 0.3673128081327993
dim=128 seq_len=16 builtin 0.0001518993438044681
dim=128 seq_len=16 custom 0.00040543532069725326
dim=128 seq_len=16 builtin_compiled 0.00017205464689037467
dim=128 seq_len=16 custom_compiled 0.00041323366044442863
dim=128 seq_len=16 builtin/custom 0.3746574016867524
dim=128 seq_len=16 builtin_compiled/custom_compiled 0.41636164562521755
dim=128 seq_len=32 builtin 0.0002870179429838929
dim=128 seq_len=32 custom 0.0007859975778603856
dim=128 seq_len=32 builtin_compiled 0.0003618722324129901
dim=128 seq_len=32 custom_compiled 0.0007874307753164557
dim=128 seq_len=32 builtin/custom 0.36516390262321524
dim=128 seq_len=32 builtin_compiled/custom_compiled 0.45956069251618914
dim=128 seq_len=64 builtin 0.0006045847603037387
dim=128 seq_len=64 custom 0.0015403484996361068
dim=128 seq_len=64 builtin_compiled 0.0007178449328941635
dim=128 seq_len=64 custom_compiled 0.0015334002881110468
dim=128 seq_len=64 builtin/custom 0.3924986848408437
dim=128 seq_len=64 builtin_compiled/custom_compiled 0.4681392969988657
dim=128 seq_len=128 builtin 0.0013390024100677876
dim=128 seq_len=128 custom 0.003025425234927407
dim=128 seq_len=128 builtin_compiled 0.001430505529234681
dim=128 seq_len=128 custom_compiled 0.003132360253152968
dim=128 seq_len=128 builtin/custom 0.4425832093318664
dim=128 seq_len=128 builtin_compiled/custom_compiled 0.45668614515037476
dim=128 seq_len=256 builtin 0.0027464558504804782
dim=128 seq_len=256 custom 0.006132948941822294
dim=128 seq_len=256 builtin_compiled 0.003066002900087381
dim=128 seq_len=256 custom_compiled 0.00601917876472956
dim=128 seq_len=256 builtin/custom 0.44781978075043605
dim=128 seq_len=256 builtin_compiled/custom_compiled 0.5093722947810033
dim=256 seq_len=8 builtin 9.337358836886249e-05
dim=256 seq_len=8 custom 0.00039830766146696067
dim=256 seq_len=8 builtin_compiled 9.896996655041659e-05
dim=256 seq_len=8 custom_compiled 0.0004038087023964411
dim=256 seq_len=8 builtin/custom 0.2344257904178119
dim=256 seq_len=8 builtin_compiled/custom_compiled 0.24509121760643077
dim=256 seq_len=16 builtin 0.00017236368565619746
dim=256 seq_len=16 custom 0.0007606318630749666
dim=256 seq_len=16 builtin_compiled 0.00021217062503476686
dim=256 seq_len=16 custom_compiled 0.0007664575154268289
dim=256 seq_len=16 builtin/custom 0.2266059233429846
dim=256 seq_len=16 builtin_compiled/custom_compiled 0.2768198116194505
dim=256 seq_len=32 builtin 0.0003308805634703817
dim=256 seq_len=32 custom 0.00148523535909532
dim=256 seq_len=32 builtin_compiled 0.0004414746127551115
dim=256 seq_len=32 custom_compiled 0.001480541108529779
dim=256 seq_len=32 builtin/custom 0.2227798856552447
dim=256 seq_len=32 builtin_compiled/custom_compiled 0.29818463682748314
dim=256 seq_len=64 builtin 0.0008268203916428964
dim=256 seq_len=64 custom 0.0029062589512595647
dim=256 seq_len=64 builtin_compiled 0.0009188679803775836
dim=256 seq_len=64 custom_compiled 0.002903341281263134
dim=256 seq_len=64 builtin/custom 0.2844964628098796
dim=256 seq_len=64 builtin_compiled/custom_compiled 0.31648638288152564
dim=256 seq_len=128 builtin 0.0018138287037233764
dim=256 seq_len=128 custom 0.00574048962774156
dim=256 seq_len=128 builtin_compiled 0.002191464750072624
dim=256 seq_len=128 custom_compiled 0.005744126416459868
dim=256 seq_len=128 builtin/custom 0.31597107935843066
dim=256 seq_len=128 builtin_compiled/custom_compiled 0.38151401817915315
dim=256 seq_len=256 builtin 0.0036927097658567792
dim=256 seq_len=256 custom 0.01159543124935295
dim=256 seq_len=256 builtin_compiled 0.003931530155713045
dim=256 seq_len=256 custom_compiled 0.011449624496170237
dim=256 seq_len=256 builtin/custom 0.31846247771619884
dim=256 seq_len=256 builtin_compiled/custom_compiled 0.34337634016103274
```
if builtin/custom is > 1, it means that nn.LayerNorm is slower than custom implementation
### Versions
Collecting environment information...
PyTorch version: 2.5.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version: 14.0.0-1ubuntu1.1
CMake version: version 3.31.2
Libc version: glibc-2.35
Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] (64-bit runtime)
Python platform: Linux-6.1.85+-x86_64-with-glibc2.35
Is CUDA available: True
CUDA runtime version: 12.2.140
CUDA_MODULE_LOADING set to: LAZY
GPU models and configuration: GPU 0: Tesla T4
Nvidia driver version: 535.104.05
cuDNN version: Probably one of the following:
/usr/lib/x86_64-linux-gnu/libcudnn.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.9.6
/usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.9.6
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
CPU:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU @ 2.00GHz
CPU family: 6
Model: 85
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
Stepping: 3
BogoMIPS: 4000.35
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat md_clear arch_capabilities
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32 KiB (1 instance)
L1i cache: 32 KiB (1 instance)
L2 cache: 1 MiB (1 instance)
L3 cache: 38.5 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Vulnerable; SMT Host state unknown
Vulnerability Meltdown: Vulnerable
Vulnerability Mmio stale data: Vulnerable
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Vulnerable
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers
Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Vulnerable (Syscall hardening enabled)
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Vulnerable
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] nvidia-cublas-cu12==12.6.4.1
[pip3] nvidia-cuda-cupti-cu12==12.6.80
[pip3] nvidia-cuda-runtime-cu12==12.6.77
[pip3] nvidia-cudnn-cu12==9.6.0.74
[pip3] nvidia-cufft-cu12==11.3.0.4
[pip3] nvidia-curand-cu12==10.3.7.77
[pip3] nvidia-cusolver-cu12==11.7.1.2
[pip3] nvidia-cusparse-cu12==12.5.4.2
[pip3] nvidia-nccl-cu12==2.23.4
[pip3] nvidia-nvjitlink-cu12==12.6.85
[pip3] nvtx==0.2.10
[pip3] optree==0.13.1
[pip3] pynvjitlink-cu12==0.4.0
[pip3] torch==2.5.1+cu121
[pip3] torchaudio==2.5.1+cu121
[pip3] torchsummary==1.5.1
[pip3] torchvision==0.20.1+cu121
[pip3] triton==3.1.0
[conda] Could not collect
cc @msaroufim @albanD @mruberry @jbschlosser @walterddr @mikaylagawarecki | module: performance,module: nn,triaged,module: norms and normalization | low | Critical |
2,756,086,686 | vscode | Git - ambiguous argument error when opening first commit in blame | <!-- โ ๏ธโ ๏ธ 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:1.97.0-insider
Commit: 89f808979a5151bd91324e65d4f7ab1b62896983
Date: 2024-12-20T05:04:19.167Z
- OS Version: Linux x64 6.12.4-arch1-1
Steps to Reproduce:
1. Navigate to a file where blame would show the original commit
2. Click on "View Commit"

| bug,git | low | Critical |
2,756,112,478 | pytorch | [CompiledAutograd] No implicit dtype cast as expected | ### ๐ Describe the bug
Unfortunately I don't have simple reproducer for now, trying to get one but without success so far (also pytorch minifier ends up with error).
Problem observed is that given model when run with eager performs implicit dtype cast from fp32 to bf16
```
THPEngine_run_backward
-> PythonEngine::execute
-> Engine::execute
-> execute_with_graph_task
-> thread_main
-> evaluate_function
-> call_function
-> [validate_outputs -> validate_outputs_impl:940](https://github.com/pytorch/pytorch/blob/main/torch/csrc/autograd/engine.cpp#L940)
if (c10::typeMetaToScalarType(metadata.options().dtype()) !=
grad.scalar_type()) {
grad = grad.to(c10::typeMetaToScalarType(metadata.options().dtype()));
}
```
When enabled Compiled Autograd it goes different path
```
THPEngine_run_backward
-> PythonEngine::execute
-> Engine::execute
-> return (*compiled_autograd)(graph_root, *graph_task, accumulate_grad, outputs);
-> compiled_autograd
-> _compiled_autograd_impl
-> [validate_outputs -> validate_outputs_impl:729](https://github.com/pytorch/pytorch/blob/main/torch/csrc/dynamo/python_compiled_autograd.cpp#L729)
```
Leaving it without cast leading to dtype mismatch fp32 vs bf16 when both bf16 are expected looking at compiled autograd graph.
I'll be trying to get simple reproducer and update when one is available.
### Versions
PT 2.5.1
cc @chauhang @penguinwu @xmfan @yf225 | triaged,oncall: pt2,module: compiled autograd | low | Critical |
2,756,119,787 | go | runtime: use zero byte as empty control word in maps (potential performance improvement) | ### Proposal Details
### Context
The implementation of Swiss maps brought in Go 1.24 is more complex than previously seen implementations, but it retains one of the [original details](https://abseil.io/about/design/swisstables) that everyone seems to implement in the same way: the control word used to denote an empty slot is `0b10000000` (and the one for deleted items is `0b11111110`.
### Problem
Every time a new table is allocated or it grows, it [has to be filled with this specific "empty control word" pattern](https://github.com/golang/go/blob/4f0561f9d354233787de7aa9eff8119a2d4cd5c6/src/internal/runtime/maps/group.go#L140-L143). For large maps, this is quite a lot of work.
### Proposal
I propose to:
- Use zero-byte `0b00000000` to denote an empty slot.
- Use byte 1 (`0b00000001`) for deleted slots.
- Add `2` to `h2` to ensure that it always has some non-zero bit set in bits 1-7.
While writing this issue I saw a [similar proposal in a TODO comment in the implementation](https://github.com/golang/go/blob/4f0561f9d354233787de7aa9eff8119a2d4cd5c6/src/internal/runtime/maps/group.go#L116-L116).
```go
// TODO(prattmic): Consider inverting the top bit so that the zero value is empty.
type ctrl uint8
```
What does this mean:
- The most important thing: an zeroed group is filled with empty control words out of the box, so we don't have to do that manually on each allocation/growth of the table.
- There's an extra operation to be done when splitting a key into the `h1`/`h2` pair (plus two, my guess is no modern CPU will have a noticeable impact of that, but it's worth noting).
- Depending on how the SIMD code is written, this may result in less operations needed.
- When I proposed this to `github.com/dolthub/swiss`, [I was able to use 2 less operations](https://github.com/dolthub/swiss/pull/34/files#diff-fb5dd16598356f848a152101f9dfc007e2a078d4d3f4b1b79c75a1b064a508c4R23), although their version appears to be longer than the one implemented here in stdlib, but it's also designed for 16-element groups, which isn't done in Go yet.
- I checked [the code in stdlib](https://github.com/golang/go/blob/4f0561f9d354233787de7aa9eff8119a2d4cd5c6/src/cmd/compile/internal/ssagen/intrinsics.go#L1412-L1454) and I don't even understand why it works yet[^1].
I previously sent a PR to [dolthub's swiss map implementation](https://github.com/dolthub/swiss/pull/34) implementing this change, and the benchmarks were quite promising (although I didn't test the SIMD path, since I was benchmarking on arm64).
Given that Go's version is quite more complex than that one, I decided to drop an issue before attempting to hack a proof-of-concept.
cc @prattmic
[^1]: The comment says that _Empty slots are negated, becoming 1000 0000 (unchanged!)._, but negating something should change it, right? I didn't find any docs regarding this behaviour, only ChatGPT explained me that since it's already the most negative value, it remains unchanged. | Performance,NeedsInvestigation,compiler/runtime | low | Major |
2,756,144,431 | go | x/tools/gopls: Rename: crash due to Info.Defs[id]=nil bug in checkStructField | ```
#!stacks
"runtime.sigpanic" && "checkStructField:+36"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
named := r.pkg.TypesInfo().Defs[spec.Name].Type()
```
This stack `Zepg4g` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-12-21.json):
- `crash/crash`
- [`runtime.gopanic:+69`](https://cs.opensource.google/go/go/+/go1.23.3:src/runtime/panic.go;l=804)
- `runtime.panicmem:=262`
- [`runtime.sigpanic:+19`](https://cs.opensource.google/go/go/+/go1.23.3:src/runtime/signal_unix.go;l=917)
- [`golang.org/x/tools/gopls/internal/golang.(*renamer).checkStructField:+36`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename_check.go;l=475)
- [`golang.org/x/tools/gopls/internal/golang.(*renamer).check:+14`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename_check.go;l=106)
- [`golang.org/x/tools/gopls/internal/golang.(*renamer).checkInLexicalScope:+62`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename_check.go;l=284)
- [`golang.org/x/tools/gopls/internal/golang.(*renamer).checkInPackageBlock:+47`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename_check.go;l=187)
- [`golang.org/x/tools/gopls/internal/golang.(*renamer).check:+12`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename_check.go;l=104)
- [`golang.org/x/tools/gopls/internal/golang.renameObjects:+24`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename.go;l=1173)
- [`golang.org/x/tools/gopls/internal/golang.renameExported:+56`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename.go;l=750)
- [`golang.org/x/tools/gopls/internal/golang.renameOrdinary:+157`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename.go;l=632)
- [`golang.org/x/tools/gopls/internal/golang.Rename:+24`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/golang/rename.go;l=419)
- [`golang.org/x/tools/gopls/internal/server.(*server).Rename:+17`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/server/rename.go;l=36)
- [`golang.org/x/tools/gopls/internal/protocol.serverDispatch:+489`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/protocol/tsserver.go;l=659)
- [`golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.ServerHandler.func3:+5`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/protocol/protocol.go;l=160)
- [`golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.handshaker.func4:+52`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:gopls/internal/lsprpc/lsprpc.go;l=509)
- [`golang.org/x/tools/gopls/internal/protocol.Handlers.MustReplyHandler.func1:+2`](https://cs.opensource.google/go/x/tools/+/gopls/v0.17.0:internal/jsonrpc2/handler.go;l=35)
```
golang.org/x/tools/[email protected] go1.23.3 darwin/arm64 other,vscode (1)
```
Dups: _A3zlQ | NeedsInvestigation,gopls,Tools,gopls/telemetry-wins | low | Critical |
2,756,145,499 | angular | feat(adev): create documentation for project | ### Which @angular/* package(s) are relevant/related to the feature request?
common
### Description
Currently engagement in contributing to adev project requires full deep-dive into solution to understand how to solve one of the listed issues.
This takes quite a long time to understand how things work, even with **contributing-docs/** docu, what can be slowing point for newcomers who have passion to contribute to Angular.
### Proposed solution
To speed up onboarding to adev project and make contributing more attractive for developer it is proposed to:
Update adev .README with Contributor's Guide that includes:
- A high-level summary of the Angular.dev project architecture
- Folders structure and their purpose
### Alternatives considered
Produce a series of short video tutorials that walk through the project architecture and folder structure. These videos can include screen sharing to demonstrate how to navigate the codebase and where to find specific components | area: dev-infra | low | Major |
2,756,224,888 | deno | Deno language server OOMs when the project contains a massive JSON module | ```
$ deno --version
deno 2.1.4 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2
```
Project consists of a single file:
```ts
import dict from "./jmdict_eng.json" with { type: "json" };
console.log(dict.tags["vn"]);
```
plus `jmdict_eng.json` being, for example, the unzipped version of the `jmdict-eng-3.6.1+20241223123233.json.zip` file from [here](https://github.com/scriptin/jmdict-simplified/releases/tag/3.6.1%2B20241223123233).
A minimal `deno.json` to trigger the plugin might be necessary. I'm using the one from `deno init`.
The VS Code logs say
```
[Info - 8:51:20 AM] Connection to server got closed. Server will restart.
Starting Deno language server...
version: 2.1.4 (release, x86_64-pc-windows-msvc)
executable: C:\Users\d\AppData\Local\Microsoft\WinGet\Packages\DenoLand.Deno_Microsoft.Winget.Source_8wekyb3d8bbwe\deno.EXE
Connected to "Visual Studio Code" 1.96.2
Enabling import suggestions for: https://deno.land
Refreshing configuration tree...
Resolved Deno configuration file: "file:///C:/Users/d/OneDrive%20-%20domenic.me/Code/WIP/deno-oom-demo/deno.json"
Server ready.
<--- Last few GCs --->
[8500:00000261B30C8000] 15266 ms: Scavenge (interleaved) 3066.2 (3072.5) -> 3065.9 (3077.7) MB, pooled: 0 MB, 5.87 / 0.00 ms (average mu = 0.171, current mu = 0.123) allocation failure;
[8500:00000261B30C8000] 15934 ms: Mark-Compact (reduce) 3068.4 (3077.7) -> 3067.7 (3073.2) MB, pooled: 0 MB, 560.79 / 0.00 ms (+ 0.2 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 569 ms) (average mu = 0.179
<--- JS stacktrace --->
#
# Fatal JavaScript out of memory: Ineffective mark-compacts near heap limit
#
==== C stack trace ===============================
(No symbol) [0x00007FFF853D1ECC]
CrashForExceptionInNonABICompliantCodeRange [0x00007FF76A6E8ECB+1325403]
node_api_get_module_file_name [0x00007FF76A3D2A17+24281479]
node_api_get_module_file_name [0x00007FF76A42EE4A+24659386]
node_api_get_module_file_name [0x00007FF76A3AE5EC+24132956]
node_api_get_module_file_name [0x00007FF76A4B9AE7+25227863]
node_api_get_module_file_name [0x00007FF76A4CC984+25305332]
node_api_get_module_file_name [0x00007FF76A4CC10B+25303163]
CrashForExceptionInNonABICompliantCodeRange [0x00007FF76BA9C68D+21983517]
node_api_get_module_file_name [0x00007FF76A4B7427+25217943]
CrashForExceptionInNonABICompliantCodeRange [0x00007FF76A6B4F00+1112464]
CrashForExceptionInNonABICompliantCodeRange [0x00007FF76AE57332+9117122]
CrashForExceptionInNonABICompliantCodeRange [0x00007FF76B837D7A+19474442]
(No symbol) [0x00007FF6EB9E06C6]
[Error - 8:51:36 AM] The Deno Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
```
I understand that it might be unreasonable to support such large files. So, is there any way to exclude the Deno language server from trying to crawl them, and by doing so committing suicide? | bug,needs investigation,lsp | low | Critical |
2,756,228,742 | tauri | [docs] Clarify Secret Management in Backend for Tauri Build | When you are working with 3rd party services like an API or a database either with a replica sync or remote database server, you need to provide the secrets or auth tokens.
The usage of env variables with dotfiles of direct env variables are well documented in dev environment.
Never the less when you build the app it's unclear how to manage this secrets. `pnpm tauri build --bundles app` doesn't build the app with the env secrets.
The documentation recommend the usage of stronghold but all the information I could find uses stronghold as a secret storage for user token/secrets (frontend sending this secrets to backend)..
I would like to have a documentation related to the distribution with secrets needed in the backend(src-tauri) side. | type: documentation | low | Minor |
2,756,238,605 | next.js | Turbo Dev crashes with OG Image at certain paths | ### Link to the code that reproduces this issue
https://github.com/wotschofsky/domain-digger/tree/turbo-repro
### To Reproduce
1. Start the application in development (next dev)
2. See process crash
### Current vs. Expected behavior
Currently, Next.js Dev crashes completely, when OG image file is at located at certain paths.
File `/app/lookup/[domain]/(dns)/opengraph-image.tsx` seems to be the culprit.
Tested scenarios:
* `/app/lookup/[domain]/(dns)/opengraph-image.tsx` โ
* `/app/lookup/(dns)/opengraph-image.tsx` โ
* `/app/lookup/[domain]/opengraph-image.tsx` โ
* `/app/[domain]/(dns)/opengraph-image.tsx` โ
* `/app/lookup/opengraph-image.tsx` โ
* `/app/opengraph-image.tsx` โ
โ
Works
โ Crashes
### Provide environment information
```bash
Node.js v20.18.1
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.2.0: Fri Dec 6 19:01:59 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6000
Available memory (MB): 32768
Available CPU cores: 10
Binaries:
Node: 20.18.1
npm: 10.8.2
Yarn: N/A
pnpm: 9.15.0
Relevant Packages:
next: 15.1.1-canary.17 // Latest available version is detected (15.1.1-canary.17).
eslint-config-next: N/A
react: 19.0.0
react-dom: 19.0.0
typescript: 5.7.2
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Turbopack
### Which stage(s) are affected? (Select all that apply)
next dev (local)
### Additional context
Console logs
```
> next dev --turbo
โฒ Next.js 15.1.1-canary.17 (Turbopack)
- Local: http://localhost:3000
- Network: http://192.168.178.53:3000
- Environments: .env.local
โ Starting...
FATAL: An unexpected Turbopack error occurred. Please report the content of /var/folders/32/606grn711z92qgqzbyqfwg8w0000gn/T/next-panic-e35483a9cf5e5fb8118fb6b68f0435e0.log, along with a description of what you were doing when the error occurred, to https://github.com/vercel/next.js/issues/new
[Error [TurbopackInternalError]: A task panicked: range end index 6 out of range for slice of length 5
Debug info:
- Execution of get_entrypoints_with_issues failed
- Execution of Project::entrypoints failed
- Execution of AppProject::routes failed
- Execution of directory_tree_to_entrypoints_internal failed
- Execution of directory_tree_to_entrypoints_internal failed
- Execution of directory_tree_to_entrypoints_internal failed
- A task panicked: range end index 6 out of range for slice of length 5]
```
Log file
```
---------------------------
Panic: panicked at crates/next-core/src/next_app/metadata/mod.rs:278:11:
range end index 6 out of range for slice of length 5
Backtrace: 0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <unknown>
13: <unknown>
14: <unknown>
15: <unknown>
16: <unknown>
17: <unknown>
18: <unknown>
19: <unknown>
20: <unknown>
21: <unknown>
22: <unknown>
23: <unknown>
24: <unknown>
25: <unknown>
26: <unknown>
27: <unknown>
28: <unknown>
29: <unknown>
30: <unknown>
31: <unknown>
32: <unknown>
33: <unknown>
34: <unknown>
35: <unknown>
36: <unknown>
37: <unknown>
38: <unknown>
39: __pthread_deallocate
``` | Turbopack | low | Critical |
2,756,251,368 | flutter | HardwareKeyboard handler does not fire events when textfield is in focus. | ### Steps to reproduce
On Android `ServicesBinding.instance.keyboard.addHandler(keyboardHandler)` behaves differently on v3.24.5 vs 3.27.1
The steps are as follows (see example):
1. Without focusing the field
2. Using the "open keyboard" button type: "1.1.1" (I'm using a bluetooth barcode scanner, a.k.a. external keyboard)
3. Type "4" in the field
4. Lose focus of the field
5. Click "open keyboard" again and type: "1.1.1" (I'm using a bluetooth barcode scanner, a.k.a. external keyboard)
In Flutter 3.24.5 all key events are handled correctly look at the "Expected results".
In Flutter 3.27.1, after editing the field and then using the barcode scanner, all "." characters are ignored. When using the on screen keyboard all key events are ignored.
This shouldn't be normal behavior right?
### Expected results
<details open><summary>Flutter 3.24.5 everything handled correctly even after typing a value in the TextField:</summary>
```
HardwareKeyboard initialized
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
Textfield value: 4
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
```
</details>
Exactly the same output using the bluetooth barcode scanner.
### Actual results
<details open><summary> Logs: using the on screen keyboard</summary>
Flutter 3.27.1
Logs:
```
HardwareKeyboard initialized
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
Textfield value: 4
```
</details>
After typing the value in the TextField everything is ignored.
<details open><summary> Logs: using the bluetooth barcode scanner (a.k.a. external keyboard)</summary>
```
HardwareKeyboard initialized
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event.
Key pressed: .
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed eventEnter
Key pressed:
Not a key down event: ignore
Textfield value: 4
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
-------
key pressed event1
Key pressed: 1
Not a key down event: ignore
```
</details>
After typing the value in the TextField all "." characters are ignored.
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatefulWidget {
const MainApp({super.key});
@override
State<MainApp> createState() => _MainAppState();
}
class _MainAppState extends State<MainApp> {
@override
initState() {
ServicesBinding.instance.keyboard.addHandler(keyboardHandler);
print("HardwareKeyboard initialized");
super.initState();
}
bool keyboardHandler(KeyEvent event) {
if (event is! KeyDownEvent) {
print("Not a key down event: ignore");
return false;
}
print("-------");
print("key pressed event${event.logicalKey.keyLabel}");
if (focusNode.hasFocus) {
print("textfield has focus: ignore");
return false;
}
if (event.character != null && event.character?.isNotEmpty == true) {
print("Key pressed: ${event.character}");
return true;
}
print("key pressed but not a character: ignore");
return false;
}
@override
dispose() {
ServicesBinding.instance.keyboard.removeHandler(keyboardHandler);
print("HardwareKeyboard disposed");
super.dispose();
}
FocusNode focusNode = FocusNode();
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: Column(children: [
const SizedBox(height: 100),
TextField(
focusNode: focusNode,
onChanged: (value) {
print("Textfield value: $value");
},
),
TextButton(
onPressed: () {
focusNode.unfocus();
},
child: const Text("unfocus")),
TextButton(
onPressed: () {
SystemChannels.textInput.invokeMethod("TextInput.show");
},
child: const Text("Open keyboard")),
]),
),
);
}
}
```
</details>
### Screenshots or Video
_No response_
### Logs
_No response_
### Flutter Doctor output
<details open><summary>Doctor output 3.27.1</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[โ] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.22631.4602], locale en-NL)
[โ] Windows Version (Installed version of Windows is version 10 or higher)
[โ] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[โ] Chrome - develop for the web
[โ] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.11.6)
[!] Android Studio (version 2022.1)
X Unable to determine bundled Java version.
[!] Android Studio (version 2023.3)
X Unable to determine bundled Java version.
[โ] Android Studio (version 2024.2)
[โ] VS Code (version 1.94.2)
[โ] VS Code, 64-bit edition (version unknown)
X Unable to determine VS Code version.
[โ] Connected device (4 available)
[โ] Network resources
```
</details>
<details open><summary>Doctor output 3.24.5</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[โ] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4602], locale en-NL)
[โ] Windows Version (Installed version of Windows is version 10 or higher)
[โ] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[โ] Chrome - develop for the web
[โ] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.11.6)
[!] Android Studio (version 2022.1)
X Unable to determine bundled Java version.
[!] Android Studio (version 2023.3)
X Unable to determine bundled Java version.
[โ] Android Studio (version 2024.2)
[โ] VS Code (version 1.94.2)
[โ] VS Code, 64-bit edition (version unknown)
X Unable to determine VS Code version.
[โ] Connected device (4 available)
[โ] Network resources
```
</details>
| a: text input,framework,f: focus,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.27,found in release: 3.28 | low | Major |
2,756,326,757 | godot | Documentation tooltip trigger area includes end-of-line and whitespace surrounding a symbol | ### Tested versions
v4.4.dev7.official [46c8f8c5c]
### System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Intel(R) Iris(R) Xe Graphics (Intel Corporation; 32.0.101.5768) - 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 threads)
### Issue description
The symbol info / documentation tooltips (#91060) are triggered by hovering in the empty space at the end of a line or the whitespace surrounding a symbol.
https://github.com/user-attachments/assets/d15df433-edad-4044-8bb5-b02c89c869ec
### Steps to reproduce
Stop the mouse cursor in the space surrounding a hoverable symbol.
### Minimal reproduction project (MRP)
N/A | bug,topic:editor,topic:gui | low | Minor |
2,756,333,220 | vscode | Git - Source control is not able to detect renaming a file | <!-- โ ๏ธโ ๏ธ 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: 1.96.2
- OS Version: Windows 11
This has already been requested in #128981 but was chalked up to git's limitations despite git clearly being able to detect the file changes and, as a result, reconcile the file history (i.e. Timeview) even after a rename.
Steps to Reproduce:
1. Rename or move a file with `git mv` without modifying any file contents.
1. Commit
1. Click on any commit in the Timeview
Expected behavior:
No change to timeview or individual commit contents.
Actual behavior:
The timeline and commit names are shown, but the contents are empty:


Edit: to be clear, renames can be both detected and dealt with using the following commands:
- List all the renames in the repo:
```git
> git log --summary --diff-filter=dam # all the renames in the repo
...
rename OldFileName1.ps1 => NewFileName1.ps1 (97%)
rename OldFileName2.ps1 => NewFileName2.ps1 (100%)
...
```
- List all the renames for a particular file:
```
> git log --summary --diff-filter=dam --follow -- .\NewFileName1.ps1 # for a particular file
...
rename OldFileName1.ps1 => NewFileName1.ps1 (97%)
...
```
- Show file contents for a particular file before a rename:
```
git show 42fcd1b:OldFileName1.ps1
```
... where `42fcd1b` is the commit hash.
There are probably other, possibly better, ways, but this is the most straightforward way I've found and been using.
| bug,git,timeline-git | low | Critical |
2,756,340,120 | pytorch | compiled autograd tests should use expecttest | The current expected_logs mechanism make it difficult to see what is going on. If there's an error then it looks like the following:

The nice thing about expecttest is that it tells me what the expected output lines look like and what the new lines are and what the diff is.
cc @mruberry @ZainRizvi @chauhang @penguinwu @xmfan @yf225 @ezyang @gqchen @pearu @nikitaved @soulitzer @Varal7 | module: tests,triaged,enhancement,oncall: pt2,module: compiled autograd | low | Critical |
2,756,346,734 | flutter | Clip.none has no documentation regarding hit testing | Issue #19445 was resolved by adding documentation to the now removed `Overflow` enum which stated that when `Overflow.visible` (equivalent to `Clip.none`) was specified, that area that overflows would not respond to hit testing. There's no equivalent documentation for `Clip.none`. | framework,d: api docs,P2,team-framework,triaged-framework | low | Minor |
2,756,370,006 | rust | Tracking Issue for RFC 3591: `use`ing a function from a trait | This is a tracking issue for the RFC "Add support for `use Trait::func`" (rust-lang/rfcs#3591).
The feature gate for the issue is `#![feature(import_trait_associated_functions)]`.
### About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however *not* meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
### Steps
- [ ] Implement the RFC
- [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
- [ ] Formatting for new syntax has been added to the [Style Guide] ([nightly-style-procedure])
- [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
[doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
[nightly-style-procedure]: https://github.com/rust-lang/style-team/blob/main/nightly-style-procedure.md
[Style Guide]: https://github.com/rust-lang/rust/tree/master/src/doc/style-guide
### Unresolved Questions
### Implementation history
| B-RFC-approved,T-lang,C-tracking-issue,S-tracking-unimplemented | low | Critical |
2,756,415,481 | next.js | Link Component affects tab order when using anchors affecting accessibility | ### Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/modest-babbage-ywzvtv
### To Reproduce
I've included a version using `<a href="#">` and `<Link href="#">` in my example above
Steps to replicate:
- Tab to the any item in the sidebar and hit enter
- Keep hitting tab again
### Current vs. Expected behavior
When using plain html links `<a href="#">` the behaviour of the page is expected to be: tab to a link with an anchor and hit enter - tabbing continues from that point on the page

When using `<Link href="#">` however the behaviour is to continue from where you were tabbing before you hit enter so you lose context, this was flagged in one of our accessibility audits.

[The documentation doesn't mention anything special about anchor link functionality](https://nextjs.org/docs/app/api-reference/components/link#scrolling-to-an-id)
I've tried additional settings eg using `/path#anchor` instead of `#anchor` I've also tried `href={{ hash: 'anchor' }}`.
If you go directly to an anchor link url tabbing begins as expected on both versions
### Provide environment information
```bash
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023
Available memory (MB): 4102
Available CPU cores: 2
Binaries:
Node: 20.9.0
npm: 9.8.1
Yarn: 1.22.19
pnpm: 8.10.2
Relevant Packages:
next: 15.1.1-canary.17 // Latest available version is detected (15.1.1-canary.17).
eslint-config-next: N/A
react: 19.0.0
react-dom: 19.0.0
typescript: 5.3.3
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Navigation
### Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Other (Deployed)
### Additional context
This was flagged up in our accessibility audit - our fix for now is to use `<a href="#">` | Navigation | low | Minor |
2,756,467,809 | rust | Tracking Issue for `normalize_lexically` | Feature gate: `#![feature(normalize_lexically)]`
This is a tracking issue for `Path::normalize_lexically` that is used to normalize a path, including `..` parent references, without touching the filesystem.
### Public API
```rust
// std::path
impl Path {
pub fn normalize_lexically(&self) -> Result<PathBuf, NormalizeError> {
}
```
### Steps / History
- [x] [API Change Proposal](https://github.com/rust-lang/libs-team/issues/396)
- [ ] Implementation: #134696
- [ ] Final comment period (FCP)[^1]
- [ ] Stabilization PR
### Unresolved Questions
- Should this take `&mut self` and normalize in-place? Normalizing a path just removes components.
- Should this disallow resolving to the empty path or the single `.` path.
- Should this only allow paths without a root or prefix? It may be surprising that `base_path.join(user_path.normalize_lexically()?)` can still escape the base path.
The last two can be summarised as: should this strictly require paths to be sub-paths?
[^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html
| T-libs-api,C-tracking-issue | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.