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,813,365,866 | pytorch | Workaround for unsupported return of multiple tensors for `torch.cond` in a model intended for torch.onnx.export(dynamo=true,...) | ### ๐ Describe the bug
Trying to `onnx.export` a `nn.Module` with a conditional in its computational graph. In essence similar to this example:
```py
import torch
class Wrapper(torch.nn.Module):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.cond_model = CondModel()
... | module: onnx,triaged,oncall: pt2,module: higher order operators,oncall: export | low | Critical |
2,813,420,147 | flutter | Investigate what android builds/tests can be faster by not installing xcode | "[Contributor] has upstreamed a change to our recipes that will allow mac targets in our .ci.yaml configs to opt out of installing Xcode (obviously provided your test doesn't require it) with a property"
https://flutter-review.googlesource.com/c/recipes/+/62500
https://groups.google.com/a/google.com/g/flutter-team... | team,platform-android,team-android,fyi-infra | low | Minor |
2,813,425,465 | rust | "expected opaque type, found ..." when trait impl with type_alias_impl_trait | <!--
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
type U32Iter = impl Iterator<Item = u32>;
struct Foo {
iter: U32Iter,
}
impl From<u32> for Foo {
fn from(value: u32) -> Se... | C-bug,needs-triage | low | Critical |
2,813,445,999 | godot | Objects whose `_init()` takes arguments fail to be decoded when sent over RPC | ### Tested versions
4.4dev7
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 5800X 8-Core Processor (8 threads)
### Issue description
Let's say you have a `PlayerData` `Object` th... | discussion,documentation,topic:network | low | Critical |
2,813,466,695 | go | runtime: spurious SEGV in package initializer (darwin/amd64) | ```
#!watchflakes
default <- pkg == "golang.org/x/tools/go/analysis/passes/loopclosure" && test == ""
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8724618820959648753)):
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGS... | NeedsInvestigation,Tools,compiler/runtime | low | Critical |
2,813,470,095 | pytorch | while_loop fails to export when strict=False | Repro:
Apply the following patch, then run `python test/export/test_export.py -k test_while_loop_simple` and the test fails when `strict=False`
```
diff --git a/test/export/test_export.py b/test/export/test_export.py
index 9b070141ac3..22096a68a1b 100755
--- a/test/export/test_export.py
+++ b/test/export/test_export.p... | oncall: pt2,export-triaged,oncall: export | low | Minor |
2,813,478,413 | godot | Custom objects' fields are not transferred when sent over RPC | ### Tested versions
4.4dev7
### System information
Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 5800X 8-Core Processor (8 threads)
### Issue description
Let's say you have a `PlayerData` `Object`:
... | discussion,topic:network | low | Critical |
2,813,499,812 | pytorch | No broadcasting by default. | ### ๐ The feature, motivation and pitch
I actually ran into shape bug but pytorch guessed it would be some broadcasting intentionally, and wasted a bit time( like hours, but still acceptable).
Then I decide to print the shape and denote it in the variable name, like g_reshaped__batch_1_output.
I prefer the no-broadc... | triage review | low | Critical |
2,813,541,652 | godot | Godot 4.3 becomes highly unresponsive, likely due to Windows 11 24H2 update | ### Tested versions
- This issue is on Godot 4.3.stable.official [77dcf97d8], unsure of other versions. This issue didn't seem to happen with the limited testing I did with v4.2.stable.official [46dc27791]
- Windows 11 version 24H2
### System information
Windows 11 - Godot 4.3.stable.official - Vulkan (Forward+)... | bug,platform:windows,topic:editor,needs testing,performance | low | Major |
2,813,542,959 | material-ui | [docs] add avatar upload example | ### Related page
https://mui.com/material-ui/react-avatar/
### Kind of issue
Missing information
### Issue description
I recently needed to implement avatar upload inside form during sign up flow, I ended up with a bit hacky solution where I need to have visually hidden input nearby the clickable avatar, and that ... | waiting for ๐,ready to take,enhancement,support: docs-feedback | low | Critical |
2,813,578,916 | rust | Associated Type Bounds on Trait Bounds on GAT produce error | <!--
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 hope this is a genuine bug and not just working as intended๐
I tried this code:
```rust
trait Assoc {
type Type;
}
trait Static: 'static {
type Same<T>: ... | A-trait-system,A-associated-items,C-bug,F-associated_type_bounds,needs-triage | low | Critical |
2,813,642,720 | vscode | VS Code frequently stuck on "Saving 'somefile': Writing into 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 creat... | info-needed | low | Critical |
2,813,646,962 | go | cmd/compile: ICE: unexpected types2.Invalid in writePkgStub | Observed in https://ci.chromium.org/ui/p/golang/builders/ci/x_tools-gotip-darwin-amd64-longtest/b8725796120163106641/overview, attached to umbrella issue https://github.com/golang/go/issues/70399#issuecomment-2589049515:
```
=== RUN TestVetStdlib
vet_std_test.go:101: go vet std failed (exit status 1):
# ... | NeedsInvestigation,compiler/runtime,BugReport | low | Critical |
2,813,657,663 | vscode | Test: SSH connection to unsupported distros with custom sysroot | Refs: https://github.com/microsoft/vscode/pull/235232
- [ ] anyOS @chrisdias
- [x] anyOS @alexr00
Complexity: 4
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23238873%0A%0A&assignees=deepak1556)
---
We plan to provide a path for users on legacy servers to continue using latest versio... | testplan-item | low | Critical |
2,813,694,029 | langchain | Azure AI Search Client Component Calling get_index function twice | ### 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 ... | โฑญ: vector store | low | Critical |
2,813,711,857 | langchain | docs: pgvector docs issues | https://python.langchain.com/docs/integrations/vectorstores/pgvector/ install instructions in these docs are wrong, you get this error if you follow them
```
ImportError: no pq wrapper available.
Attempts made:
- couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
- couldn't import psycopg 'binary'... | ๐ค:docs,investigate | low | Critical |
2,813,712,255 | flutter | Release process must check in an engine.version file | When trying to publish the 3.29.0-0.1.pre beta release, packaging builds failed to find the binaries: https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20packaging_release_builder/276/infra
I believe the long-term fix to this is the conductor should check in an up to date engine.version on release bran... | P1,team-release | medium | Critical |
2,813,717,608 | godot | A Container Node with a RichTextLabel child will resize incorrectly if the position/size is altered on the same frame it is instanced | ### Tested versions
Tested Versions:
- Godot 4.4.beta
- Godot 4.3.stable
- Godot 4.0.stable
I think it's highly probable that this bug has been present since 4.0.
### System information
Godot v4.3.stable (77dcf97d8) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XTX (Advanced Micro Devices,... | bug,topic:gui | low | Critical |
2,813,726,762 | ollama | /clear not actually clearing | ### What is the issue?
Steps that I've done, which shows the bug. There might be a simpler sequence but this is mine.
1. ollama run hf.co/mradermacher/DS-R1-Distill-Q2.5-7B-RP-GGUF:latest
2. /set parameter num_ctx 16384
3. save chrisdeepseek
4. /bye
5. ollama run chrisdeepseek
6. create flappybird.py code.
7. (do some... | bug | low | Critical |
2,813,727,316 | PowerToys | File Explorer Add-ons Preview Pane Monaco | ### Description of the new feature / enhancement
Monaco should not preview .txt files because Monaco takes a few more milliseconds to preview these files than the native reader. Alternative previewer should be set for txt files.
Monaco is a source code previewer that opens files in the preview pane for quick reading... | Needs-Triage | low | Minor |
2,813,737,711 | pytorch | TorchScript run_method fails from 2.5.0 onward on Ubuntu | ### ๐ Describe the bug
Using https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.5.1%2Bcu118.zip or https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.5.0%2Bcu118.zip the following code does not return. Console prints the "run..." but never seems to finish execution of the `ru... | oncall: jit,module: deadlock | low | Critical |
2,813,739,415 | flutter | [shared_preferences] Android integration tests running twice | While investigating another issue, I noticed that FTL was showing the integration tests for `shared_preferences` running twice: once via `MainActivityTest`, and once via `FlutterActivityTest`. The plugin has both files, and they have essentially identical content, which seems like it's probably a mistake. We should fig... | a: tests,team,p: shared_preferences,package,team-ecosystem,P1,triaged-ecosystem | medium | Minor |
2,813,755,167 | rust | Misleading error message - Returning Option<T> when Clone not implemented | When a function returns `Option<T>` and the function is basically a wrapper on an `Arc<RwLock<Option<T>>>` but `T` does not implement `Clone` then the code `self.value.read().unwrap().as_ref().map(|value| value.clone())` will show a compile error `"mismatched types"` as the return type is `Option<_> and found Option<&_... | A-diagnostics,T-compiler,D-terse | low | Critical |
2,813,777,246 | yt-dlp | Getting the needed info from a video in json 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 asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | question | low | Critical |
2,813,777,732 | ui | [bug]: Shadcn blocks missing | ### Describe the bug
Previously there were a ton of blocks available such as tables etc but now there are only a few sidebars, authentications and logins.
### Affected component/components
Tables and more
### How to reproduce
1. Go to https://ui.shadcn.com/blocks
2. Scroll down and see how many blocks you find
3. ... | bug | low | Critical |
2,813,831,969 | ollama | [v0.5.4] Download timeouts cause download cache corruption. Any download that needs to be retried by re-running ollama ends up corrupted at 100% download(file sha256-sha256hash-partial-0 not found). | ### What is the issue?
Running ollama through alpaca.
I'm aware this is a seperate project will mirror the bug report.
### OS
Linux
### GPU
AMD
### CPU
AMD
### Ollama version
0.5.4 | bug | low | Critical |
2,813,854,203 | node | flaky: test-fs-cp | ### Test
test-fs-cp
### Platform
Windows x64
### Console output
```console
not ok 304 parallel/test-fs-cp
12:01:46 ---
12:01:46 duration_ms: 520.01000
12:01:46 severity: fail
12:01:46 exitcode: 1
12:01:46 stack: |-
12:01:46 node:assert:128
12:01:46 throw new AssertionError(obj);
12:01:46 ... | flaky-test | low | Critical |
2,813,857,913 | godot | SVG import options are ignored during conversion to a Windows icon on export | ### Tested versions
- Reproducible in: 4.3.stable, 4.4.beta1
### System information
Godot v4.3.stable - Windows 10.0.26100 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6636) - 13th Gen Intel(R) Core(TM) i9-13900K (32 Threads)
### Issue description
When you use a SVG file as an icon in a Windo... | bug,platform:windows,topic:editor,topic:export | low | Minor |
2,813,862,395 | ui | [feat]: Add support for Radix's Data List | ### Feature description
Most components from Radix have a ShadCN equivalent. However there is not one for their Data List component.
It's a component-equivalent of the `<dl>`, `<dt>`, and `<dd>` elements.
While it's not a very involved component and so could be made by end users, it's still something that is used co... | area: request | low | Minor |
2,813,869,786 | flutter | [monorepo] better description for the `emergency` label | The `emergency` label should have a better description, and link to more detailed docs about what it does and when it should be used. | team-infra,P1,triaged-infra,monorepo | medium | Minor |
2,813,870,788 | vscode | I dont install it, it keep my copy and paste func lagging a lot |
Type: <b>Bug</b>
I dont install it, it keep my copy and paste func lagging a lot
VS Code version: Code 1.96.4 (Universal) (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Darwin x64 24.0.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM)... | triage-needed | low | Critical |
2,813,876,211 | ui | [bug]: JSON Serialization Error Due to Circular Reference in DOM Element and React FiberNode | ### Describe the bug
This type error run in loop :
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'HTMLButtonElement'
| property '__reactFiber$t0tlvvefhtf' -> object with constructor 'FiberNode'
--- property 'stateNode' closes the circle
at JSON.stringify ... | bug | low | Critical |
2,813,877,447 | pytorch | Performance degradation in scaled_dot_product_attention with attn_mask and sequence length multiples of 16 | ### ๐ Describe the bug
There's a performance degradation when using `scaled_dot_product_attention` with the `attn_mask` argument, when the sequence length is a multiple of 16. This issue can be reproduced using the following code snippet.
**Reproducer Code**
```
import torch
from torch._inductor.runtime.benchmarking... | triaged,oncall: pt2,module: inductor | low | Critical |
2,813,881,054 | flutter | Some macbots look unhealthy | Sampling the last 9 days (accounts for the weekend):
bots looking very sad:
* build804-m9
* build810-m9
* build815-m9
bots questionable:
* build812-m9
* build802-m9
* build810-m9
* build805-m9
* build806-m9
| team-infra | low | Minor |
2,813,888,696 | pytorch | dynamo cannot trace global op_set .__contains__ | ### ๐ Describe the bug
This gives a graph break:
```python
import torch
op_set = {
torch._C._set_grad_enabled,
torch.amp._enter_autocast,
torch.amp._exit_autocast,
}
def f(x):
if torch.ops.aten.add in op_set:
return x.sin()
return x.cos()
torch.compile(f, fullgraph=True, backend="eager")... | oncall: pt2,module: dynamo,dynamo-triage-jan2025 | low | Critical |
2,813,916,179 | excalidraw | creating an elbow arrow from a frame adds it to the frame incorrectly | When creating an elbow arrow by clicking a bit inside the shape (in this case the frame), it binds it to the shape as expected, but in case of a frame it also adds it to the frame as a child because you initially clicked inside the frame when creating the elbow arrow. This puts the arrow completely outside the frame an... | bug | low | Minor |
2,813,917,717 | TypeScript | "No inputs were found in config file", when looking at some files within node_modules | <!-- โ ๏ธโ ๏ธ 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... | Help Wanted,Possible Improvement | low | Critical |
2,813,933,878 | go | proposal: allow eliding "_" fields in unkeyed struct literals | ### Proposal Details
Change treatment of `_` fields so that they may be omitted from unkeyed struct literals and (if omitted) do not count as unexported fields. In the case of a struct with multiple `_` fields, either all must be present or all must be omitted, to avoid ambiguity.
The reason for this is to make it ... | LanguageChange,Proposal,LanguageChangeReview,LanguageProposal | low | Minor |
2,813,938,328 | puppeteer | [Bug]: Dblclick events can get dropped when using WebDriver BiDi with Chrome | ### Minimal, reproducible example
```TypeScript
import puppeteer from 'puppeteer';
const puppeteerOptions = {
//browser: 'firefox',
headless: false,
protocol: 'webDriverBiDi',
}
function timeout(time) {
return page.evaluate(time => {
return new Promise(r => {
setTimeout(r, time)
... | bug,P1,confirmed,bidi | medium | Critical |
2,813,943,892 | ollama | Problems with deepseek-r1:671b, ollama keeps crashing on long answers | ### What is the issue?
Hi all,
I'm using an r960 with 2TB of ram, so ram is not a problem here. I'm experiencing constant crashes of ollama 0.5.7 and deepseek-r1:671b, even increasing the context window with the command /set parameter num_ctx 4096.
I also tried a second system, an r670 csp with 1TB of ram, but the... | bug | low | Critical |
2,813,947,969 | tailwindcss | [v4] Ignore certain paths from scanning no longer supported | **What version of Tailwind CSS are you using?**
v4.0.0
**What build tool (or framework if it abstracts the build tool) are you using?**
Vite 6
**What version of Node.js are you using?**
22.13
**Describe your issue**
In v3 one could add a line with an exclamation mark `!` prefix in the `tailwind.config.js` to exc... | v4 | low | Minor |
2,813,973,259 | next.js | Webpack hot reloading stops working if projects is located in a folder starting with ".git" | ### Link to the code that reproduces this issue
https://github.com/lorissikora/empty-nexts-template
### To Reproduce
1. Create or navigate to a folder starting with `.git` (example `.git-projects`)
2. Create a new project inside of it (example `npx create-next-app@canary` and select defaults)
3. `next dev` (without ... | Webpack | low | Minor |
2,813,973,892 | ollama | Ollama: torch.OutOfMemoryError: CUDA out of memory | ### What is the issue?
Running some tests using pytest with the following 6 models. What I find is that if I run all tests with each model before go on to the next model, the tests mostly worked fine. 123/126 passed. But if I run each test against all 6 models sequentially and then go to the next test then I see han... | bug | low | Critical |
2,813,981,617 | puppeteer | [Feature]: make DOM events available | ### Feature description
#12682 proposes to add a `waitForEvent` to `Page`. This idea is a combination of two ideas:
1. Listening to events that are emitted by an element on the page and getting them out to the Puppeteer context
2. Finding the element itself and creating a Promise that resolves once an event (or a numb... | feature | low | Minor |
2,813,990,519 | pytorch | Dynamo performance test benchmarks reuse model state between eager and compiled | ### ๐ Describe the bug
See `model`:
https://github.com/pytorch/pytorch/blob/64cd81712ddf867d1c4dc46ba4554d40d6d7d610/benchmarks/dynamo/common.py#L3431-L3470
Later, it is also used by the `speedup_experiment`. This can cause issues with stateful models like convit_base: https://github.com/huggingface/pytorch-image-mo... | oncall: pt2 | low | Critical |
2,813,995,730 | PowerToys | SLNX solution files | ### Description of the new feature / enhancement
So, today I learned about the existence of a new format: SLNX. I opened this issue to track the what, when and why. I presume it'll be a big task.
### Scenario when this would be used?
Using new solutions?
### Supporting information
I find it strange to see how few ... | Area-Build,Needs-Triage | low | Minor |
2,814,009,755 | ollama | Support Request for jonatasgrosman/wav2vec2-large-xlsr-53-italian | (.venv) raphy@raohy:~/llama.cpp$ git clone https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-italian
Cloning into 'wav2vec2-large-xlsr-53-italian'...
remote: Enumerating objects: 99, done.
remote: Total 99 (delta 0), reused 0 (delta 0), pack-reused 99 (from 1)
Unpacking objects: 100% (99/... | model request | low | Critical |
2,814,039,333 | ollama | Support Janus-Pro-7b for vision models | Just announced and performing great with OCR
https://huggingface.co/deepseek-ai/Janus-Pro-7B | feature request | high | Critical |
2,814,052,976 | pytorch | Error instead of silent specializing when an unbacked dimension has a value range cardinality of one | ```
import torch
torch._dynamo.config.automatic_dynamic_local_pgo = False
@torch.compile()
def fn(x):
return torch.cat([x, torch.ones(5, 5)])
x = torch.ones(5, 5)
torch._dynamo.decorators.mark_unbacked(x, 0)
torch._dynamo.decorators.mark_unbacked(x, 1)
fn(x)
```
Results in
```
L_x_: "f32[u0, 5][5, 1]cpu"
```
... | oncall: pt2,module: dynamic shapes | low | Critical |
2,814,059,365 | next.js | Calling a server action during render tries to update `Router` component, causing an error | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/crazy-field-gnyj7q
### To Reproduce
1. Visit the reproduction app.
2. In the app preview, see the Next.js error pop-up:
> __Console Error__
>
> Cannot update a component (`Router`) while rendering a different component (`Dem... | Runtime | low | Critical |
2,814,092,472 | transformers | meta-llama/Llama-3.2-11B-Vision-Instruct, device_map = 'auto', padding ruins _prepare_4d_causal_attention_mask_with_cache_position | ### System Info
### OS info
- `transformers` version: 4.48.1
- Platform: Linux-5.4.0-192-generic-x86_64-with-glibc2.31
- Python version: 3.12.0
- Huggingface_hub version: 0.26.5
- Safetensors version: 0.4.5
- Accelerate version: 1.2.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.1+cu121 (True)
- Te... | bug | low | Critical |
2,814,107,366 | ollama | s390x support for the install.sh | It would be good if the install.sh script be capable of ollama install in s390x machines, it would make life easier for multiple developers currently working on it.
curl -fsSL https://ollama.com/install.sh | sh
You may say that you current don't have a s390x to develop it , you can get a trial one for 120 days [here... | feature request | low | Minor |
2,814,113,911 | flutter | Attestation failed while packaging Flutter 3.29.0-0.2.pre beta release | Google internal only logs: https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Windows%20Production%20Engine%20Drone/8248/infra
```
flutter_windows_3.29.0-0.2.pre-beta.zip provenance rejected: NoAttestationsProvided: Caller didn't provide any attestation with subject matching the digest of the requested artifa... | team-release | low | Critical |
2,814,123,483 | yt-dlp | YouTube Clipped audio? (over 0dBFS) | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | question | low | Critical |
2,814,126,756 | flutter | When releasing 3.29 beta provenance rejected | https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Windows%20Production%20Engine%20Drone/8248/infra
```
flutter_windows_3.29.0-0.2.pre-beta.zip provenance rejected: NoAttestationsProvided: Caller didn't provide any attestation with subject matching the digest of the requested artifact: '_:{sha256:a475487459ea... | c: regression,a: release,team-release | low | Critical |
2,814,127,167 | pytorch | Behavior Difference with Flex Attention + Sequence Packing | ### ๐ Describe the bug
### Issue:
I'm observing odd attention map patterns in my flex attention sequence packing runs that aren't there on (what should be) identical F.SDPA runs:
F.SDPA maps at step 24k

Flex Attention maps a... | oncall: pt2,module: higher order operators,module: pt2-dispatcher,module: flex attention | low | Critical |
2,814,140,927 | rust | generic_const_items: Generic function pointer leads to ICEs during codegen | Reproducer:
```rs
#![feature(generic_const_items)]
const _IDENTITY<T>: fn(T) -> T = |x| x;
fn main() {}
```
Start of compiler output (stopping before backtrace):
```
warning: the feature `generic_const_items` is incomplete and may not be safe to use and/or cause compiler crashes
--> oi.rs:1:12
|
1 | #** | model request | low | Major |
2,814,190,751 | deno | AWS S3 PutObjectCommand extremely slow | Version: Deno 2.1.7
I am using `"@aws-sdk/client-s3": "npm:@aws-sdk/client-s3@3.726.0",` to upload files to S3.
Here is sample code, uploading a 4KB file takes 6 seconds. The time is taken on step `s3Client.send(command);`.
I also tried uploading a 100MB file, took ~7.5 second. So the upload speed seems fine. Could ... | bug,node compat | low | Critical |
2,814,194,397 | yt-dlp | "Error parsing Opus packet header." + "Error during demuxing: Error number -10054 occurred" (while using "--download-sections") | ### 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 bug unrelated to a specific site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | external issue,site-bug,triage,site:youtube | low | Critical |
2,814,235,778 | godot | export_range(x, y) number defaults to 0 when uninitialized in code even if x > 0 | ### Tested versions
Reproducible in 4.3.stable
### System information
Godot v4.3.stable unknown - EndeavourOS #1 SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025 02:26:57 +0000 - Wayland - GLES3 (Compatibility) - Mesa Intel(R) Iris(R) Xe Graphics (RPL-P) - 13th Gen Intel(R) Core(TM) i7-1360P (16 Threads)
### Issue description
... | bug,discussion,topic:gdscript,topic:editor | low | Critical |
2,814,241,175 | flutter | Flutter Web: Status messages require role="status" (Accessibility) | ### Use case
Any message that makes users aware of important changes in content that are not given focus require the `status` role.
### Proposal
Add the WAI-ARIA role `status` to the the available semantics roles in existing status message-related widget libraries.
Examples of messages that makes users aware of imp... | c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility | low | Minor |
2,814,269,986 | flutter | Flutter Web: Alert messages require role="alert" (Accessibility) | ### Use case
Any element that displays a brief, important, time-sensitive message in a way that attracts the user's attention without interrupting the user's task require the `alert` role.
### Proposal
Add the WAI-ARIA role `alert` to the the available semantics roles in existing error message-related widget librari... | c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility | low | Critical |
2,814,289,543 | iptv | Add: TinyPop.uk | ### Channel ID (required)
TinyPop.uk
### Stream URL (required)
https://jmp2.uk/sam-GBBD3200003T6.m3u8
### Quality
1080p
### Label
None
### Timeshift
_No response_
### HTTP User Agent
_No response_
### HTTP Referrer
_No response_
### Notes
_No response_
### Contributing Guide
- [x] I have read [Contribu... | approved,streams:add | low | Minor |
2,814,289,999 | iptv | Add: PopUp.uk | ### Channel ID (required)
PopUp.uk
### Stream URL (required)
https://jmp2.uk/sam-GB25000016G.m3u8
### Quality
1080p
### Label
None
### Timeshift
_No response_
### HTTP User Agent
_No response_
### HTTP Referrer
_No response_
### Notes
_No response_
### Contributing Guide
- [x] I have read [Contributing... | approved,streams:add | low | Minor |
2,814,290,586 | iptv | Add: Pop.uk | ### Channel ID (required)
Pop.uk
### Stream URL (required)
https://jmp2.uk/sam-GBBC430000128.m3u8
### Quality
1080p
### Label
None
### Timeshift
_No response_
### HTTP User Agent
_No response_
### HTTP Referrer
_No response_
### Notes
_No response_
### Contributing Guide
- [x] I have read [Contributing... | approved,streams:add | low | Minor |
2,814,300,844 | rust | Unexpected panic on Aarch64 | <!--
Thank you for finding an Internal Compiler Error! ๐ง If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
```Rust
// for the code and crate that produc... | I-ICE,T-compiler,C-bug,O-AArch64 | low | Critical |
2,814,305,724 | node | Math.atan() behavior change | ### Version
v20.18.1
### Platform
```text
Darwin foo 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 19:01:59 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6000 arm64
```
### Subsystem
Math
### What steps will reproduce the bug?
Math.atan(2.859624123917431)
### How often does it reproduce? Is there a required... | v8 engine | low | Critical |
2,814,328,164 | flutter | Flutter Web: Allow user to override text spacing via user stylesheet, bookmarklet, extension, or application (Accessibility) | ### Use case
Content must adapt to user-specified increased spacing between lines, words, letters, and paragraphs. Any combination of these may assist a user with effectively reading text. This is typically achieved via user stylesheet, bookmarklet, extension, or application.
Reference: [WCAG 1.4.12: Text Spacing](ht... | c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility | low | Minor |
2,814,332,684 | tauri | [bug] Android App often flashes back. | ### Describe the bug
My Apk is 700M in size after installation.From time to time, I often retreat. I suspect that the memory management mechanism of WebView is related to the memory management mechanism, and the application of small capacity will not flash back. Is there any good solution?
### Reproduction
_No respo... | type: bug,status: needs triage,platform: Android | low | Critical |
2,814,337,096 | PowerToys | File Explorer doesn't work with Workspaces | ### Microsoft PowerToys version
0.87.1
### Installation method
PowerToys auto-update
### Running as admin
None
### Area(s) with issue?
Workspaces
### Steps to reproduce
1) Created Fancy Zone with 4 apps.
2) Move each app to its place
3) Launched Workspaces
4) Created space, with those 4 apps opened
### โ๏ธ Ex... | Issue-Bug,Needs-Triage,Product-Workspaces | low | Minor |
2,814,337,482 | pytorch | torch.linalg.eigh fails on CPU | ### ๐ Describe the bug
Based on this issue https://github.com/pytorch/pytorch/issues/94772 we see failure on CPU since PyTorch 2.4.0 Release.
Minumum test, requires [fc_layer_tensor.pt.zip](https://github.com/user-attachments/files/18566154/fc_layer_tensor.pt.zip) :
```python
import torch
SEED = 123
torch.manual_se... | high priority,triage review,module: error checking,module: regression,module: linear algebra | low | Critical |
2,814,352,361 | flutter | Flutter Web: Support the user's settings for units of measurement, color, contrast, font type, font size, and focus cursor (Accessibility) | ### Use case
Content must adapt to the user's operating system or browser settings for units of measurement, color, contrast, font type, font size, and focus cursor.
### Proposal
When the user has made specific selections in their operating system or browser such as unit of measure, color, contrast, font size and ty... | c: new feature,a: accessibility,platform-web,c: proposal,customer: castaway,team-accessibility | low | Minor |
2,814,355,305 | vscode | Test: Support for custom markdown fonts in md cells | Refs: https://github.com/microsoft/vscode/issues/143907
- [ ] anyOS @kieferrm
- [x] anyOS @dbaeumer
Complexity: 1
author: @Yoyokrazy
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23238907%0A%0A&assignees=Yoyokrazy)
---
## Summary
A setting has been introduced to allow users contro... | testplan-item | low | Minor |
2,814,357,231 | vscode | Setting change does not re-render notebook markdown | re: https://github.com/microsoft/vscode/issues/238907
Changing the font family via `notebook.markupFontFamily` requires the editor to be closed and reopened to render with the correct font. | debt,notebook-markdown | low | Minor |
2,814,376,523 | neovim | Various treesitter related test failures on armel / armhf / i386 | ### Problem
The Debian build of neovim is failing on [armel] / [armhf] / [i386] in various treesitter related tests. These happen to be the only 32-bit architectures that neovim is currently tested against.
[armel]: https://buildd.debian.org/status/fetch.php?pkg=neovim&arch=armel&ver=0.10.3-1&stamp=1736066993&raw=0
[... | treesitter,platform:arm | low | Critical |
2,814,379,225 | vscode | Test: Notebook Inline Values after cell execution | Refs: https://github.com/microsoft/vscode/issues/237263
- [x] anyOS @lszomoru
- [ ] anyOS @meganrogge
Complexity: 4
author: @Yoyokrazy
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23238911%0A%0A&assignees=Yoyokrazy)
---
## Summary
Support for inline values has been added for note... | testplan-item | low | Critical |
2,814,379,657 | pytorch | DISABLED test_return_advanced_contextmanager (__main__.ContextlibContextManagerTests) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_return_advanced_contextmanager&suite=ContextlibContextManagerTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36249687168).
Over the ... | triaged,module: flaky-tests,skipped,oncall: pt2,module: dynamo | low | Critical |
2,814,379,746 | pytorch | DISABLED test_distributed_checkpoint_state_dict_type0_cuda (__main__.TestDistributedCheckpointCUDA) | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_distributed_checkpoint_state_dict_type0_cuda&suite=TestDistributedCheckpointCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/3624758944... | oncall: distributed,module: flaky-tests,skipped | low | Critical |
2,814,381,349 | vscode | Improve notebook inline value fallback | Re: https://github.com/microsoft/vscode/issues/237263
Values can be thinned out and avoid the issues in local vs global variables by using our builtin find all references or a similar approach. Could be costly perf wise. | debt,notebook-execution | low | Minor |
2,814,387,621 | vscode | Dataframes render with excessive whitespace, and lose a majority of info | Re: https://github.com/microsoft/vscode/issues/237263
Currently after converting to a dataframe, variables are rendered with an excessive amount of whitespace, causing a lot of the information about them to be lost until hover. This is visible in both the notebook variables view and the cell execution inline values.
... | under-discussion,notebook-execution,notebook-variables | low | Minor |
2,814,471,100 | vscode | The order of configuration items in an extension's settings, as defined in the package.json file, is not respected when a search is done in the settings view | <!-- โ ๏ธโ ๏ธ 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,settings-editor,settings-search | low | Critical |
2,814,476,867 | go | os/exec: TestWaitid failures | ```
#!watchflakes
default <- pkg == "os/exec" && test == "TestWaitid"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8724559873209158081)):
=== RUN TestWaitid
=== PAUSE TestWaitid
=== CONT TestWaitid
โ [watchflakes](https://go.dev/wiki/Watchflakes... | NeedsInvestigation | low | Critical |
2,814,486,398 | godot | [Godot 4.4] Off-thread access error spam in specific case from AnimationTree | ### Tested versions
Reproducible on and after [53f3143028134bef517f1f598acd7f33a8bf8cf6] but I have no idea why this commit would be related. Bizarrely while initially bisecting I was only able to reproduce the error on mono builds and not standard, but after `git clean -fdx` and rebuilding to make sure I was only abl... | bug,topic:editor,regression,topic:animation | low | Critical |
2,814,496,752 | PowerToys | Feature Request: Ability to move between previewed images with the mouse scroll wheel | ### Description of the new feature / enhancement
Scrolling the mouse wheel up would go to be previous image in the list (replicating clicking the left or up arrow keys) and scrolling the mouse wheel down would go to the next image in the list (replicating clicking the down or right arrow keys). This would allow changi... | Needs-Triage | low | Minor |
2,814,510,370 | flutter | Add Callbacks for Clipboard-Related Events (Paste, Cut, Copy, etc.) | ### Use case
Currently, with AdaptiveTextSelectionToolbar.buttonItems, we can access a list of List<ContextMenuButtonItem>? buttonItems, which allows us to add, remove, or customize each button. This makes it possible to rewrite the behavior of actions, such as the Paste button, as needed.
However, SystemContextMenu ... | a: text input,c: new feature,framework,c: proposal,team-text-input | low | Minor |
2,814,513,932 | PowerToys | bug report button doesn't work | ### Microsoft PowerToys version
0.87.1
### Installation method
GitHub
### Running as admin
No
### Area(s) with issue?
General, System tray interaction
### Steps to reproduce
it's immediately available...yet does nothing (understandable)
if you're being flooded with feedback maybe consider burying it deeper in ... | Issue-Bug,Product-Settings,Needs-Triage | low | Critical |
2,814,515,102 | ui | [bug]: Tailwind V4 installation | ### Describe the bug
Tailwind 4 has a new installation and no longer applies to the installation instructions: https://tailwindcss.com/docs/installation/using-vite
### Affected component/components
All
### How to reproduce
N/A
### Codesandbox/StackBlitz link
_No response_
### Logs
```bash
```
### System Info... | bug | low | Critical |
2,814,520,394 | ollama | Support for Zero-shot Text Classification Models | It would be helpful to developers if ollama supported zero-shot text classification models, such as [`deberta-v3-large-tasksource-nli`](https://huggingface.co/sileod/deberta-v3-large-tasksource-nli) or other offshoots of BERT, which are fairly small models, that allow you do things like pass in a list of categories and... | feature request | low | Minor |
2,814,520,836 | godot | Rigidbody3d:_on_sleeping_state_change does not work when the rigidbody is instantiated, bug on godot 4.4 beta1 | ### Tested versions
Tested in 4.4 beta1,
### System information
Linux-Mint (6.8), 4.4.1, amd5600xt, intel 12th gen
### Issue description
When you instantiate a rigidbody3d which has a script _on_sleeping_state_changed() the instated object _on_sleeping_state_changed() function will never fire.
### Steps to repr... | topic:physics,needs testing | low | Critical |
2,814,555,143 | transformers | 4.48.1 breaks sliding window in eager attention for qwen2 | ### System Info
- `transformers` version: 4.48.1
- Platform: Linux-5.10.0-2.0.0.2-x86_64-with-glibc2.27
- Python version: 3.9.19
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.4.5
- Accelerate version: 0.34.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow versio... | bug | low | Critical |
2,814,555,158 | tauri | [feat] consider linting against duplicate dependencies in different versions | ### Describe the problem
Tauri is a big project and as a result, pulls in a fair few dependencies. Some of them are duplicates in different versions. For example, with the latest update to `tauri 2.2.5`, there are now two different versions of `dirs` being pulled in:
```
โฏ cargo tree -i -p dirs@6.0.0
dirs v6.0.0
โโโ ... | type: feature request | low | Minor |
2,814,606,420 | ui | [bug]: Search Results Text Appears Blurry When Scrolling | ### Describe the bug
When I search for something using the documentation search field on the [shadcn/ui website](https://ui.shadcn.com), the text in the search results appears blurry when scrolling down. This makes it difficult to read the content to user.
### Affected component/components
Search Bar
### How to rep... | bug | low | Critical |
2,814,669,000 | ollama | Deepseek 80% size reduction | New quants done by unsloth.ai:
| MoE Bits | Disk Size | Type | Quality | Link | Down_proj |
|-----------|-----------|----------|---------|---------------------------------... | model request | low | Minor |
2,814,669,370 | PowerToys | Unkown error when windows awake from power saving mode | ### Microsoft PowerToys version
0.87.1.0
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Awake
### Steps to reproduce
My Lenovo's Thinkpad Gen5 (AMD 8840u)
step 1 : Open the lcd panel
step 2 : displaying Lenovo logo
step 3 : Logon with finger print
step 4 : displayed ... | Issue-Bug,Needs-Triage | low | Critical |
2,814,671,496 | flutter | Default foreground color animation duration doesn't apply on icon of `Button` widgets | ### Steps to reproduce
1. Create a new Flutter project
2. Use the `ElevatedButton.icon()` widget and specify an `icon` and `label` widget
3. Override the `style` property to the following:
```dart
style: ButtonStyle(
foregroundColor: WidgetStateProperty.resolveWith<Color?>(
(states) => states.contain... | framework,a: animation,f: material design,has reproducible steps,team-design,found in release: 3.27,found in release: 3.29 | low | Critical |
2,814,671,784 | vscode | Adopt `getTitleBarStyle` to know if custom title is used | Probing the custom title setting is not enough, as there are other settings impacting the decision if custom title is used. Rather, use `window.ts#getTitleBarStyle()`:
https://github.com/microsoft/vscode/blob/7a3d738bbb52a0222cbd97277b07d93113b79139/src/vs/platform/window/common/window.ts#L209
* [ ] https://github.co... | bug,debt | low | Critical |
2,814,679,723 | rust | Inaccurate DWARF call stacks with optimizations | NB: I'm not sure if this is actually a bug, or just a limitation of DWARF-based call graph profiling.
---
I'm experiencing an issue where, when profiling an optimized Rust binary using `perf` with DWARF call graphs, functions appear in incorrect places in the call graph.
**Steps to reproduce:**
1. Build with `rustc... | A-debuginfo,T-compiler,C-bug,S-needs-repro,E-needs-investigation | low | Critical |
2,814,698,214 | ollama | Individual quantized model download count | Hey,
I was been exploring the models on site, It would be great to have a total download count for each quantized version (e.g., q8_0, q4_K_M) to show how many times theyโve been downloaded. This would help users gauge the popularity and reliability of different models. Having clear download statistics for each versi... | feature request,ollama.com | low | Minor |
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.