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,656,373,094 | flutter | [flutter_svg] Add errorBuilder to SvgPicture and adjust underlying vector_graphics errorBuilder (to trigger on BytesLoader errors) | _Imported from https://github.com/dnfield/flutter_svg/issues/996_
Original report by @Yagorundy on Oct 11, 2023
My use case: I am trying to fallback to a svg in assets if my `SvgPicture.network()` fails for any reason (wrong url, request returns 404, invalid svg format, ...)
widgets like the Flutter `Image` fully ... | package,P3,p: flutter_svg | low | Critical |
2,656,373,234 | flutter | [flutter_svg] Proposal to add `ColorMapper.fromCallback` constructor | _Imported from https://github.com/dnfield/flutter_svg/issues/1003_
Original report by @jtarkowski27 on Oct 19, 2023
Personally I find it a bit excessive having to write a new class extending `ColorMapper` just to override one method which is `ColorMapper.substitute`. This method is usually quite simple an can be expr... | package,P3,p: flutter_svg | low | Minor |
2,656,373,728 | flutter | [flutter_svg] Scaling for flutter web is broken in version 3.16.0 | _Imported from https://github.com/dnfield/flutter_svg/issues/1013_
Original report by @ifuterman on Nov 20, 2023
We are forced to use supersampling to display images correctly. After updating flutter to version 3.16.0, part of the icon is cut off when scaling. everything worked correctly in version 3.13.8
```
Tra... | package,P3,p: flutter_svg | low | Critical |
2,656,373,809 | flutter | [flutter_svg] unknown issue with svg not loading. | _Imported from https://github.com/dnfield/flutter_svg/issues/1016_
Original report by @thecodepapaya on Dec 1, 2023
I have an SVG which opens fine on browser and mac preview, but when I add it to my code via below code, nothing renders on the screen. I've added the asset path to `pubspec.yaml`. There's nothing on the... | package,P3,p: flutter_svg | low | Critical |
2,656,374,157 | flutter | [flutter_svg] preserveAspectRatio is not used when rendering the SVG. | _Imported from https://github.com/dnfield/flutter_svg/issues/1021_
Original report by @samorian on Dec 18, 2023
We display the following SVG with SvgPicture.memory(...) and SvgPicture.string(...) in our Flutter App(flutter_svg: 2.0.9).
```
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" x... | package,P3,p: flutter_svg | low | Minor |
2,656,374,228 | flutter | [flutter_svg] Issues with rendering SVG with colorFilter | _Imported from https://github.com/dnfield/flutter_svg/issues/1026_
Original report by @ajimal1992 on Jan 10, 2024
### Overview
Flutter SVG renders correctly for version `3.10.6` but rendered differently/wrongly for version `3.16.5` when used with colorFilter.
#### Expected result (running with version 3.10.6)
<... | package,p: flutter_svg | low | Critical |
2,656,374,389 | flutter | [flutter_svg] Major Crash on Mobile Web when using SvgPicture.asset with flutter_svg | _Imported from https://github.com/dnfield/flutter_svg/issues/1032_
Original report by @SzymonDziak on Jan 18, 2024
## Description
When using `SvgPicture.asset` to render SVG images on a mobile web application, the app experiences a major crash. This issue seems to occur only on the mobile web and not on other platfo... | package,P3,p: flutter_svg | low | Critical |
2,656,374,852 | flutter | [flutter_svg] Add support for marker-end. | _Imported from https://github.com/dnfield/flutter_svg/issues/1039_
Original report by @Zeebzog on Feb 19, 2024
Hi,
I do need to know how to resolve this issue, if necessary I will try to address in the code if you point me in the right direction.
I appreciate that this is a known issue and the library does not su... | package,P3,p: flutter_svg | low | Minor |
2,656,374,931 | flutter | [flutter_svg] Italic font style not supported in text tag. | _Imported from https://github.com/dnfield/flutter_svg/issues/1040_
Original report by @guman24 on Feb 20, 2024
It's now working when I used font-style="italic" in svg text.
```
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:svgjs="http://svgjs.dev/svgjs"... | package,P3,p: flutter_svg | low | Minor |
2,656,384,042 | flutter | [flutter_svg] accept "viewBox" or "viewbox" in vector_graphics_compiler. | _Imported from https://github.com/dnfield/flutter_svg/issues/1043_
Original report by @higaski on Feb 25, 2024
I keep getting `Bad state: SVG did not specify dimensions` errors when using the SVG attached here and I can't wrap my head around why? The SVG clearly contains all the 3 attributes the error message is comp... | package,P3,p: flutter_svg | low | Critical |
2,656,384,544 | flutter | [flutter_svg] State what SVG version is supported in README | _Imported from https://github.com/dnfield/flutter_svg/issues/1052_
Original report by @gisborne on Mar 29, 2024
I’ve looked at the README and perused the docs. I still have no idea if this supports SVG 1.1, 2, Tiny, SVGT, SVGB or what.
| package,P3,p: flutter_svg | low | Minor |
2,656,384,626 | flutter | [flutter_svg] Rendering wrong when upgrading from flutter_svg 1.1.6 to 2.0.0 and later | _Imported from https://github.com/dnfield/flutter_svg/issues/1053_
Original report by @quanghd96 on Apr 1, 2024
Rendering wrong when upgrading from flutter_svg 1.1.6 to 2.0.0 and later. So can not use camera to read it. Can you check it?
- 2.0.0 and later
 and was building it on Android.
The used vector image is displayed correctly in commonly used viewers (e.g. Firefox) but is rendered disrupt... | package,P3,p: flutter_svg | low | Minor |
2,656,384,844 | flutter | [flutter_svg] SVG filter spec not supported. | _Imported from https://github.com/dnfield/flutter_svg/issues/1058_
Original report by @modulovalue on Apr 17, 2024
Hello Dan,
Consider the following SVG:

which appears to be rendered incorr... | package,P3,p: flutter_svg | low | Critical |
2,656,385,304 | flutter | [flutter_svg] image cannot be displayed | _Imported from https://github.com/dnfield/flutter_svg/issues/1073_
Original report by @yykou on May 30, 2024
An SVG image on a web page that can be opened normally will result in a black area when loaded using the latest version of the library, and the image cannot be displayed.
SVG image path:https://ccdn1.goodq.... | package,P3,p: flutter_svg | low | Critical |
2,656,385,396 | flutter | [flutter_svg] [BUG] Caching is not working correctly. | _Imported from https://github.com/dnfield/flutter_svg/issues/1074_
Original report by @darkstarx on May 30, 2024
You use `SvgCacheKey` that has `keyData` which is `SvgNetworkLoader`.
1. Implement `operator==` and `hashCode` for ColorMapper (actually there is only `TestColorMapper` yet).
2. Fix calculating `hashCode... | package,P3,p: flutter_svg | low | Critical |
2,656,388,547 | godot | Modifying a node when using inherited scenes causes warning about vanishing | ### Tested versions
- Reproducible in v4.3.stable.mono.official [77dcf97d8]
### System information
M2 macOS - Sonoma 14.6.1
### Issue description
Repro:
- Download the minimal repro
- Open `base.tscn`
- Right-click the `CanvasGroup` and make it the scene root
- Run the project
It will output this ... | discussion,topic:editor | low | Minor |
2,656,394,850 | flutter | [flutter_svg] some 'style' attribute will cause the svg file to fail to render. | _Imported from https://github.com/dnfield/flutter_svg/issues/1077_
Original report by @xyqjay on Jun 11, 2024
1. With the `style` attribute, it can be rendered
```
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="icon/file">
<path id="Vector (Stroke)" fill-rul... | package,P3,p: flutter_svg | low | Minor |
2,656,395,134 | flutter | [flutter_svg] SVG showing Black bacground when rendered | _Imported from https://github.com/dnfield/flutter_svg/issues/1083_
Original report by @manandharsudhir on Jun 24, 2024

Above I have provided the SVG also maximum SVG that I download from Figma doesnt seem to work in F... | package,P3,p: flutter_svg | low | Minor |
2,656,395,269 | flutter | [flutter_svg] Error found in FirebaseCrashlytics | _Imported from https://github.com/dnfield/flutter_svg/issues/1085_
Original report by @suhailpatel49 on Jun 26, 2024
I am facing this similar issue [660](https://github.com/dnfield/flutter_svg/issues/660). We are using a third party api and displaying svgs from there so there is no way for us to fix the svgs. Is ther... | package,p: flutter_svg | low | Critical |
2,656,395,593 | flutter | [flutter_svg] Can't rotate svg | _Imported from https://github.com/dnfield/flutter_svg/issues/1091_
Original report by @erperejildo on Jul 30, 2024
I have this svg:
```
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg fill="#000000" height="800px" width="800px" vers... | package,P3,p: flutter_svg | low | Minor |
2,656,395,682 | flutter | [flutter_svg] SVG produced by verovio doesn't work | _Imported from https://github.com/dnfield/flutter_svg/issues/1092_
Original report by @mkanada on Aug 2, 2024
A simple SVG produced by Verovio Music Notation Engraving Library doesn't work.

| package,P3,p: flutter_svg | low | Major |
2,656,395,783 | flutter | [flutter_svg] Add colorMapper argument to named SvgPicture constructors | _Imported from https://github.com/dnfield/flutter_svg/issues/1095_
Original report by @Joshix-1 on Aug 12, 2024
in #856 you mentioned that people should use ColorMapper and that was exactly what I wanted anyway. But as the named constructors do not have a colorMapper argument, I didn't know it existed as an option. T... | package,P2,p: flutter_svg | low | Minor |
2,656,395,882 | flutter | [flutter_svg] Failed to display svg with a mask attribute on Flutter 3.24 | _Imported from https://github.com/dnfield/flutter_svg/issues/1096_
Original report by @WeiCongcong on Aug 13, 2024
With the latest version flutter and flutter_svg, svg with a `mask` attribute could not be displayed.
For example: [us_flag](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/us.svg) could n... | package,P2,p: flutter_svg | low | Critical |
2,656,395,951 | flutter | [flutter_svg] Aspect ratio of container is not maintained when FittedBox is at play | _Imported from https://github.com/dnfield/flutter_svg/issues/1098_
Original report by @Ortes on Aug 19, 2024
When FlutterSvg is used with `contain` or `fitWidth` visually the svg is correctly fitted like the option but the container does not keep the aspect ratio of the svg.
For example if the SvgPicture is containe... | package,P2,p: flutter_svg | low | Minor |
2,656,396,021 | flutter | [flutter_svg] Illegal argument in isolate message: object is unsendable - Library:'dart:async' Class: _Future | _Imported from https://github.com/dnfield/flutter_svg/issues/1099_
Original report by @8symbols on Sep 2, 2024
If you provide a `bundle` argument to `SvgPicture.asset` and use `Image.asset(...)`, then in profile and release modes the following exception will be thrown and svg won't be displayed:
<details>
<summ... | package,P2,p: flutter_svg | low | Critical |
2,656,402,630 | flutter | package tool_format check should output diff | The packages repo tool format says which files require formatting. It would be helpful if it also printed the patch diff like the other format command does.
https://github.com/flutter/packages/blob/26e123a6ce039da6b75fe4248e93c8aeeb6d395b/script/tool/lib/src/format_command.dart#L196-L198
Current `tool_format` ... | team,package,c: proposal,team-ecosystem,P2,triaged-ecosystem | low | Minor |
2,656,412,202 | node | Expose the "enhanced" stack trace from uncaught exceptions to the `uncaughtException` and `uncaughtExceptionMonitor` handlers on `process` | ### What is the problem this feature will solve?
In my app, I have a logging system which writes entries to files and/or the network in a machine-parsable form. I use the `uncaughtException` handler on `process` in order to get uncaught exceptions written out to this logging system. I noticed that if there's no `unc... | events,feature request | low | Critical |
2,656,439,535 | pytorch | DISABLED test_comprehensive_matmul_cuda_float16 (__main__.TestInductorOpInfoCUDA) | Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_matmul_cuda_float16&suite=TestInductorOpInfoCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/32931469088).
Over the p... | triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,656,462,754 | flutter | [vector_graphics] Optimize: clips | _Imported from https://github.com/dnfield/vector_graphics/issues/21_
Original report by @dnfield on Mar 24, 2022
We should be able to pre-process clips such that we do not require any clipping at runtime.
For example, use path intersection logic to produce a path or set of paths that fit within the clipped area.
... | package,team-engine,p: vector_graphics | low | Minor |
2,656,462,883 | flutter | [vector_graphics] Optimize masks | _Imported from https://github.com/dnfield/vector_graphics/issues/22_
Original report by @dnfield on Mar 24, 2022
Masks should be optimized away. Today they have to be implemented with a saveLayer/RT switch, which is especially sad.
Consider this SVG:
```svg
<svg width="24" height="24" viewBox="0 0 24 24" fill=... | package,team-engine,p: vector_graphics | low | Minor |
2,656,463,003 | flutter | [vector_graphics] Optimize overdraw | _Imported from https://github.com/dnfield/vector_graphics/issues/23_
Original report by @dnfield on Mar 24, 2022
We should be able to eliminate overdraw. This will also require that we pre-calculate blends especially for overlapping transparent shapes. This will mean we can eliminate saveLayers related to group/overl... | package,team-engine,p: vector_graphics | low | Minor |
2,656,463,099 | flutter | [vector_graphics] Optimize paths | _Imported from https://github.com/dnfield/vector_graphics/issues/24_
Original report by @dnfield on Mar 24, 2022
Tessellating paths is showing good results. We should extend this to strokes as well as fills.
---
Comment by @c-h-i-a-m-a-k-a-2 on Jul 26, 2022
Stats from GPay sample assets:
<img width="593" alt="... | package,team-engine,p: vector_graphics | low | Minor |
2,656,471,677 | flutter | [vector_graphics] Add support for relative text sizing | _Imported from https://github.com/dnfield/vector_graphics/issues/45_
Original report by @jonahwilliams on Mar 31, 2022
| package,team-engine,p: vector_graphics | low | Minor |
2,656,471,761 | flutter | [vector_graphics] Add support for relative size paths | _Imported from https://github.com/dnfield/vector_graphics/issues/46_
Original report by @jonahwilliams on Mar 31, 2022
| package,team-engine,p: vector_graphics | low | Minor |
2,656,471,846 | flutter | [vector_graphics] Consider applying color filters to the rasterized vector graphic instead of the resulting image | _Imported from https://github.com/dnfield/vector_graphics/issues/72_
Original report by @jonahwilliams on May 20, 2022
Context: https://github.com/dnfield/vector_graphics/pull/71/files/f6ebe3b00725a95710a345e9e0642fd2911e69ce#diff-6aefb41d5a9139706f33aa4ae6d68a7ed1c69f1ec5ae78f16dbb1f1cc2bee325
The idea is that si... | package,team-engine,p: vector_graphics | low | Major |
2,656,471,934 | flutter | [vector_graphics] Set up Skia Gold | _Imported from https://github.com/dnfield/vector_graphics/issues/76_
Original report by @jonahwilliams on May 21, 2022
This may require moving to a flutter org repo.
I'd like to use an existing SVG test suite to ensure we're rendering correctly, especially as we work on new optimizations and features. I'd also lik... | package,team-engine,p: vector_graphics | low | Minor |
2,656,472,005 | flutter | [vector_graphics] <image> preserveAspectRatio support | _Imported from https://github.com/dnfield/vector_graphics/issues/112_
Original report by @jonahwilliams on Aug 2, 2022
Currently images are simply stretched to fill the given bounds. We should implement https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio to allow customizing how this behave... | package,team-engine,p: vector_graphics | low | Minor |
2,656,472,082 | flutter | [vector_graphics] runtime themeing of colors | _Imported from https://github.com/dnfield/vector_graphics/issues/119_
Original report by @jonahwilliams on Aug 17, 2022
I've spoken to several client teams that use some combination of SVG parsing and the SVG theme API to provide dynamic colors to an SVG. We should support a compile time option for this, perhaps acce... | package,team-engine,p: vector_graphics | low | Minor |
2,656,472,170 | flutter | [vector_graphics] Optimize patterns | _Imported from https://github.com/dnfield/vector_graphics/issues/122_
Original report by @dnfield on Aug 23, 2022
Patterns which only ever tile their image once do not need to create an image shader and can be replaced with a simple draw call.
| package,team-engine,p: vector_graphics | low | Minor |
2,656,472,250 | flutter | [vector_graphics] Backwards/Forward compatibility | _Imported from https://github.com/dnfield/vector_graphics/issues/129_
Original report by @jonahwilliams on Sep 1, 2022
## Overview
We'd still like the ability to make major revisions, so we'll communicate via semver: Major changes indicate that the format is completely incompatible with old clients. Minor changes i... | package,team-engine,p: vector_graphics | low | Major |
2,656,472,319 | flutter | [vector_graphics] Overdraw optimization can leave artifacts | _Imported from https://github.com/dnfield/vector_graphics/issues/139_
Original report by @dnfield on Oct 3, 2022
This svg:
```
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="57 42 20 20">
<g>
<g>
<path d=" M 77... | package,team-engine,p: vector_graphics | low | Minor |
2,656,472,406 | flutter | [vector_graphics] Extract Impeller tessellation code to allow for stroke to vertices conversion | _Imported from https://github.com/dnfield/vector_graphics/issues/158_
Original report by @jonahwilliams on Nov 5, 2022
With impeller we believe that this will still be a performant path. Furthermore, it may allow even more SVG simplification if we the overdraw optimizer can work on these paths. FYI @dnfield
| package,team-engine,p: vector_graphics | low | Minor |
2,656,472,496 | flutter | [vector_graphics] Combine shapes where possible | _Imported from https://github.com/dnfield/vector_graphics/issues/159_
Original report by @dnfield on Nov 7, 2022
We can do this for shapes with identical painting properties when
- The shapes have no overlap
- Any overlap is completely opaque
This would have the benefit of safely removing overdraw in some case... | package,team-engine,p: vector_graphics | low | Minor |
2,656,472,582 | flutter | [vector_graphics] [Suggestion] Automatically convert and create asset class | _Imported from https://github.com/dnfield/vector_graphics/issues/177_
Original report by @ikbendewilliam on Feb 5, 2023
I've played around with the vector graphics and have a suggestion, a simple annotation where you can set all data to convert the svg's into vector files. I've made a working PoC ([fork](https://gith... | package,p: vector_graphics | low | Minor |
2,656,472,657 | flutter | [vector_graphics] Pattern sizing is wrong | _Imported from https://github.com/dnfield/vector_graphics/issues/182_
Original report by @dnfield on Feb 13, 2023
The size of the pattern is being calculated - it's being done in reference to the root viewbox instead of the destination shape - this will often mean that the pattern image is being drawn with too much s... | package,team-engine,p: vector_graphics | low | Critical |
2,656,472,754 | flutter | [vector_graphics] Allow transition between placeholder and loaded image to have an animation | _Imported from https://github.com/dnfield/vector_graphics/issues/193_
Original report by @jaggernod on Mar 9, 2023
Images fetched from the network can take significant time to load.
Unfortunately, when a placeholder is defined and the remote asset is loaded we see an immediate switch (pop-in).
Could we provide a... | package,p: vector_graphics | low | Minor |
2,656,472,850 | flutter | [vector_graphics] Question/Improvement: Invalid double "100%" | _Imported from https://github.com/dnfield/vector_graphics/issues/209_
Original report by @AlexDochioiu on Jul 1, 2023
Hey,
I saw this issue reported in Crashlytics. Seems that one SVG contains a percentage instead of a double value somewhere. Not sure whether this is something that could be supported as a feature,... | package,p: vector_graphics | low | Critical |
2,656,476,348 | flutter | [vector_graphics] Updating colors and shaders at runtime | _Imported from https://github.com/dnfield/vector_graphics/issues/213_
Original report by @aloisdeniel on Aug 24, 2023
One of the benefits of vector graphics is their ability to be updated at runtime. It is pretty common, for example, to change icon's color regarding the brightness or accent color.
I know that `Col... | package,p: vector_graphics | low | Minor |
2,656,476,448 | flutter | [vector_graphics] not support svg group | _Imported from https://github.com/dnfield/vector_graphics/issues/214_
Original report by @kecson on Sep 7, 2023
https://api-mainnet.suifrens.sui.io/suifrens/0xb58aa2d1d137e480f8bd55094da2bb569cd51e2eb7d9415f7cd5a3c40cbd580b/svg
 are always assumed to be 64 bit. This leads to the following error when running on Linux ARM64: `... | package,p: vector_graphics | low | Critical |
2,656,477,130 | flutter | [vector_graphics] isn't run for flutter web | _Imported from https://github.com/dnfield/vector_graphics/issues/241_
Original report by @JgomesAT on May 24, 2024
When I try to run my code with vector graphics compiler in Flutter Web, the command always finishes with Exit and don't run the code
---
Comment by @alod2019 on May 25, 2024
I can confirm. In my case th... | package,p: vector_graphics | low | Critical |
2,656,477,232 | flutter | [vector_graphics] ffi imported when compiling for web wasm | _Imported from https://github.com/dnfield/vector_graphics/issues/244_
Original report by @flrnsbt on Jun 10, 2024
../../../../../../.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.11+1/lib/src/svg/_tessellator_ffi.dart:6:1: Error: 'dart:ffi' can't be
imported when compiling to Wasm.
import 'dart:ffi' as ffi;... | package,p: vector_graphics | low | Critical |
2,656,477,351 | flutter | [vector_graphics] 6.6K fatal crashes on Crashlytics | _Imported from https://github.com/dnfield/vector_graphics/issues/248_
Original report by @JCKodel on Jul 13, 2024
I'm getting almost 7000 crashes (on a 84000 user base) in this library, but I can't figure out what is happening or how even to debug it (since it doesn't trigger on my devices).
On https://github.com/... | package,p: vector_graphics | low | Critical |
2,656,477,445 | flutter | [vector_graphics] IMPROVEMENT: add an arg to skip non svg files | _Imported from https://github.com/dnfield/vector_graphics/issues/250_
Original report by @alefwd on Jul 30, 2024
I have a folder /assets where I have a mix of svgs and json files, and I cannot change this. I would like to be able to apply the vector_graphics_compiler transformation to the folder.
When I tried someth... | package,p: vector_graphics | low | Critical |
2,656,477,537 | flutter | [vector_graphics] build: Occasionaly fails to rename vector file after transforming during build | _Imported from https://github.com/dnfield/vector_graphics/issues/252_
Original report by @ZiyadF296 on Aug 8, 2024
When building an app, while transforming assets, the following error gets dumped (built with verbose):
<details>
<summary>Error dump</summary>
[ +19 ms] Target web_release_bundle failed: Error: Use... | package,p: vector_graphics | low | Critical |
2,656,477,628 | flutter | [vector_graphics] Reverse the compile of svg back to svg files | _Imported from https://github.com/dnfield/vector_graphics/issues/253_
Original report by @richardshephard1 on Aug 21, 2024
Hi there,
We have a number of `svg.vec` files that have been compiled but we no longer have the raw svg text.
On an Android app we load them via SvgPicture.
Is there a way of reversing ... | package,p: vector_graphics | low | Minor |
2,656,477,725 | flutter | [vector_graphics] image elements within .svg files cause run time crash | _Imported from https://github.com/dnfield/vector_graphics/issues/256_
Original report by @ChristianEdwardPadilla on Sep 19, 2024
An [image element](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image) within an SVG file parsed with this package was observed to cause crashes at run time with the following s... | package,p: vector_graphics | low | Critical |
2,656,501,840 | node | doc: missing data for `URLSearchParams(urlSearchParams)` constructor | ### Affected URL(s)
https://nodejs.org/docs/latest/api/url.html
### Description of the problem
the history info of the two features doesn't mention these changes below
`URLSearchParams` constructor accepts a `URLSearchParams` object since v7.5.0, though this can be include as an iterable object (but the cas... | doc | low | Major |
2,656,513,071 | godot | [3.x] Controller Triggers stay pressed on Android | ### Tested versions
Reproducible in Android, using Xbox controller with godot engine 3.6 stable
### System information
Android 13 godot 3.6 stable
### Issue description
On Android, Controller Triggers once pressed, stay pressed until the game is restarted
the same of [this issue](https://github.com/go... | bug,platform:android,topic:input | low | Minor |
2,656,516,239 | PowerToys | Workspaces does not retain application order | ### Microsoft PowerToys version
0.86.0
### Installation method
GitHub
### Running as admin
No
### Area(s) with issue?
Workspaces
### Steps to reproduce
Starting in the 0.86.0 update, Workspaces no longer opens applications in the correct order. To replicate:
1. Open the same application multiple times with di... | Issue-Bug,Status-In progress,Needs-Triage,Needs-Team-Response,Product-Workspaces | low | Major |
2,656,521,792 | kubernetes | Eviction manager should evict terminated pods before running pods | ### What happened?
Consider two pods are running on the node:
1. pod with a large image size but in terminated state.
2. running pod which is utilizing disk space just above the eviction limit.
kubelet's eviction manager will evict the running pod first instead of evicting the terminated pod and cleaning up t... | kind/bug,sig/node,triage/accepted | low | Major |
2,656,528,284 | godot | Subwindows don't close when emitting close_requested() | ### Tested versions
Reproducible in:
- v4.4.dev4.official [36e6207bb] (latest version tested)
- v4.3.stable.official [77dcf97d8]
- v4.2.2.stable.official [15073afe3]
- v4.0.alpha1.official [31a7ddbf8] (oldest version tested)
### System information
Windows 11 Home, Version 23H2, OS build 22631 - Vulkan (For... | needs testing,topic:gui | low | Minor |
2,656,528,442 | terminal | Learn documentation links | ### Description of the new feature
The documentation link refers to docs.microsoft.com but should go to learn.microsoft.com.

Also, the markdown doesn't render as a selectable link.
### Proposed technical implementation detail... | Issue-Feature,Product-Terminal,Needs-Tag-Fix,Area-Chat | low | Minor |
2,656,565,335 | vscode | Editor GPU: Scroll x doesn't get applied when moving the cursor | Repro:
1. Enable GPU rendering
2. Open a file with a long line
3. Select a line rendered by GPU
4. Scroll to the right
5. Press home, 🐛 the cursor moves but the editor doesn't scroll to the left to reveal it

| bug,editor-gpu | low | Minor |
2,656,567,030 | pytorch | Remove tensor variable default method fallthrough | ### 🐛 Describe the bug
Today at https://github.com/pytorch/pytorch/blob/51e0996d58e6fa40a8d255a26b767c3f3e035943/torch/_dynamo/variables/tensor.py#L589C1-L596C10
we fallthrough and put an arbitrary method in the graph. This is not desired behavior because if this method returns a non-tensor value we will likely hi... | good first issue,triaged,enhancement,oncall: pt2,module: dynamo | low | Critical |
2,656,567,740 | vscode | Editor GPU: Lines aren't clipped to the viewport and show under line numbers | Repro:
1. Enable GPU rendering
2. Open a file with a line longer than 200 characters (to get the scroll bar to show up currently)
3. Scroll to the right

| bug,editor-gpu | low | Minor |
2,656,571,386 | pytorch | Inductor pattern matcher - missing val | ### 🐛 Describe the bug
Stacktrace
~~~
File "/home/anijain/local/sam2/notebooks/ued.py", line 104, in <module>
masks, scores, logits = predictor.predict(
^^^^^^^^^^^^^^^^^^
File "/home/anijain/local/sam2/sam2/sam2_image_predictor.py", line 315, in predict
output_path = tor... | triaged,oncall: pt2,module: inductor | low | Critical |
2,656,599,553 | pytorch | [export][non-strict] Passing in kwargs torch.export fails at non_strict_utils.fakify() | ### 🐛 Describe the bug
# Repro
```
import logging
import math
import os
import requests
import torch
from PIL import Image
from torch.nn import functional as F
from transformers import BlipForConditionalGeneration, BlipProcessor
def main():
processor = BlipProcessor.from_pretrained("Salesforce/... | module: bootcamp,triaged,oncall: pt2,oncall: export,empathy-day | low | Critical |
2,656,600,273 | flutter | Tools integration tests should always stream output | There are [200 instances in 53 files](https://github.com/search?q=repo%3Aflutter%2Fflutter+path%3A%2F%5Epackages%5C%2Fflutter_tools%5C%2Ftest%5C%2F%2F+%2Fmanager%5C.run%2F&type=code) where tests in `flutter_tools` uses `processManager.run`, or some variant of that command, which runs an external process, effectively bl... | tool,P2,c: tech-debt,team-tool | low | Critical |
2,656,603,710 | go | cmd/internal/testdir: Test/fixedbugs/issue57823.go failures | ```
#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue57823.go"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8731358591670897665)):
=== RUN Test/fixedbugs/issue57823.go
=== PAUSE Test/fixedbugs/issue57823.go
===... | NeedsInvestigation | low | Critical |
2,656,607,794 | godot | FPS drops considerably if there are a large number of Skeleton3Ds | ### Tested versions
Reproducible in: v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated AMD Radeon RX 7700 XT (Advanced Micro Devices, Inc.; 32.0.12019.1028) - AMD Ryzen 7 7700 8-Core Processor (16 Threads)
### Issue description
... | discussion,topic:animation,performance | medium | Major |
2,656,646,191 | flutter | Unsafe `GlobalKey` subtypes | ```dart
enum AppKeys implements GlobalKey {
home,
search,
settings;
GlobalKey get _key => GlobalObjectKey(this);
@override
BuildContext? get currentContext => _key.currentContext;
@override
State? get currentState => _key.currentState;
@override
Widget? get currentWidget => _key.c... | framework,a: annoyance,P3,team-framework,triaged-framework | low | Critical |
2,656,646,319 | rust | compiletest: `//@ aux-crate` seems to only actually work for dylibs | ... And it seems to never hit staticlibs or rlibs? | T-bootstrap,C-bug,A-compiletest,E-needs-investigation | low | Minor |
2,656,662,315 | flutter | [camera_android] Crash CameraDevice was already closed `unlockAutoFocus` > `checkIfCameraClosedOrInError` | Seeing this in packages CI as Firebase flakes:
```
java.lang.IllegalStateException: CameraDevice was already closed
FATAL EXCEPTION: CameraBackground
Process: io.flutter.plugins.cameraexample, PID: 23790
java.lang.IllegalStateException: CameraDevice was already closed
at android.hardware.camera2.impl.Came... | platform-android,p: camera,package,P2,c: flake,team-android,triaged-android | low | Critical |
2,656,673,577 | godot | Godot internationalization system has an API design error regarding pluralization | ### Tested versions
4.3
### System information
any
### Issue description
The two apis for pluralization in the Godot i18n system (Object.tr_n and TranslationServer.translate_plural) only allow two strings to be passed as arguments (one normal and one plural).
Of course, this api assumes that the game ... | enhancement,discussion,usability,topic:gui | low | Critical |
2,656,724,179 | rust | "one of the expressions' fields has a method of the same name"'s help suggests adding `0.` instead of `.0` | ### Code
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=899783497cf148043b6fe15a5af2efba
```Rust
struct Outer<'a>(&'a str);
fn main() {
let outer = Outer("hi");
outer.contains("foo");
}
```
### Current output
```Shell
error[E0599]: no method named `contains` found for struct `Oute... | A-diagnostics,T-compiler | low | Critical |
2,656,749,038 | pytorch | torch.from_numpy() returns a cpu tensor, even under `with torch.device("meta")` | repro:
```
import torch
import numpy as np
with torch.device('meta'):
x = torch.from_numpy(np.ones(3))
# prints "cpu"
print(x.device)
```
We've worked pretty hard to get most constructors to work on the device context manager (e.g. `torch.tensor(3)`), so it seems reasonable to get `torch.from_n... | triaged,module: numpy,module: meta tensors | low | Minor |
2,656,764,677 | pytorch | Bad error message for malformed args during export | Found during user empathy day 11-13-24
### 🐛 Describe the bug
The below repro yields a cryptic dynamo error:
`torch._dynamo.exc.Unsupported: Observed exception`
see full error: https://gist.github.com/mlazos/697b326977dad55c5298d74e8d8df103
This was tricky as I had to guess what the exception is. It looks li... | oncall: pt2,module: dynamo,oncall: export | low | Critical |
2,656,784,252 | flutter | flutter_driver does not record all timeline events | ### Steps to reproduce
While attempting to benchmark my app, I am noticing that `flutter_driver` seems to stop recording timeline events after a certain limit.
In the tests outlined in the code samples section, I have added a parameter called `kTestCount`. This determines how many times the code in the test is lo... | framework,t: flutter driver,f: integration_test,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Critical |
2,656,814,430 | node | Expose an `id` for concurrent test runners (like `JEST_WORKER_ID`) | ### What is the problem this feature will solve?
When running tests concurrently (the default setting in the Node test runner), it's common practice to split concurrent test runs across multiple local resources (like locally running servers, databases, etc).
Many other popular test runners offer this feature via an... | good first issue,feature request,test_runner | medium | Major |
2,656,883,806 | pytorch | Non-actionable error message when output type is not pytree-able for aoti artifact | From user empathy day 11-13-24
### 🐛 Describe the bug
Script to generate aoti artifact:
```
from transformers import T5Tokenizer, T5ForConditionalGeneration
import os
tokenizer = T5Tokenizer.from_pretrained("google-t5/t5-small")
model = T5ForConditionalGeneration.from_pretrained("google-t5/t5-small")
inp... | oncall: pt2,oncall: export | low | Critical |
2,656,891,239 | vscode | Add snake_case to transform grammar in snippets | <!-- ⚠️⚠️ 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. -->
VS Code snippet transform syntax supports converting... | feature-request,snippets | low | Critical |
2,656,938,746 | godot | Context menu empty or corrupted when closing with RMB | ### Tested versions
4.4 dev4
### System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
### Issue description
When you close context menu using right mouse button, it can "open" another menu, which... | bug,needs testing,topic:gui | low | Major |
2,656,942,027 | vscode | Support fish completions | We need to adjust for ghost text, that's why it's not working ATM.
https://github.com/microsoft/vscode/blob/499475f2ff2d07e4bcdfb69eaba2a8c67d3d4f46/extensions/terminal-suggest/src/terminalSuggestMain.ts#L42-L52
| feature-request,terminal-suggest | low | Minor |
2,656,955,280 | deno | deno 2 mishandles "@types/" installs for "npm:" packages | Version: Deno 2.0.6
Given the following `package.json`:
```json
{
"name": "foo",
"devDependencies": {
"@types/cacache": "^17.0.2"
},
"dependencies": {
"cacache": "^19.0.1"
}
}
```
and the following file:
```ts
// foo.ts
import * as cacache from 'npm:cacache'
```
After runni... | bug | low | Critical |
2,656,974,497 | yt-dlp | [youtube] `--mark-watched` seems to be partially marking some videos as watched | ### 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 that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update ... | account-needed,site-bug,triage,site:youtube | low | Critical |
2,656,977,440 | vscode | [html] False error of inline Javascript in HTML | <!-- ⚠️⚠️ 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,html | low | Critical |
2,657,006,268 | flutter | Find a way to profile Java memory use in CI | We have a lot of tests that fail with some form of "Java heap space" error, e.g.
https://github.com/flutter/flutter/issues/157640
We've tried a couple of things,
https://github.com/flutter/flutter/pull/146275
https://github.com/flutter/flutter/pull/143085,
etc, but haven't had much luck.
It will be hard to ma... | tool,c: proposal,perf: memory,team-tool | low | Critical |
2,657,037,011 | flutter | Autosubmit merged a PR with many failed presubmits | https://github.com/flutter/flutter/pull/158880/checks

| team-infra,P2,triaged-infra | low | Critical |
2,657,069,488 | ui | [bug]: `SidebarGroupLabel` `transition-[margin,opa]` should be `transition-[margin,opacity]` | ### Describe the bug
I'm fairly new to TailwindCSS, so I believe this is a bug, but may be wrong.
It seems that `SidebarGroupLabel`'s `className` should use `transition-[margin,opacity]` instead of `transition-[margin,opa]`
`default`:
https://github.com/shadcn-ui/ui/blob/805ed4120a6a8ae6f6e9714cbd776e18eeba... | bug | low | Critical |
2,657,085,145 | rust | `std::arch::wasm::unreachable()` is stable but does not compile | I tried to build this code with `cargo build --target=wasm32-unknown-unknown`:
```rust
pub fn force_wasm_trap() {
std::arch::wasm::unreachable();
}
```
I expected to see this happen: compile succeeds, generates a function containing the wasm "unreachable" instruction, which is what [the documentation says it does... | A-diagnostics,A-stability,O-wasm,D-papercut,D-imprecise-spans | low | Critical |
2,657,087,545 | pytorch | Get the forward/backward of a Dynamo function | ### 🚀 The feature, motivation and pitch
Pitch: Get the forward/backward of a Dynamo function
We (PyTorch/XLA) would like to get a symbolic graph representation (e.g. FX graph) of the forward and backward pass of a torch function, in order to implement a scan operator similar to `jax.lax.scan`. The forward pass ret... | feature,triaged,oncall: pt2,module: dynamo,module: higher order operators,module: pt2-dispatcher | low | Critical |
2,657,159,760 | vscode | Allow `fetch` for Data URIs such as WASM on the web | <!-- ⚠️⚠️ 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. -->
As a: web developer using VS Code for the Web,
I want... | feature-request,web | low | Critical |
2,657,161,258 | godot | Godot export release doesn't pack enough data from C# | ### Tested versions
Godot 4.4.dev4.mono
### System information
Ubuntu 24.04
### Issue description
I'm exporting a project using Docker, which invokes Godot through the terminal with the following command:
```bash
godot.4.4.dev4.mono "path-to-my-project.godot" --export-release "Headless" --headles... | topic:dotnet,topic:export | low | Critical |
2,657,180,685 | react-native | Error compiling Metro iOS XCode 14.2 | ### Description
Hi everyone, I'm having this problem while compiling the App iOS with Xcode 14.2 on simulator
<img width="320" alt="Schermata 2024-11-14 alle 01 17 27" src="https://github.com/user-attachments/assets/22299156-fe1c-40cf-800c-2948a97a79b8">
I tried to check possible solutions, but I can't figure out ... | Platform: iOS,Needs: Repro,Needs: Attention,Type: Unsupported Version | low | Critical |
2,657,214,804 | pytorch | Identical Formulas for BatchNorm, LayerNorm, InstanceNorm, GroupNorm | ### 📚 The doc issue
I have noticed that Batch Normalization (BN) and Layer Normalization (LN) are using the same formula in the docs:
- [BatchNorm1d](https://pytorch.org/docs/stable/generated/torch.nn.BatchNorm1d.html)
- [BatchNorm2d](https://pytorch.org/docs/stable/generated/torch.nn.BatchNorm2d.html)
- [Bat... | triaged,topic: docs | 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.