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,731,256,830 | vscode | javascript output with </script> can close scripts | ### Applies To
- [x] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
when the javascript output has a </script> closing tag, it appears to be able to close the script element which is used for running the javascript, so the remainder of the java... | bug,notebook-output | low | Minor |
2,731,261,170 | neovim | build from source on Windows using CLion | ### Problem
I find it very difficult to follow the building instructions..
I have CLion and Visual Studio 2022 installed and the options mentioned in the linked document do not correspond to what I see.
[BUILD.md](https://github.com/neovim/neovim/blob/master/BUILD.md)
### Expected behavior
It would be very helpfu... | build,documentation,platform:windows | low | Major |
2,731,274,422 | rust | E0599: incorrect import suggestion for block-scoped trait | ### Code
```Rust
fn main() {
{
trait Hello {
fn hello(&self) {
println!("hello world");
}
}
impl<T> Hello for T {}
}
().hello();
}
```
### Current output
```Shell
error[E0599]: no method named `hello` found for unit type `()` in the current... | A-diagnostics,T-compiler | low | Critical |
2,731,308,373 | pytorch | We don't have test coverage for aarch64 (ARM64) bfloat16 feature (__ARM_FEATURE_BF16) | ### ๐ Describe the bug
As demonstrated by #142370 and #142501, we have no builds that will catch compilation failures under `__ARM_FEATURE_BF16`, let alone running tests in this configuration.
### Versions
N/A
cc @seemethere @malfet @pytorch/pytorch-dev-infra | module: build,module: ci,triaged | medium | Critical |
2,731,328,390 | opencv | Is Qt Test necessary? It's not substantively used and it's a requirement for CVV on windows. | ### Describe the feature and motivation
this has been making me crazy:
[https://github.com/opencv/opencv/issues/23826]
It's apparently only been an issue for me and two others over the last two years, and it involves intricacies of cmake and cuda that are beyond my capabilities.
But it seems entirely caused by ... | feature,category: build/install | low | Critical |
2,731,333,511 | pytorch | DISABLED test_run_decompositions_preserve_handle (__main__.TestNumericDebugger) | Platforms: mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_run_decompositions_preserve_handle&suite=TestNumericDebugger&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/34205786469).
Over the p... | oncall: quantization,triaged,module: flaky-tests,module: macos,skipped | low | Critical |
2,731,343,430 | PowerToys | [Peek][PreviewPane] Support for .resx and .resw files | Allow users to quickly preview resource files (.resx and .resw) in Peek and Explorer PreviewPane. Both are xml files and can be easy previewed in Monaco editor. | Idea-Enhancement,Help Wanted,Resolution-Fix Committed,Product-File Explorer,Product-Peek | low | Major |
2,731,349,097 | flutter | [Android] Modify sensitive content support implementation to use JNIgen | The initial implementation of sensitive content support on Android (to address https://github.com/flutter/flutter/issues/150218) will be implemented with method channels. In the future, the plan is to convert the implementation to use JNIgen to avoid a possible race condition between marking a view as sensitive and dis... | platform-android,framework,P2,team-android,triaged-android | low | Minor |
2,731,362,544 | flutter | [Android] Un-mark sensitive content when it is not visible on screen | The initial implementation of sensitive content support on Android (to address https://github.com/flutter/flutter/issues/150218) will not include logic that detects whether or not a sensitive content widget is no longer visible, meaning a `View` may still be obscured when there is no longer sensitive content on screen.... | platform-android,framework,P2,team-android,triaged-android | low | Minor |
2,731,396,319 | pytorch | [v.2.6.0] Release Tracker | We cut a [release branch](https://github.com/pytorch/pytorch/tree/release/2.6) for the 2.6.0 release.
Our plan from this point from this point is roughly:
* Phase 1 (until 1/13/25): work on finalizing the release branch
* Phase 2 (after 1/13/25): perform extended integration/stability/performance testing based o... | module: ci,triaged,release tracker | high | Critical |
2,731,398,460 | rust | Tracking Issue for `byte_search` | <!--
Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If the new feature is small, it may be fine to skip the RFC process. In that
case, you can use `issue = "none"` in your i... | T-libs-api,C-tracking-issue | low | Minor |
2,731,402,353 | pytorch | torch.linalg.solve fails on CPU with multiple threads and batch dimension | Running this code
```
import torch
torch.set_num_threads(2)
n = 151
xtx = torch.eye(n).unsqueeze(0).repeat(2,1,1).contiguous()
xty = torch.ones(2,n)
x = torch.linalg.solve(xtx, xty)
```
give this error
```
Intel MKL ERROR: Parameter 6 was incorrect on entry to SLASWP.
Intel MKL ERROR: Parameter 6 was i... | triaged,module: mkl,module: linear algebra | low | Critical |
2,731,406,188 | terminal | [Group Policy] Process based enforcing single window mode | Is it possible to add a policy that enforces single window mode based on the process that is executing the PowerShell script or CMD script.
Use case: We have a backup tool that uses multiple PowerShell scripts/commands to do the work. It would be cool if I can configure WT centralized to open the commands called from ... | Issue-Feature,Product-Terminal,Needs-Tag-Fix,Area-GroupPolicy | low | Minor |
2,731,445,476 | vscode | "Clear All Output" is greyed out and doesn't clear execution count unless output is available | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
Create a new cell in an *.ipynb.
run an import statement, the execution count increments.
**expected** that this execution statement could be cleared with the "Clear All Outp... | feature-request,notebook-commands | medium | Major |
2,731,456,884 | kubernetes | [FG:InPlacePodVerticalScaling] Inconsistent handling of memory limit decrease | /kind bug
When shrinking the pod-level memory limits (sum of container limits iff all containers have limits), the Kubelet checks the current pod memory usage, and doesn't apply the new limits if the new limits < current usage. However, the Kubelet doesn't place the same restriction on containers, and we don't requi... | kind/bug,priority/important-soon,sig/node,triage/accepted | low | Critical |
2,731,460,356 | react | [Compiler Bug]: Compiler fails to memoize hooks with no hook calls | ### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [X] babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- [ ] reac... | Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler | low | Critical |
2,731,465,844 | tauri | window.print in android | ### Describe the bug
`window.print` function (javascript) is not working in android, you can call it but despite desktop nothing happens
### Reproduction
_No response_
### Expected behavior
_No response_
### Full `tauri info` output
```text
[โ ] Environment
- OS: NixOS 25.5.0 x86_64 (X64)
... | type: bug,status: needs triage | low | Critical |
2,731,483,367 | tauri | [bug] Remote API Access from localhost does not inject window.__TAURI__ | ### Describe the bug
I am trying to access the Tauri API in my browser via `http://localhost:1420/`. This is intended for the release, not just development. I use the following snippet to check if the API is available.
```tsx
// App.tsx
useEffect(() => {
console.log("__TAURI__" in window ? "Tauri" : "Web");
... | type: bug,status: needs triage | low | Critical |
2,731,523,044 | vscode | Allow for subtraction in Settings editor search queries | I realized while looking at https://github.com/microsoft/vscode/issues/201456 that allowing `-query` to subtract results could be pretty cool. | feature-request,settings-editor | low | Minor |
2,731,554,618 | PowerToys | Checkbox ticks in Markdown files have bad contrast | ### Microsoft PowerToys version
0.86.0
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Peek
### Steps to reproduce
Create a Markdown file using the following code and use Peek to preview its content:
````markdown
- [ ] Unchecked
- [x] Checked
````
### โ๏ธ Expected Behavi... | Issue-Bug,Needs-Triage,Product-Peek | low | Minor |
2,731,565,713 | rust | Tracking issue for release notes of #132975: De-duplicate and improve definition of core::ffi::c_char |
This issue tracks the release notes text for #132975.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,T-libs,relnotes-tracking-issue | low | Minor |
2,731,571,056 | pytorch | Add [low, high] interval for torch.distributions.beta | ### ๐ The feature, motivation and pitch
I think it would be nice to extend the torch.distributions.beta with two additional parameters "low" and "high" similar to the ones in the torch.distributions.uniform to be able to scale the beta distribution on a custom interval [low, high] in order not to be limited to the ... | module: distributions,triaged | low | Minor |
2,731,574,183 | langchain | Bedrock: Unknown parameter in toolConfig.tools[0].toolSpec: "strict", must be one of: name, description, inputSchema | ### 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 ... | ๐ค:bug | low | Critical |
2,731,623,085 | ui | [bug]: running npx shadcn@latest init the modifications to tailwind.config.ts generate an error | ### Describe the bug
When running npx shadcn@latest init the modifications to tailwind.config.ts generate an error by backgroundImage: {
video: 'url('../images/video/video.png')'
}, it is incorrectly configured, it should be backgroundImage: {
video: 'url("../images/video/video.png")'
},
### Aff... | bug | low | Critical |
2,731,684,551 | godot | GLTFDocument.append_from_scene executed on non-ui thread cost tool much time compared to on ui thread. | ### Tested versions
Reproducible in Godot v4.0.4.stable
### System information
Mac & Android & iOS - Godot v4.0.4.stable
### Issue description
try to execute GLTFDocument.append_from_file on ui thread and non-ui thread respectively, the time cost on non-ui thread is much higher than on ui thread. for example, in t... | bug,needs testing,topic:import,performance | low | Minor |
2,731,692,485 | pytorch | Segmentation fault in `replication_pad3d_backward` | ### ๐ Describe the bug
Under specific inputs, `replication_pad3d_backward` triggered a crash.
```python
import torch
grad_output = torch.full((2, 0, 6, 8, 10,), 1, dtype=torch.float)
self = torch.full((2, 2, 4, 4, 4,), 1, dtype=torch.float)
padding = [3, 3, 2, 2, 1, 1]
torch.ops.aten.replication_pad3d_backwar... | module: crash,module: nn,triaged,actionable,module: edge cases | low | Critical |
2,731,694,067 | pytorch | Segmentation fault in `replication_pad2d_backward` | ### ๐ Describe the bug
Under specific inputs, `replication_pad2d_backward` triggered a crash.
```python
import torch
grad_output = torch.full((2, 0, 6, 8,), 1, dtype=torch.float)
self = torch.full((2, 2, 4, 4,), 1, dtype=torch.float)
padding = [2, 2, 1, 1]
torch.ops.aten.replication_pad2d_backward(grad_output... | module: crash,module: nn,triaged,actionable,module: edge cases | low | Critical |
2,731,701,635 | pytorch | Floating point exception (core dumped) in `convolution_backward` | ### ๐ Describe the bug
Under specific inputs, `convolution_backward` triggered a crash.
```python
import torch
grad_output = torch.full((5, 4, 3,), 0.5, dtype=torch.double)
input = torch.full((2,5,8,), 0.5, dtype=torch.double)
weight = torch.full((2,5,8,), 1, dtype=torch.double)
bias_sizes = [1]
stride = [65... | module: crash,module: convolution,triaged,module: edge cases | low | Critical |
2,731,708,822 | pytorch | [MPS] Incorrect output from convolution ops with large dimensions | ### ๐ Describe the bug
#140726 attempted to reintroduce support for convolutions with `out_channels` > 2**16. While this appeared to work for `Conv1d`, it introduced a regression in `Conv2d` (see https://github.com/pytorch/pytorch/issues/142515#issuecomment-2533495363). It remains unclear whether `Conv3d` is affect... | high priority,triaged,module: regression,module: correctness (silent),module: mps | low | Critical |
2,731,720,304 | pytorch | Segmentation fault (core dumped) in `embedding_dense_backward` | ### ๐ Describe the bug
Under specific inputs, `embedding_dense_backward` triggered a crash.
```python
import torch
grad_output = torch.full((0, 0, 11, 0, 0,), -1.5e+300, dtype=torch.double)
indices = torch.full((1, 1, 1, 1, 1, 1, 1, 1, 1, 1,), -5.36871e+08, dtype=torch.long)
num_weights = 0
padding_idx = 0
s... | module: crash,triaged,module: embedding,module: edge cases | low | Critical |
2,731,726,167 | rust | E0599: confusing error and unhelpful suggestion on unsatisfied associated type bound in trait impl | ### Code
```Rust
use std::iter::Sum;
trait SumIter<T> {
fn sum_iter(self) -> T;
}
impl<A> SumIter<A::Item> for A
where
A: IntoIterator<Item: Sum>,
{
fn sum_iter(self) -> A::Item {
self.into_iter().sum::<A::Item>()
}
}
fn sum_vec<T>(a: Vec<T>) -> T {
a.sum_iter()
}
```
### Current output... | A-diagnostics,T-compiler | low | Critical |
2,731,726,354 | pytorch | Segmentation fault (core dumped) in `fractional_max_pool3d_backward` | ### ๐ Describe the bug
Under specific inputs, `fractional_max_pool3d_backward` triggered a crash.
```python
import torch
grad_output = torch.full((2, 3, 2, 2, 2,), 0.5, dtype=torch.double)
self = torch.full((2, 3, 2, 2, 2,), 0.5, dtype=torch.double)
kernel_size = [2, 2, 2]
output_size = [2, 2, 2]
indices = t... | module: crash,triaged,module: pooling,module: edge cases | low | Critical |
2,731,751,836 | pytorch | [Inductor] [CPU] `InstanceNorm2d` outputs different value compared with eager on CPU | ### ๐ Describe the bug
It's a `CPU Inductor` issue. When **H** and **W** are big enough (in my situation, they are set as **1024**, **1024**), the error is very obvious.
`CUDA Inductor` can pass the check.
```python
import torch
import torch.nn as nn
class Model(nn.Module):
def __init__(self):
... | high priority,triaged,module: correctness (silent),oncall: pt2,module: inductor,oncall: cpu inductor | low | Critical |
2,731,758,418 | pytorch | Document spectral norm non-support on non-diagonalizable inputs. | ### ๐ The doc issue
Document spectral norm support on non-diagonalizable inputs.
The spectral norm implementation(s) rely upon a power iteration which doesn't guarantee a correct result for non-diagonalizable inputs:
- https://pytorch.org/docs/stable/generated/torch.nn.utils.spectral_norm.html
- https://pytorc... | module: docs,module: nn,triaged,module: nn.utils.parametrize | low | Minor |
2,731,824,496 | godot | Random Editor Crash | ### Tested versions
- Reproducible in 4.3.stable, 4.4.dev1, 4.4.dev3 and 4.4.dev6
- Not Reproducible in 4.2.2.stable
### System information
Windows 10 - Godot 4.3.stable - Vulkan - NVIDIA RTX 3060 Laptop - 11th Gen Intel Core i7-11800H @ 2.3GHz (16 Threads)
### Issue description
So the editor would sometimes crash... | bug,needs testing,crash,regression,topic:gui | low | Critical |
2,731,834,793 | storybook | [Bug]: react-docgen-typescript not working after v8.4.6 | ### Describe the bug
After v8.4.6, using `react-docgen-typescript` as the argTypes inferrer fails to pick up arguments and JSDoc comments entirely.
### Reproduction link
https://github.com/fertolg/storybook-8_4_6-react-docgen-typescript-bug
### Reproduction steps
1. Clone the repo
2. Run `pnpm storybook`
3. Notice... | bug,react,has workaround,builder-vite,sev:S2,docgen | low | Critical |
2,731,854,685 | next.js | Problem with apollographql using turbopack - Unexpected error processing request: TypeError: module.require is not a function | ### Link to the code that reproduces this issue
https://github.com/dincerpece/nextjs15-1_turbo_apollographql_error
### To Reproduce
When I start it with turbopack and open the page, an error occurs.
next dev --port 65000 --turbo
### Current vs. Expected behavior
When I run "next dev --port 65000" without turbop... | bug,Turbopack | low | Critical |
2,731,959,693 | pytorch | Deprecate `torch.squeeze()` with unspecified `dim` | ### ๐ The feature, motivation and pitch
Deprecate unspecified `dim` in calls to `torch.squeeze()`, and/or issue a single runtime warning.
#### Rationale
`squeeze()` without an `dim` argument is the cause of many subtle bugs. Example:
```python
x = images[:batch_size]
B, C, H, W = x.shape
# Incorre... | triaged,module: viewing and reshaping,module: python frontend | low | Critical |
2,732,012,171 | transformers | Improve tensor parallel memory usage | ### Feature request
Thanks to #34184 we can use TP for llama with only one line change. However the current implementation loads the whole model to each GPU in each rank before applying TP, significantly increasing the memory footprint.
### Motivation
We can load the model in CPU before applying TP. I tested this wi... | Feature request | low | Minor |
2,732,042,985 | vscode | Add Cell toolbar remains sticky in blank notebook | ### Applies To
- [x] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
1. Create a new blank notebook (with no cells at all)
2. Open that blank notebook
3. Notice that the Add Cell toolbar is available without hovering (expected would be that this... | bug,notebook-celltoolbar | low | Critical |
2,732,047,318 | vscode | Re-opening a notebook results in failure to render output with the right renderer | ### Applies To
- [x] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
[tqdm.zip](https://github.com/user-attachments/files/17686619/tqdm.zip)
The #16188 issue could be reproduced in the above file:

### Expect... | Issue-Bug,Product-Terminal,Needs-Tag-Fix,Area-Chat | low | Critical |
2,732,078,435 | react-native | Unable to build iOS and Android with RN version 0.76.5 | ### Description
While upgrading the RN version from 0.73.6 to 0.76.5 we are facing a few issues, attaching the screenshots.
In IOS we cannot install pods, facing unable to find a specification for RCT-Folly.
1. IOS
<img width="1456" alt="Screenshot 2024-12-11 at 12 38 24โฏPM" src="https://github.com/user-attachm... | Platform: iOS,Platform: Android,Needs: Author Feedback | low | Critical |
2,732,174,796 | stable-diffusion-webui | [Security Issue]: Open Redirect Vulnerability in Stable Diffusion WebUI via Gradio (CVE-2024-4940) | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [x] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | bug-report | low | Critical |
2,732,215,607 | ui | [feat]: Simple Rich Text Editor | ### Feature description
wouldn't it be amazingly easier if shadcn has it's own implementation of rich text editor component like tiptap or editor js.
that works easily with nextjs and tailwind
### Affected component/components
Textarea
### Additional Context
With image support too
### Before submitti... | area: request | low | Minor |
2,732,255,030 | next.js | Middleware matcher does not catch root path if base path is set | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/boring-cookies-go8s7s
### To Reproduce
1. Start application
2. Open root url (`/test`) - nothing will happen (but it should redirect)
### Current vs. Expected behavior
Commonly used matcher:
```
export const config = {
matcher:... | bug,Middleware | low | Minor |
2,732,274,547 | tensorflow | Division by zero error at random places if GPU is used | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.18
### Custom code
Yes
### OS platform and distribution
Linux, RedHatEnterprise 8.6
### Mobile device
_No response_
### Python version
N/A
### Bazel v... | stat:awaiting tensorflower,type:build/install,subtype: ubuntu/linux,TF 2.18 | low | Critical |
2,732,291,155 | storybook | [Bug]: [addon-docs] MDX stories not working at all | ### Describe the bug
I tried the code example in [code/addons/docs/vue3/README.md#mdx](https://github.com/storybookjs/storybook/blob/next/code/addons/docs/vue3/README.md#mdx) but it does not work at all.
I tried with both `8.4.7` and `8.5.0-alpha.20` both versions fails. Also without creating `mdx` file (which does n... | bug,documentation,mdx | low | Critical |
2,732,294,724 | flutter | Mac_x64 build_tests_3_4 is 2.02% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_x64 build_tests_3_4"
}
-->
The post-submit test builder `Mac_x64 build_tests_3_4` had a flaky ratio 2.02% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a same commit: https://... | P2,c: flake,team-tool | low | Major |
2,732,297,618 | vscode | 3 monitor setup, settings dropdown not readable on fullscreen | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | bug,menus,confirmation-pending | low | Critical |
2,732,307,906 | vscode | Report issue fails with HTTP 401 | # Behaviour
After running the "Python: Report Issue..." command and filling everything out, the "Create on GitHub" button appears to do nothing.
The extension is making a request using `Authorization: Bearer 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` and gets a HTTP 401 "Bad credentials" response from the GitHub API.
... | bug,issue-reporter | low | Critical |
2,732,350,359 | flutter | Build many nested lists of slivers lazily | ### Use case
The use case is a view that displays chat messages and their history like popular messaging Apps do it. All messages of one day should have a sticky date header. There can be many messages for each day and also many days in the chat history (multiple years e.g.). The list should still scroll smoothly, and... | framework,f: scrolling,would be a good package,c: proposal,P3,team-framework,triaged-framework | low | Major |
2,732,366,568 | transformers | logged loss is not correct with gradient accumulation | ### System Info
transformer v4.46.3
### Who can help?
@muellerzr
### Information
- [X] The official example scripts
- [ ] 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)
#... | bug | low | Critical |
2,732,372,396 | opencv | Unstable CRF from CalibrateDebevec | ### System Information
OpenCV python version: 4.9.0.80
Operating system: Windows 11
Python version: 3.11.9
### Detailed description
The function of CalibrateDebevec is to _approximate_ the Camera Response Function (CRF). The CRF describes a property of the camera and should apply to that camera in different situat... | bug,category: calib3d | low | Critical |
2,732,384,551 | next.js | `next dev --turbo` get 404 for `.next/static/chunks/` because of specified `deploymentId` in `next.config.ts` | ### Link to the code that reproduces this issue
https://github.com/Subrequest/nextjs-bug-report
### To Reproduce
1. Start the dev server
2. Go to `http://localhost:3000`
3. See the page not loading stuff (like CSS)
4. Go to `next.config.ts`, comment out `deploymentId`
5. Restart and server and go back to localho... | bug,Turbopack,linear: turbopack | low | Critical |
2,732,452,669 | angular | Support application-level providers in server rendering utilities |
### **Description**
The current SSR rendering utilities, [`renderModule`](https://github.com/angular/angular/blob/main/packages/platform-server/src/utils.ts#L267) and [`renderApplication`](https://github.com/angular/angular/blob/f3729cec87ac3b9c2798be604dd2425535f8fb66/packages/platform-server/src/utils.ts#L302), all... | area: server | low | Major |
2,732,581,923 | kubernetes | Allow Services to select only the latest backend Pods | ### What would you like to be added?
Add a new field `spec.selectorLatest` to the `kind: Service` resource to enable automatic selection of the latest pods without need of sophisticated controller to make updates.
So side to pod selector, would be extra `selectorLatest: true` like
```
spec:
selectorLatest: ... | sig/network,kind/feature,needs-triage | medium | Critical |
2,732,587,800 | flutter | Mac_x64 build_tests_4_4 is 2.11% flaky | <!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_x64 build_tests_4_4"
}
-->
The post-submit test builder `Mac_x64 build_tests_4_4` had a flaky ratio 2.11% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a same commit: https://... | P2,c: flake,team-tool | low | Major |
2,732,633,620 | vscode | Visualisation of Tests breaks | # Behaviour
Whenever some of `pytest` parametrised test fail, they are not cleaned up before showing updated run and new text is printed on top of old

## Steps to reproduce:
1. Setup paremetrised pytest
2. Run tests with fail... | bug,testing | low | Critical |
2,732,649,252 | svelte | function bindings error with bind:group | ### Describe the bug
Function bindings not working with bind:group whether it's radio buttons or components
### Reproduction
[repl](https://svelte.dev/playground/hello-world?version=5.10.1#H4sIAAAAAAAACp2Qy2rEMAxFf0WIQjKQZvaZJNBd_6Huwkk0weDKxlamLSH_XpxHmUULpSvZ5-pxpRlZvxFW-EzWOnh3wQ6Q02CEhhMWeDWWIlYvM8qnT3kJYHFUPXlf... | feature request | low | Critical |
2,732,687,491 | vscode | Highlighted line in terminal moving with resizing the window |
Type: <b>Bug</b>
When I highlight a line printed in the terminal and then resize the terminal window, the selected line moves up and down along the resizing, changing the selected line.
VS Code version: Code 1.94.2 (Universal) (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Darwin a... | bug,confirmed,terminal-rendering | low | Critical |
2,732,704,593 | godot | _input: No InputEventMouse after click and drag when mouse is outside game window in the first window focus | ### Tested versions
Reproducible in: v4.4.dev6.official [1f47e4c4e], v4.3.stable.official [77dcf97d8]
### System information
Godot v4.4.dev6 - Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 31.0.15.3713) - AMD Ryzen 5 3600 6-Core Processor (12 thr... | bug,topic:porting,topic:input,topic:gui | low | Critical |
2,732,727,172 | godot | Web builds with Scenes containing a SubViewportContainer lead to "WebGL context lost" errors on iOS Devices | ### Tested versions
- Reproducible in 4.3 stable and 4.4-dev*
- Tested on iPhones and iPads running iOS Version 17 and 18
- Behaves the same on all Browsers
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6094) - 13th Gen Intel(R) Core(... | bug,platform:web,platform:ios,topic:rendering,topic:porting,needs testing | low | Critical |
2,732,756,142 | vscode | Switching code editor tabs slow in workspace with many tests (~150,000) | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creat... | bug,author-verification-requested,testing | low | Critical |
2,732,762,585 | godot | Control.PivotOffset assignment is destructive with existing Rotation or Scale | ### Tested versions
4.3.1-rc [ff9bc0422], custom build (`scons module_mono_enabled=yes debug_symbols=yes ccflags="-fvar-tracking -fvar-tracking-assignments"`)
### System information
Godot v4.3.1.rc.mono (ff9bc0422) - Debian GNU/Linux trixie/sid trixie - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4060 Lapto... | documentation,topic:gui | low | Critical |
2,732,767,061 | react | Bug: Updating state during render when using `useSyncExternalStore` throws `Cannot update a component (Component) while rendering a different component (Component)` | React version: 19.0.0
## Steps To Reproduce
1. Open the Console before you work with the page
2. Click the "increment" button 5 times
3. You will see the error in the Console
Link to code example:
https://codesandbox.io/p/sandbox/polished-wind-d9dyvj
## The current behavior
When updating the store i... | Status: Unconfirmed | medium | Critical |
2,732,792,582 | flutter | iOS Impeller crash : impeller::RenderPassMTL::Draw() EXC_BAD_ACCESS (KERN_INVALID_ADDRESS) | ### Steps to reproduce
I have a new crash in my live app due to impeller on iOS.
I have never encountered it in debug mode neither in release mode myself, it's a live user that has got this crash.
Here is the full [trace](https://github.com/user-attachments/files/18095018/stack.txt)
### Expected results
The app s... | c: crash,platform-ios,a: production,P2,needs repro info,e: impeller,team-engine,triaged-engine | low | Critical |
2,732,834,969 | PowerToys | MWB: Delete Device | ### Description of the new feature / enhancement
Can you please add a feature to delete a device from MWB?
### Scenario when this would be used?
I used to have three computers. I removed one. I should be able to remove that device from MWB as well, since connecting to that device no longer needed.
### Supporting in... | Idea-Enhancement,Needs-Triage,Product-Mouse Without Borders | low | Minor |
2,732,881,941 | next.js | Cache handler ERR_MODULE_NOT_FOUND when using ESM modules | ### Link to the code that reproduces this issue
https://github.com/hdodov/test-nextjs/tree/cache-handler-not-working
### To Reproduce
1. Clone the repo https://github.com/hdodov/test-nextjs/tree/cache-handler-not-working
2. `npm i`
3. `npm run dev`
4. You'll see the error
### Current vs. Expected behavio... | bug,Module Resolution | low | Critical |
2,732,902,405 | pytorch | DISABLED test_flip_cpu (__main__.CpuTests) | Platforms: mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_flip_cpu&suite=CpuTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/34233139841).
Over the past 3 hours, it has been determined f... | triaged,module: flaky-tests,module: macos,skipped,oncall: pt2,module: inductor,oncall: cpu inductor | low | Critical |
2,732,975,224 | react-native | iOS jsi value ~shared_ptr Crash when RCTHost dealloc | ### Description
When a `shared_ptr` is created using a JSI Value, a crash occurs during the destruction of the `shared_ptr` when the RCTHost is deallocated.
### Steps to reproduce
no
### React Native Version
0.74.3
### Affected Platforms
Runtime - iOS
### Areas
JSI - Javascript Interface
### Output of `np... | Platform: iOS,API: Share,Needs: Author Feedback,Needs: Repro,Newer Patch Available,Type: New Architecture | low | Critical |
2,732,985,737 | storybook | [Bug]: Focused Test results leak to global results | When running Focused Tests and they _pass_, the global Testing Module UI will show Component Tests as passing/green, even though there are still failing tests other places. (The reverse is probably also true)
https://github.com/user-attachments/assets/5ebab7b5-476f-4201-8a2f-fc97c299af97
| bug,sev:S2,addon: test | low | Critical |
2,733,050,931 | langchain | AzureAIDocumentIntelligenceLoader is calling the wrong endpoint and we can't change anything | ### 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 b... | ๐ค:bug | low | Critical |
2,733,073,167 | create-react-app | web-vital.js compatibility issue <with solution> | # step 1: Run
```bash
npm install web-vitals@latest
```
I found the web-vitals have changed its export variables; resulting in a web-vital.js crash with the latest updates.
# Step 2: change the file "reportWebVitals"
```typscript
// reportWebVitals.ts
import { onCLS, onFCP, onLCP, onTTFB } from 'web-vit... | needs triage,issue: bug report | low | Critical |
2,733,100,818 | three.js | For reference: glTF Extension `KHR_gaussian_splatting` for 3DGS scene representation | ### Description
Following thread https://github.com/NASA-AMMOS/3DTilesRendererJS/issues/863 I just opened, @gkjohnson suggested I should cross-post it directly on the three.js repo. Feel free to close this and anyone interested can watch the universal splat thread instead - link [below](https://github.com/mkkellogg/... | Loaders | low | Minor |
2,733,130,184 | react | Bug: "reject is not a function" in react-server | We've been investigating a `t is not a function` error in production logs of our Next.js application. After some digging, we found that the `t` corresponds to `reject` in [react-server/src/ReactFlightReplyServer.js:166](https://github.com/facebook/react/blob/79ddf5b574db085104d917c24a964cbd5b824e09/packages/react-serve... | Status: Unconfirmed | medium | Critical |
2,733,146,174 | create-react-app | npx create-react-app <app-name> --template typescript "Unable to generate a basic tsconfig.json file"; with solutions | # Error Arising in typescript project
I am new to react. So apologies if I am going out of bounds. But, based on the old videos. I project seems to work flawlessly after running the command:
1. logo.svg: unable to interpret what is logo.svg.
2. "web-vitals" update renders "reportWebVitals.ts" outdated and crash-... | needs triage,issue: bug report | low | Critical |
2,733,149,854 | rust | Tracking Issue for rustdoc `--doctest-compilation-args` command line option | ### Steps
[Original issue](https://github.com/rust-lang/rust/issues/67533)
- [ ] [Implementation PR](https://github.com/rust-lang/rust/pull/128780)
- [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html... | T-rustdoc,C-tracking-issue | low | Minor |
2,733,205,717 | pytorch | onnx export broken for Upsample layers when using deterministic algorithms | ### ๐ Describe the bug
Using torch==2.5.1+cu121 I get the following error
```
Exception has occurred: RuntimeError
(note: full exception trace is shown but execution is paused at: _run_module_as_main)
Expected all tensors to be on the same device, but found at least two devices, cuda:0 and
cpu! (when c... | module: onnx,triaged | low | Critical |
2,733,240,570 | PowerToys | Outlook Reminders Pop-Up not possible to exclude from snap area full screen with FancyZones | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
FancyZones
### Steps to reproduce
This problem returned a few days ago, Exclusion of "Reminders" used to work keeping reminders pop-up original size, now the small fixed reminde... | Issue-Bug,Product-FancyZones,Needs-Triage | low | Minor |
2,733,362,528 | angular | Canonical: Data Dependencies on Views and Components | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
Currently there's no way to identify the data dependencies of a component or a view since we do not have a data primitive like a suspense boundary. `Resource` is a good start, but in order to solve things l... | area: core,canonical | low | Critical |
2,733,368,266 | next.js | [bug]: intercepting routes cannot go back outside dynamic params | ### Link to the code that reproduces this issue
https://github.com/juliusmarminge/next-intercepting-routes
### To Reproduce
1. Deploy the project. This issue works when running locally (both `next dev` and `next start`).
2. Navigate down the tree until you get to an "app"-segment (e.g. https://next-intercepti... | bug,Parallel & Intercepting Routes | low | Critical |
2,733,376,302 | go | x/crypto/x509roots/fallback: should not exclude roots with Distrust After dates | Due to <https://github.com/golang/crypto/blob/7042ebcbe097f305ba3a93f9a22b4befa4b83d29/x509roots/gen_fallback_bundle.go#L129-L134>, roots in the Mozilla trust store with Distrust After dates, such as Entrust, are being excluded from the fallback bundle, meaning certificates that Firefox would accept will be incorrectly... | NeedsInvestigation | low | Minor |
2,733,427,066 | godot | A type error reported when GDScript preload an scene that used this GDScript | ### Tested versions
- 4.3 stable
### System information
MacOS 15, develop enviroment
### Issue description
hex_grid.gd
```gdscript
class_name HexGrid
extends Node2D
# the hex_grid.tscn used this GDScript
const HEX_GRID = preload("res://scene/hex_grid.tscn")
```
test.gd
```gdscript
class_name Module
extends Node2D... | bug,topic:gdscript | low | Critical |
2,733,435,962 | go | proposal: unicode: add CategoryAliases, LC, Cn | The Unicode specification defines aliases for some of the general category names. For example the category "L" has alias "Letter".
The regexp package supports \p{L} but not \p{Letter}, because there is nothing in the Unicode tables that lets regexp know about Letter.
In order to support \p{Letter}, I propose to add a... | Proposal | low | Major |
2,733,441,677 | go | proposal: regexp/syntax: recognize Unicode category aliases | The Unicode specification defines aliases for some of the general category names. For example the category "L" has alias "Letter".
The regexp package supports \p{L} but not \p{Letter}, because there is nothing in the Unicode tables that lets regexp know about Letter.
Package regexp would be a permitted implementati... | Proposal | low | Major |
2,733,442,994 | flutter | Flutter tool times out installing | https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20cubic_bezier_perf__timeline_summary/6670/overview
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20cubic_bezier_perf__timeline_summary/6612/overview
```
[2024-12-09 19:56:23.297900] [STDOUT] stdout: [ +6 ms] Stopping app '... | P2,team-tool,triaged-tool | low | Critical |
2,733,461,659 | angular | Add display contents by default to all host elements | ### Which @angular/* package(s) are relevant/related to the feature request?
elements, common, forms
### Description
Hi,
since I recognized myself that I normally dont want my host element to interrupt my style as its for me mostly just a wrapper of my component inner html. I suggest to use `display: contents;` by ... | area: core,core: host and host bindings | low | Minor |
2,733,463,402 | next.js | [bug]: parallel/intercepting routes requires server reboot to work | ### Link to the code that reproduces this issue
https://github.com/juliusmarminge/next-intercepting-routes
### To Reproduce
1. Start the dev server
2. Navigate to the parallel segment (e.g http://localhost:3000/dashboard/1/1)
3. Click on a card, it opens in a modal
4. Now suppose we change the URL structure... | bug,Parallel & Intercepting Routes | low | Critical |
2,733,499,474 | flutter | [web][test][firefox] `bootstrapAndRunApp` hangs in `test/engine/` tests | Switching `test/engine/` tests from HTML to CanvasKit made Firefox unhappy ([PR](https://github.com/flutter/engine/pull/54786)). Calling `bootstrapAndRunApp` in a test causes Firefox to hang.
More info:
- It gets stuck exactly at [this promise](https://github.com/flutter/engine/blob/7941d7801b0826b21d82f84bc0d160f... | a: tests,engine,platform-web,e: web_canvaskit,browser: firefox,P2,team-web,triaged-web | low | Minor |
2,733,522,551 | pytorch | [user empathy day] No speedups for SAM2 model | Internal doc: https://docs.google.com/document/d/1T-jo9d2mVdgiDB27fdrDI9k60ZVVqjNhoBYvEZ_sktQ/edit?usp=sharing
Repo: https://github.com/facebookresearch/sam2
Benchmark script:
```python
import sys
import time
import torch
import numpy as np
from sam2.build_sam import build_sam2
from sam2.sam2_image_predictor... | module: performance,triaged,oncall: pt2,empathy-day | low | Minor |
2,733,522,704 | neovim | LSP: inhibit language servers with vim.lsp.config / vim.lsp.enable (project-specific) | ### Problem
I've read https://github.com/neovim/neovim/pull/31031 and realize that it's meant to be a 90% solution. I also realize that my use-case are likely not shared by that 90%. But I also feel it could be captured by "project-specific setup", which was mentioned in the PR as a desired use case.
My current con... | enhancement,lsp,options | low | Minor |
2,733,529,914 | rust | ICE: `Encountered error SignatureMismatch` | <!--
[31mICE[0m: Rustc ./a.rs '-Zvalidate-mir -Zinline-mir=yes -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error: compiler/rustc_traits/src/codegen.rs:45:13: Encountered error `SignatureMismatch(SignatureMismatchData { found_trait_ref: <{closure@/tmp/im/a.rs:17:15: 17:20} as std::ops::FnMut<(i32, i32)>... | I-ICE,T-compiler,C-bug,A-mir-opt-inlining,S-bug-has-test,T-types | low | Critical |
2,733,604,398 | go | crypto/tls: VerifyClientCertIfGiven with "bad" client certificate | ### Go version
go version go1.21.11 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/.cache/go-build'
GOENV='/home/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCA... | NeedsInvestigation | low | Critical |
2,733,607,797 | flutter | [ios] Flutter framework feeds wrong text range into the engine | This is a follow up issue for https://github.com/flutter/flutter/issues/138464
Flutter framework feeds invalid text range into the engine. The [temp workaround here](https://github.com/flutter/engine/pull/55909) stoped the crash by handling invalid range in the engine. However, we should further investigate it by fi... | platform-ios,engine,P2,team-ios,triaged-ios | low | Critical |
2,733,635,127 | pytorch | DataLoader hangs when object fails during pickling | ### ๐ Describe the bug
Multiprocess `torch.utils.data.DataLoader` hangs indefinitely when an object fails during pickling, tested on Linux.
Notably, this issue was caught while a PIL.Image was being pickled, because an OS Error was raised in the `__getstate__` method: https://github.com/python-pillow/Pillow/blob... | module: dataloader,triaged | low | Critical |
2,733,640,781 | react-native | FaltList scroll does not work | ### Description
I used a `FlatList` and it does not work
This is my code snipet of implementing the `FlatList`
```
return (
<View style={{ flex: 1 }}>
<FlatList
data={Entries}
keyExtractor={(item) => item.id}
renderItem={renderCatego... | Needs: Author Feedback,Newer Patch Available | low | Minor |
2,733,655,435 | go | x/tools/gopls/internal/extract: extract L-value should replace its uses with dereferenced access | ### gopls version
.
### go env
```shell
.
```
### What did you do?
```go
type foo struct {
bar int
}
f := foo{bar: 1}
f.bar = 2 // extract f.bar
```
### What did you see happen?
Currently the produced code has some type error, this messy output happens in any LHS of an assignment:
... | gopls,Tools,Refactoring | low | Critical |
2,733,656,217 | PowerToys | "PowerToys Run" plugin activation lag when not using it for an extended period | ### Description of the new feature / enhancement
The PowerToys Run plugin should respond instantly when invoked using the "Alt + Space" shortcut, even after being idle for an extended period. Currently, there is a noticeable delay (lag) before the Run window appears after it has not been used for some time. Improving ... | Product-PowerToys Run,Needs-Triage | low | Major |
2,733,672,816 | flutter | `Windows tool_integration_tests_2_9` failing on wrong Android NDK version | https://ci.chromium.org/ui/p/flutter/builders/prod/Windows%20tool_integration_tests_2_9/874/infra
```
09:54 +6 -1: test/integration.shard/android_plugin_example_app_build_test.dart: FFI plugin example can be built using current Flutter Gradle plugin [E]
Exception: flutter build failed: 1
Your project is confi... | team-infra,P2,triaged-infra | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.