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,668,398,708 | kubernetes | DRA: create DRAAdminAccess KEP | ### What would you like to be added?
In 1.32, the DRAAdminAccess feature gate was added to keep the "adminAccess" field in alpha while promoting structured parameters to beta. For the sake of time this was done in https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters.
W... | sig/node,kind/feature,sig/auth,triage/accepted,wg/device-management | medium | Major |
2,668,408,582 | rust | Multi fn items can be casted to fn pointers implicitly but it does not work with only one fn item | ### Code
```Rust
fn foo() {}
fn bar() {}
fn main() {
let _x: Vec<fn()> = [foo].into_iter().collect();
// let _x: Vec<fn()> = [foo, bar].into_iter().collect();
}
```
### Current output
```Shell
error[E0277]: a value of type `Vec<fn()>` cannot be built from an iterator over elements of type `fn() {foo}`
... | A-diagnostics,T-compiler,A-coercions | low | Critical |
2,668,409,071 | excalidraw | UI font, add Xiaolai as a falback to Excalifont | So that CJK is displayed in the UI as well. Double check that Xiaolai gets registered in all the different cases (empty scene, readonly link, etc.).

| good first issue,font | low | Minor |
2,668,417,974 | godot | display_server_wayland.cpp has unreachable code | ### Tested versions
4.3 src Linux
### System information
Linux
### Issue description
File:
https://github.com/godotengine/godot/blob/fd4c29a189e53a1e085df5b9b9a05cac9351b3ef/platform/linuxbsd/wayland/display_server_wayland.cpp#L374-L382
Code:
```cpp
Point2i DisplayServerWayland::mouse_get_positio... | bug,platform:linuxbsd,topic:porting,topic:codestyle | low | Minor |
2,668,451,734 | rust | compiler bug | <!--
-->
### Code
12000-15000 lines of Rust code. If you think that it is valueable for me to provide more information let me know before I start to dig through this.
The bug dissappeared by deleting the ./target/ directory and recompiling.
### Meta
<!--
If you're using the stable version of the compiler, you shou... | I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro | low | Critical |
2,668,490,040 | kubernetes | Failure cluster [c199077e...]: Pod InPlace Resize Container pod-resize-resource-quota-test | ### Failure cluster [c199077e785ee1358fcf](https://go.k8s.io/triage#c199077e785ee1358fcf)
##### Error text:
```
[FAILED] exceeded quota: resize-resource-quota, requested: memory=350Mi, used: memory=700Mi, limited: memory=800Mi
Expected an error to have occurred. Got:
<nil>: nil
In [It] at: k8s.io/kubernete... | sig/node,kind/flake,kind/failing-test,triage/accepted | low | Critical |
2,668,492,186 | material-ui | [icons] Add Medium Icon | ### Summary
I noticed that the @mui/icons-material library does not include an icon for Medium, which is a widely used social platform. Adding a Medium icon would enhance the library's versatility and usability for projects that involve social media links or buttons.
### Examples
_No response_
### Motivation
Inclu... | new feature,waiting for 👍,package: icons | low | Minor |
2,668,513,999 | vscode | vscode.workspace.applyEdit opens a duplicated editor for left-side edits in diff editor | I'm using the built-in diff editor to compare 2 files. I've implemented also a (missing) counterpart to "Revert Block" action.
However the edits behave differently in 2 ways:
1. a new duplicated editor is opened
2. the diff editor is not marked as dirty
The most probable root cause is [an assumption in the code](htt... | info-needed | low | Minor |
2,668,548,452 | pytorch | Segmentation fault (core dumped) in `replication_pad1d_backward` | ### 🐛 Describe the bug
Under specific inputs, `replication_pad1d_backward` triggered a crash.
```python
import torch
grad_output = torch.full((9, 9, 0,), 0, dtype=torch.float)
self = torch.full((9, 7, 10, 9, 9, 9, 1, 10, 5, 2,), 0, dtype=torch.float)
padding = [1, 1]
torch.ops.aten.replication_pad1d_backward(... | module: crash,triaged,module: edge cases,module: empty tensor | low | Critical |
2,668,573,695 | neovim | `ml_get` errors after #31042 | ### Problem
After 235cb5b (#31042) I'm now getting random errors. Initially from gitsigns but I've minimised below.
```
Error executing vim.schedule lua callback: /Users/lewrus01/projects/neovim/issue.lua:13: Vim:E315: ml_get: Invalid lnum: 1
stack traceback:
[C]: in function 'quit'
/Users/lewrus01/pr... | bug,events | low | Critical |
2,668,595,212 | neovim | corrupted unsorted chunks | ### Problem
neovim crashed with
```corrupted unsorted chunks```
have this problem since couple of weeks ago
I open issue here because I assume that such a glibc error should not be invoked by any plugins.
If I'm wrong,please tell me,I'll close it.
### Steps to reproduce
place this into init.lua
```lua
local plugins_p... | bug,needs:repro,treesitter | medium | Critical |
2,668,611,182 | langchain | According to the official example, when creating a knowledge graph using the local large model glm-4-9b-chat, the generated nodes and relationships in the graph are empty. | ### 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,668,628,313 | PowerToys | v0.84.0 or newer | Broken AltGr default behavior by Keyboard Manager | ### Microsoft PowerToys version
0.84.0
### Installation method
WinGet
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
1. Install v0.84.0 or newer
2. Enable keyboard manager
3. Add "ctrl+e" to "ctrl+f4" mapping
4. Hit "rightAlt+e" - it will type "ę" by default (using pol... | Issue-Bug,Needs-Triage | low | Critical |
2,668,710,633 | deno | Add support for `client_cert_chain_and_key` for all file fetching | ## What
I'd like to bounce around the idea of accepting command line arguments (for any `deno` logic that deals with the network) for `client_cert_chain_and_key ` in `CreateHttpClientOptions`.
## Where
- Implement for usage in `CreateHttpClientOptions`.
- Implemented as a top level flag for `deno` that feeds into ... | suggestion,tls | low | Critical |
2,668,746,440 | flutter | TextField inside CheckboxListTile results in flakey calls to onChanged | ### Steps to reproduce
1. Create a `CheckboxListTile` with an `onChanged` that changes its `selected` property, and its `title` being a `TextField`.
2. Click on the `TextField`. (I have only tried this on web on desktop.)
### Expected results
I would expect consistent behavior: either `onChanged` is called or... | a: text input,framework,f: material design,has reproducible steps,P2,workaround available,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27 | low | Minor |
2,668,804,568 | next.js | Statically generated dynamic route pages return 404 after manual revalidation | ### Link to the code that reproduces this issue
https://github.com/mstruckus/next-dynamic-path-revalidation-issue
### To Reproduce
1. Build and start the application.
- `npm run build`
- `npm run start`
2. Open in browser `http://localhost:3000/item/3`. See that page is loaded as expected.
3. Manua... | bug | low | Minor |
2,668,866,330 | PowerToys | Keyboard Manager not working properly after update to v0.86.0 | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
1. Run PowerToys as administrator
2. Go to Input / Output > Keyboard Manager
3. Turn on toggle for Enable Keyboard Manager
4. Click on Re... | Issue-Bug,Needs-Triage | low | Minor |
2,668,866,937 | yt-dlp | [RumbleChannel] Improved playlist extraction? | ### 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 feature unrelated to a specific site
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [X] ... | site-enhancement,triage | low | Critical |
2,668,900,113 | go | x/tools/refactor/eg: Using `./...` only matches one file even though there are many more | ### Go version
go version go1.23.3 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/connorszczepaniak/Library/Caches/go-build'
GOENV='/Users/connorszczepaniak/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFL... | NeedsInvestigation,Tools | low | Critical |
2,669,046,633 | vscode | Minimap not showing for diffs |
Type: <b>Bug</b>
Since I updated to 1.95.3, the minimap no longer appears in the diff view. The sidebar is there, but it shows nothing. It makes it very difficult to review changes.
The minimap does appear when editing a file, but it also doesn't show additions/deletions in the minimap.
Thank you.
VS Code version:... | bug,editor-minimap | low | Critical |
2,669,085,917 | vscode | Support building the monaco-editor AMD variant | null | plan-item | low | Minor |
2,669,148,433 | godot | Web export renders 1px wide textures completely black. | ### Tested versions
- Reproducible in v4.3.stable.steam [77dcf97d8]
(Unable to immediately test older versions)
### System information
Windows 10 - v4.3.stable.steam [77dcf97d8] - Replicates on OpenGL
### Issue description
If you set a StandardMaterial3D's texture to a 1 pixel thin texture and apply it to a mesh, ... | bug,topic:rendering,needs testing,topic:3d | low | Critical |
2,669,247,675 | go | net/http/cgi: should accept "INCLUDED" as protocol for server side includes | ### Go version
go version go1.23.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/peterbeard/Library/Caches/go-build'
GOENV='/Users/peterbeard/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm... | NeedsInvestigation | low | Critical |
2,669,272,532 | godot | Using built-in feature tags as custom feature tags can cause bugs | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce GTX 980 Ti (NVIDIA; 32.0.15.6603) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
### Issue description
It seems that using some built-in feature tags as c... | bug,topic:export | low | Critical |
2,669,280,873 | flutter | FlutterTexture should provide timestamp and duration or targetTimestamp | ### Use case
Time obtained for example from `CACurrentMediaTime` in `copyPixelBuffer` is irregular because this function is not called at exact time intervals. This irregularity then may be transferred into animation or video sampling leading to choppy animation or dropping frames (as now happens with `video_player`... | c: new feature,engine,c: proposal,P3,team-engine,triaged-engine | low | Minor |
2,669,300,480 | TypeScript | .module.scss.d.ts F12 does not direct to .scss. | <!-- ⚠️⚠️ 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,Help Wanted | low | Critical |
2,669,307,447 | pytorch | Better Error Message for SymIntArrayRef expected to contain only concrete integers | ### 🐛 Describe the bug
Recently it took multiple people and many suggestions to debug why we were getting `SymIntArrayRef expected to contain only concrete integers` error.
The common reasons are:
- FakeTensorMode not enabled
- Op doesn't support symints
- Pydispatcher not enabled - related to above ^.
We... | triaged,oncall: pt2,module: dynamic shapes | low | Critical |
2,669,394,923 | kubernetes | Native histogram support for Kubernetes metrics | ### What would you like to be added?
Following up on the [slack thread](https://kubernetes.slack.com/archives/C0EG7JC6T/p1731346401543199), creating this placeholder issue to add support for instrumenting native histograms in Kubernetes metrics.
### Why is this needed?
[Native histograms](https://prometheus.io... | kind/feature,sig/instrumentation,triage/accepted | low | Minor |
2,669,412,761 | PowerToys | Audio Relay type Feature | ### Description of the new feature / enhancement
The new feature should be like the Audio Relay application which transfers audio from one device to the other. It would be nice to have it in Power Toys like an all in one bundle type thing.
### Scenario when this would be used?
You would use this when you have multi... | Needs-Triage | low | Minor |
2,669,544,964 | pytorch | xpu: implement aten::_linalg_eigvals for XPU backend (affecting HF Transformers v4.46.0 and later) | Recent changes in Huggingface Transformers (https://github.com/huggingface/transformers/commit/cdee5285cade176631f4f2ed3193a0ff57132d8b and https://github.com/huggingface/transformers/commit/4a3f1a686fcda27efc19b8b3a87b62a338c2ad86) introduced usage of `torch.linalg.eigvals()` which is not implemented for XPU backend (... | triaged,enhancement,module: xpu | low | Minor |
2,669,576,719 | go | x/tools/gopls/internal/cache/methodsets: "can't find path for func" panic in indexBuilder.build (no object path for method) | ```
#!stacks
"runtime.gopanic" && "methodsets.(*indexBuilder).build.func2:+12" ||
"bug.Reportf" && "(*indexBuilder).build.func2:+32"
```
Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks).
```go
// Instantiations of generic methods don't have an
// obje... | gopls,Tools,gopls/telemetry-wins | low | Critical |
2,669,580,849 | svelte | Legacy #await problem | ### Describe the bug
Await block unexpectedly evaluates expression upon state changes in legacy mode.
Expected behavior is to only have the expression evaluated when its variables change.
### Reproduction
https://svelte.dev/playground/53cc8a72175c41c6bebb2bbb75d069a7?version=5.2.3
### Logs
_No response_
### Syst... | bug | low | Critical |
2,669,674,193 | transformers | Export to ExecuTorch with Quantization | ### Feature request
This task is to experiment running quantized HuggingFace models with ExecuTorch out-of-the-box.
The heavy-lifting quantization work will be done through [`quantize_`](https://github.com/pytorch/ao/blob/main/torchao/quantization/quant_api.py#L94) API by [`torchao`](https://github.com/pytorch/ao),... | Feature request,ExecuTorch | low | Minor |
2,669,716,621 | pytorch | `torch._inductor.cpu_vec_isa.pick_vec_isa` takes ~9 seconds to run | I noticed that when compiling a small microbenchmark (with inductor warm caching), E2E compile times were ~4s with cuda tensors and ~15s with cpu tensors. It looks like the majority of the extra time for cpu is spent when inductor runs `pick_vec_isa`:
```
import torch
from torch._inductor.cpu_vec_isa import pick_vec... | module: cpu,triaged,oncall: pt2,module: inductor,oncall: cpu inductor | low | Major |
2,669,757,649 | transformers | Add `Tensor Parallel` support for ALL models | Just opening this to add support for all models following #34184
Lets bring support to all model! 🤗
- [x] Llama
It would be great to add the support for more architectures such as
- [ ] Qwen2
- [ ] QwenVl
- [ ] Mistral
- [ ] Llava
... and many more
For anyone who wants to contribute just open a P... | Feature request,Tensor Parallel,Good Difficult Issue | low | Major |
2,669,772,254 | PowerToys | Specific Configrurations on Startup | ### Description of the new feature / enhancement
How cool would it be to have specific utilities automatically run at startup! With all bells and whistles enabled I feel, this op might be a little resource intensive, so this configuration makes more sense.
### Scenario when this would be used?
At Startup!
### Suppo... | Needs-Triage | low | Minor |
2,669,853,580 | vscode | Calling openNotebookDocument with hidden notebook URI creates another untitled*.ipynb with same URI | Investigated from: https://github.com/microsoft/vscode-python/pull/24148#pullrequestreview-2443313565
In the reloading of notebook document such as native REPL, calling
```
await workspace.openNotebookDocument(mementoValue as Uri);
```
works fine if the notebook document is visible.
Problem happens when user hide t... | bug,notebook | low | Minor |
2,669,870,130 | go | runtime: deprecate SetFinalizer | The original intent of proposal #67535 included the deprecation of SetFinalizer. While the proposal is approved and the implementation has landed in the tree, we feel less [comfortable](https://go-review.googlesource.com/c/go/+/629215/comment/915b4be1_5b9fd51d/) with deprecating SetFinalizer in the same release as the ... | NeedsFix,compiler/runtime | low | Minor |
2,669,947,481 | flutter | [web] The text cursor/caret in a TextField does not visually move in Firefox when an arrow key is held pressed | ### Steps to reproduce
In a Flutter web app running in Firefox on desktop (with a physical keyboard):
1. Type some text in a `TextField`.
2. Press _and hold_ the `<left>` arrow key (assuming LTR text) to move the text cursor/caret backwards.
### Expected results
The text cursor should move backwards/to the left, t... | a: text input,a: fidelity,platform-web,has reproducible steps,browser: firefox,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27 | low | Minor |
2,670,039,204 | go | cmd/go: TestScript/cover_sync_atomic_import failures | ```
#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/cover_sync_atomic_import"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730899952690167873)):
=== RUN TestScript/cover_sync_atomic_import
=== PAUSE TestScript/cover_sync_atomic_import
... | NeedsInvestigation | low | Critical |
2,670,041,239 | go | cmd/go: TestScript/test_fuzz_mutate_crash failures [consistent failure] | ```
#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/test_fuzz_mutate_crash"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730898603012087249)):
=== RUN TestScript/test_fuzz_mutate_crash
=== PAUSE TestScript/test_fuzz_mutate_crash
==... | NeedsInvestigation | low | Critical |
2,670,045,548 | next.js | When generateMetadata performs an asynchronous action, Suspense is not being rendered until generateMetadata finish | ### Link to the code that reproduces this issue
https://github.com/ebidrey/suspense-generate-metadata
### To Reproduce
### To Reproduce
You can run this simple snippet
```javascript
import { Suspense } from "react"
export async function generateMetadata() {
const results = await fetch('https://postman... | bug,Metadata,Performance | low | Major |
2,670,059,661 | transformers | Allow to give the dataset multiprocessing_context | ### Feature request
In Huggingface Trainer, allow to pass the multiprocessing context : https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader
### Motivation
For a dataset that is loaded on multiple cpu cores, sometimes the fork method creates problems (with polars for example) and the spawn method is... | Feature request | low | Minor |
2,670,110,041 | neovim | LSP: vim.lsp.codelens.run() operates on the innermost scope | ### Problem
Some code lenses (e.g. ruby-lsp's `rubyLsp.runTest`) span multiple lines, that is, their `range.start.line` and `range.end.line` may be different.
When I am working on a test and ready to run it again, I have to navigate up to its first line before I can invoke `vim.lsp.codelens.run()`, which adds a littl... | enhancement,lsp | low | Minor |
2,670,185,280 | godot | Moving C# scripts outside of Godot breaks source generation | ### Tested versions
Met right now, v4.3.0, never saw before.
### System information
Godot v4.3.0
### Issue description
I have couple a code for a potions system:
``` csharp
using Godot;
namespace Workgame.Inventory.Items;
[GlobalClass] public partial class Potion : Item {
[Export] public int Energy;
... | bug,needs testing,topic:dotnet | low | Critical |
2,670,211,195 | go | x/tools/gopls: feature: support SnippetTextEdit in codeactions | ### gopls version
.
### go env
```shell
.
```
### What did you do?
Jdtls's [preview](https://github.com/redhat-developer/vscode-java) version has this feature, and lsp has [snippetTextEdit](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#snippetTextEdit) me... | FeatureRequest,gopls,Tools | low | Minor |
2,670,219,750 | TypeScript | Class member completion crash in a monorepo utilizing `baseUrl` | ### 🔎 Search Terms
baseurl class member completions
### 🕗 Version & Regression Information
- This is the behavior in every version I tried
### ⏯ Playground Link
N/A
### 💻 Code
`tests/cases/fourslash/server/completionsClassMembersBaseUrlNoCrash1.ts`:
```ts
/// <reference path="../fourslash.ts" />
// @Filenam... | Bug,Help Wanted | low | Critical |
2,670,220,680 | next.js | Intercepted routes don't update metadata | ### Link to the code that reproduces this issue
https://github.com/pseudotsuga-fir/nextgram-broken-metadata
### To Reproduce
1. Add unique metadata to an intercepted route
```js
export async function generateMetadata({
params,
}: {
params: Promise<{ id: string }>;
}): Promise<Metadata> {
const id ... | bug,Metadata,linear: next,Parallel & Intercepting Routes | low | Critical |
2,670,258,049 | kubernetes | Division-by-zero in Horizontal Workload Autoscaler | **Which component are you using?**:
Horizontal workload autoscaler.
**What version of the component are you using?**:
Not relevant.
**What k8s version are you using (`kubectl version`)?**:
<details><summary><code>kubectl version</code> Output</summary><br><pre>
$ kubectl version
Client Version: v1.30.6... | kind/bug,sig/autoscaling,needs-triage | low | Minor |
2,670,355,185 | vscode | Allow extensions to augment an existing language's configuration, such as surroundingPairs | From #233981
I'd like for the built-in markdown math extension to add a new set of surrounding pairs for the `markdown` language. Currently this doesn't seem possible as each configuration item overwrites the previous:
https://github.com/microsoft/vscode/blob/23457f87fb66a13e910df8b2c2ae22ca9595e6d2/src/vs/editor/com... | feature-request,languages-basic,extensions-editor | low | Minor |
2,670,399,151 | ollama | GPU radeon not used | ### What is the issue?
GPU not used:
2024/11/18 20:38:09 routes.go:1158: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.... | bug,amd,needs more info,install | low | Critical |
2,670,402,514 | deno | Process exits before script is completed | **Version:**
```
deno 2.0.6 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
```
**Reproduction:**
Create a file with the following contents:
```js
// node-runtime.js
import * as http from 'node:http';
http.createServer(async (request, response) => {
response.write('Brow... | bug,node compat | low | Critical |
2,670,422,655 | excalidraw | Support Power BI Embed Links | Hi,
My company uses Power BI for reporting and analytics. It would be awesome to embed a Power BI report in one of my Whiteboards to help convey data in my Whiteboard presentations | whitelist | low | Minor |
2,670,472,902 | flutter | `flutter doctor` should give more information about why it thinks Cocoapods is broken | ### Steps to reproduce
Setup your environment such that Cocoapods is broken according to `flutter doctor`.
### Actual results
Running `flutter doctor` will give a broad unhelpful message along the lines of:
> Warning: CocoaPods is installed but broken.
> For re-installation instructions, see <link>
The ... | c: new feature,tool,t: flutter doctor,c: proposal,P3,team-ios,triaged-ios | low | Critical |
2,670,476,053 | go | crypto/cipher: TestTagFailureOverwrite/POWER8 failures [consistent failure] | ```
#!watchflakes
default <- pkg == "crypto/cipher" && test == "TestTagFailureOverwrite/POWER8"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730882454928574929)):
=== RUN TestTagFailureOverwrite/POWER8
implementations.go:47: builder doesn't suppor... | NeedsInvestigation | low | Critical |
2,670,476,058 | pytorch | [dynamo] Make dynamo own ExtraState rather than PyCodeObject | Right now, `PyCodeObject`s own `ExtraState` (i.e. dynamo cache entries). Destruction of these `ExtraState`s is implemented in `destroy_extra_state`, implemented in extra_state.cpp, which is called by CPython. However, @anijain2305 has been running into segfaults involving owning `PyCodeObject`s being destroyed as `Extr... | triaged,oncall: pt2,module: dynamo | low | Minor |
2,670,476,077 | go | crypto/internal/fips/aes/gcm: TestAllocations failures [consistent failure] | ```
#!watchflakes
default <- pkg == "crypto/internal/fips/aes/gcm" && test == "TestAllocations"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730882754849246017)):
=== RUN TestAllocations
ctrkdf_test.go:31: expected zero allocations, got 4.0
--... | NeedsInvestigation | medium | Critical |
2,670,503,190 | PowerToys | please add management for right click menu | ### Description of the new feature / enhancement
please add management for right click menu
### Scenario when this would be used?
please add management for right click menu
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,670,516,565 | deno | AbortSignals from Deno fetch do not work on Windows | Version: Deno 2.0.6
Hi there,
I'm trying to create a Hono server with a disconnect handler. When I cancel the request from my Postman client, the abort signal from the raw `Request` object never changes to true. This code works on both Node and Bun, so I think this is an issue with Deno's fetch API. See example bel... | bug,windows | low | Major |
2,670,517,102 | ui | [bug]: When the sidebar is collapsed to icon view, the collapsible menu cannot expand or show subItems. | ### Describe the bug
When the sidebar is collapsed to icon view, the collapsible menu cannot expand or show subItems.
### Affected component/components
Sidebar
### How to reproduce
1. Collapse the sidebar to icon size.
2. Click the menu icon in the collapsed state.
3. The CollapsibleContent does not appear.
###... | bug | low | Critical |
2,670,518,565 | PowerToys | Scroll to find them every time. | ### Provide a description of requested docs changes
KeyboardManager is great. I often change the functions of Hotkeys. However, it is a pain to have to scroll to find them every time. | Issue-Docs,Needs-Triage | low | Minor |
2,670,523,023 | vscode | vscode not sync `python.venvFolders` | <!-- ⚠️⚠️ 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... | info-needed | low | Critical |
2,670,537,315 | go | crypto/cipher: TestFuzz failures | ```
#!watchflakes
default <- pkg == "crypto/cipher" && test == "TestFuzz"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730877636484667713)):
=== RUN TestFuzz
--- FAIL: TestFuzz (0.00s)
panic: crypto/cipher: internal error: generic CBC used with AE... | NeedsInvestigation | low | Critical |
2,670,538,152 | PowerToys | Colour blindness simulator | ### Description of the new feature / enhancement
Present a simple screen overlay to assist with colourblind accessibility design.
### Scenario when this would be used?
Designing accessible content within window, pairs well with color picker PowerToys app.
Please see colororacle.org for proof of concept.
### Support... | Needs-Triage | low | Minor |
2,670,605,944 | flutter | NestedScrollView's use of PrimaryScrollController/AutomaticKeepAliveClientMixin/PageStorageKey breaks when there are multiple inner ScrollPositions | ### Steps to reproduce
https://github.com/flutter/flutter/pull/157756/files this pr, it's not fixed those issues.
* https://github.com/flutter/flutter/issues/62833
* https://github.com/flutter/flutter/issues/81619
* https://github.com/flutter/flutter/issues/21868
* https://github.com/flutter/flutter/issues/364... | framework,f: scrolling,has reproducible steps,P2,workaround available,team-framework,triaged-framework,found in release: 3.24 | low | Major |
2,670,634,103 | yt-dlp | Site support request for www.olevod.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://gith... | site-request,triage | low | Critical |
2,670,657,860 | pytorch | OptimizedModule _parameters attr getting and setting are not working as expected | ### 🐛 Describe the bug
Normally we would expect we get the same value by using value = module._parameters after setting using module._parameters = value.
But this is not working on OptimizedModule.
The following code shows the problem:
```
import torch
from collections import OrderedDict
class MyModule(to... | triaged,oncall: pt2,module: dynamo | low | Critical |
2,670,681,384 | rust | Misleading dead code warning when loading separate modules that use the same source file | ### Code
`util.rs`:
```Rust
pub fn get_random_number() -> i32 {
return 4;
}
```
`lib.rs`:
```Rust
#[path = "util.rs"] mod util_lib;
mod util;
pub fn run() -> i32 {
return util_lib::get_random_number();
}
```
### Current output
```Shell
warning: function `get_random_number` is never used
--> src/util.rs:1:8... | A-diagnostics,T-compiler | low | Critical |
2,670,914,874 | flutter | [A11y] Second link is inaccessible in RichText | ### Steps to reproduce
1. Create a RichText widget with multiple TextSpan or WidgetSpan elements, each representing a clickable link.
2. Wrap each link in a Semantics widget to ensure accessibility support.
3. Add GestureDetector to handle onTap events for each link.
4. Test using a screen reader (TalkBack on And... | framework,a: accessibility,has reproducible steps,P2,found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.27 | low | Major |
2,670,926,680 | deno | Crawlee/Playwright struggles to start with default project | Version: Deno 2.1.3
macOS 15.2 arm64
https://github.com/apify/crawlee
## Reproduction
```
deno run -A npm:crawlee create crawlee -t getting-started-ts
cd crawlee
deno run -A npm:playwright install
deno run -A src/main.ts
```
## Result
```
❯ deno run -A src/main.ts
INFO PlaywrightCrawler: Starting th... | bug,needs investigation,node compat | low | Critical |
2,670,933,636 | deno | Running Only Modified Feature `Tests` and Their Dependencies | Hello everyone,
I'm working on a Deno project and using BDD for testing. The project is structured with each feature and its slices in separate folders, each containing their own code and test cases.
## **The Issue**
I recently updated a feature called **"User Profile Management"**, which is a dependency for ... | suggestion | low | Minor |
2,670,937,567 | flutter | Update spirv-cross to support new variants of `SPIRType` | Internal bug: b/379793706
Internally, spirv-cross was recently updated with some breaking changes. Enum variants were introduced to `spirv_cross::SPIRType`. Specifically the following:
- https://github.com/KhronosGroup/SPIRV-Cross/commit/3a0366bfb77800b68436193dcea8a90da2bcd22b#diff-7f55b169badc85bf4776406295bf87... | engine,c: proposal,P1,team-engine,triaged-engine | medium | Critical |
2,670,944,941 | ollama | docker build error | ### What is the issue?
ERROR: failed to solve: process "/bin/sh -c CMAKE_VERSION=${CMAKE_VERSION} GOLANG_VERSION=${GOLANG_VERSION} sh /rh_linux_deps.sh" did not complete successfully: exit code: 2
```
1289.9
1289.9 Complete!
1290.2 + '[' x86_64 = x86_64 ']'
1290.2 + curl -s -L https://github.com/ccache/ccach... | bug | low | Critical |
2,670,961,102 | tauri | [docs] Android File System Access | Hi,
currently I'm trying to access the file system in an Android 14 context.
I've already done all, that needs to be done for the Linux side, and can now access a file from within a js/html context.
However the same success eludes me in the Android 14 domain.
I've followed the instructions
[https://v2.tauri.app... | type: documentation | low | Critical |
2,670,998,593 | opencv | how to get the inpaint results like this | ### System Information
OpenCV version: 4.5.4
Operating System / Platform: win 11 x64
Compiler & compiler version: vs 2019
### Detailed description
I tried inpaint methods in opencv, the results is quite different from below. the interpolated pixel is nearly pure with opencv.
how to get the result like below... | question (invalid tracker) | low | Minor |
2,671,019,577 | rust | [ICE]: Encountered anon const with inference variable args but no error reported | ### Code
```Rust
I encountered an internal compiler error (ICE) while compiling a Rust project using rustc version 1.84.0-nightly (03ee48451 2024-11-18) on the aarch64-apple-darwin platform. The error message indicates that an anonymous constant with inference variable arguments was encountered, but no error was repor... | I-ICE,T-compiler,C-bug,F-generic_const_exprs,S-has-mcve,requires-incomplete-features,S-has-bisection | medium | Critical |
2,671,027,375 | PowerToys | Supporting for Q-Dir | ### Description of the new feature / enhancement
PowerToys does not yet support [Q-Dir](http://q-dir.com/), which is a convenient and widely-used file manager software.
### Scenario when this would be used?
Consider using Q-Dir as your file explorer instead of the Windows file explorer.
### Supporting information
... | Needs-Triage | low | Minor |
2,671,112,056 | go | x/text/message: catalog.Var between two substitutions | ### Go version
go version go1.21.4 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN='/Users/xxx/go/bin'
GOCACHE='/Users/xxx/Library/Caches/go-build'
GOENV='/Users/xxx/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOH... | NeedsInvestigation | low | Minor |
2,671,217,336 | rust | rustc/cargo not properly detecting the host | I tried this command:
```bash
cargo fetch --verbose --target stable-x86_64-unknown-linux-gnu
```
I expected to see this happen: *explanation*
Rust to work properly
Instead, this happened: *explanation*
error: `rustc -vV` didn't have a line for `host:`, got:
```
rustc 1.82.0 (f6e511eec 2024-10-15)
binary: rustc
c... | C-discussion | low | Critical |
2,671,235,091 | tauri | [bug] jenkins in mac studio m1 pro “proc macro panicked” “unknown codegen target null” | ### Describe the bug
if i into mac studio and build manual, it’s success
but if i build in jenkins,it‘s error。
all environments are the same
```text
error: proc macro panicked
--> src/main.rs:52:14
|
52 | .run(tauri::generate_context!())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
... | type: bug,platform: macOS,status: needs triage | low | Critical |
2,671,335,692 | ollama | Allow passing file context for FIM tasks on /api/generate | It's relatively common now that FIM tasks use additional "context" - files related to the FIM task - to better perform their task.
Generally this context includes the file path + name, as well as the contents.
Enter the problem, models use different tokens to denote the start/end of this information. For example, d... | feature request | low | Minor |
2,671,362,024 | kubernetes | Add support for compiling Kubectl to webassembly | ### What would you like to be added?
I would like to have the option to compile kubectl as a webassembly output. At the moment there is a few compilation errors:
```
$ GOOS=js GOARCH=wasm go build -v ./cmd/kubectl
github.com/moby/term
# github.com/moby/term
vendor/github.com/moby/term/term_unix.go:21:15: undefi... | kind/feature,sig/cli,needs-triage | low | Critical |
2,671,369,664 | kubernetes | pod requesting zero devices with zero available fails admission for 'Allocate failed due to no healthy devices present' | ### What happened?
pod create failed
```
status:
message: 'Pod was rejected: Allocate failed due to no healthy devices present; cannot allocate unhealthy devices nvidia.com/gpu, which is unexpected'
phase: Failed
reason: UnexpectedAdmissionError
startTime: "2024-11-19T03:04:55z"
```
pod yaml... | kind/bug,priority/backlog,sig/node,triage/accepted | low | Critical |
2,671,429,357 | tensorflow | model.fit fails when the number of rows exceeds Int32.MaxValue | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.19.0-dev20241117
### Custom code
Yes
### OS platform and distribution
MacOS 15.1.0
### Mobile device
_No response_
### Python version
3.10
### Bazel version
_No response_
### GCC/... | type:bug,TF 2.18 | medium | Critical |
2,671,443,610 | langchain | bind_tools function fails with AzureMLChatOnlineEndpoint | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | Ɑ: core | low | Critical |
2,671,451,341 | material-ui | [utils] Use utilities from Base UI | _on hold until https://github.com/mui/base-ui/pull/827 is merged and Base UI API is stable_
Since Base UI is going to be the upstream project for Core, it makes sense for the utils to be defined there. The dependency on @mui/utils and @mui/types in Base UI was removed in https://github.com/mui/base-ui/pull/827. We n... | on hold,package: utils | low | Minor |
2,671,489,969 | pytorch | Runtime error for custom op in export path (C++ inference) | ### 🐛 Describe the bug
### Description:
Our workload replaces addmm with our custom op with exact signature. The custom operator is registered using TORCH_LIBRARY.
With a custom backend of torch.compile, Op is getting replaced and functionality is as expected. However in the generated code by AOTInductor, "const" k... | oncall: pt2,oncall: export | low | Critical |
2,671,502,953 | godot | Unable to Run Projects on Godot 4.4.dev4 Android | ### Tested versions
Godot v4.4.dev4 - Android - Single-window, 1 monitor - OpenGL ES 3 (Compatibility) - PowerVR Rogue GE8300 - (4 threads)
### System information
Godot v4.4.dev4 - Android - Single-window, 1 monitor - OpenGL ES 3 (Compatibility) - PowerVR Rogue GE8300 - (4 threads)
### Issue description
When att... | bug,platform:android,needs testing,topic:export | low | Minor |
2,671,512,541 | electron | Enabling Vibrancy and backdrop-filter blur doesn't render properly | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/windows,platform/macOS,bug :beetle:,has-repro-gist,34-x-y | low | Critical |
2,671,531,616 | vscode | API - expose TextEditor for each extension so that API proposals can be enforced | null | bug,api,debt,scm | low | Minor |
2,671,541,108 | go | cmd/internal/testdir: Test/fixedbugs/issue68525.go failures | ```
#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue68525.go"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8730894001840957681)):
=== RUN Test/fixedbugs/issue68525.go
=== PAUSE Test/fixedbugs/issue68525.go
===... | NeedsInvestigation | high | Critical |
2,671,552,325 | PowerToys | FancyZones - Enable drag and pause action to show zones for snapping | ### Description of the new feature / enhancement
Option to enable zones when clicking window title bar, dragging and then pausing for a user-configurable time (eg 1 second) allowing the window to be dropped where desired. This would remove the need to hold down a key to show the zones and could be used with just the ... | Needs-Triage | low | Minor |
2,671,579,845 | vscode | search only in expanded code | <!-- ⚠️⚠️ 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. -->
Add checkbox to search window to search only in expa... | feature-request,search | low | Minor |
2,671,590,464 | opencv | getUnconnectedOutLayers() does not work with onnx detection models with the new dnn engine | ### System Information
OpenCV version: 5.0.0-pre
Operating System / Platform: Ubuntu 22.04
Compiler & compiler version: GCC 11.4.0
### Detailed description
I encountered an issue while using the new DNN engine in OpenCV, which causes a crash when running YOLO models. Type of the output layer is required to p... | bug,category: samples,category: dnn | low | Critical |
2,671,613,666 | PowerToys | Keyboard manager "swallows" Ctrl within Outlook | ### Microsoft PowerToys version
0.86.0
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I have the following defined in Keyboard Manager:
.
After upgrading XCode from 15 to 16, my engine builds started failing.
Commands to run:
`/Users/dacoharkes/flt/engine/flutter/bin/cache/dart-sdk/bin/dart /Users/dacoharkes/flt/engine/src/flutter/tools/engine_tool/bin/et.dart buil... | tool,t: xcode,P2,team-engine,triaged-engine,e: engine-tool | low | Critical |
2,671,781,766 | react | next-themes not working with React 19.0.0-rc-66855b96-20241106 | Description:
I encountered an issue when trying to use the next-themes package with React 19.0.0-rc-66855b96-20241106. The package was working fine with React 18.3.1, but after upgrading to this release candidate version, it failed to function as expected.
Steps to Reproduce:
Initialize a React project with Reac... | React 19 | medium | 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.