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,655,962,998 | flutter | [flutter_svg] Unable to load asset: resources/icons/mouse.svg; | _Imported from https://github.com/dnfield/flutter_svg/issues/604_
Original report by @krll-kov on Oct 1, 2021
```
Unable to load asset: resources/icons/mouse.svg; #0 PlatformAssetBundle.load (package:flutter/src/services/asset_bundle.dart:224)<asynchronous suspension>#1 AssetBundle.loadString (package:flut... | package,p: flutter_svg | low | Critical |
2,655,963,135 | flutter | [flutter_svg] A valid SVG is throwing exception: Flutter SVG only supports the following formats for `width` and `height` | _Imported from https://github.com/dnfield/flutter_svg/issues/607_
Original report by @prolificcoder on Oct 11, 2021
I have an SVG file that is exported from figma (cannot add the file here on github)
google drive link: https://drive.google.com/file/d/1Q0zZQo8hxkHlQOIrF1-FLTGYnlAMigK6/view?usp=sharing
it looks ... | package,p: flutter_svg | low | Critical |
2,655,963,300 | flutter | [flutter_svg] Error: 'AssetBundle' isn't a type. AssetBundle? bundle, | _Imported from https://github.com/dnfield/flutter_svg/issues/610_
Original report by @abhilash007 on Oct 19, 2021
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.23.0+1/lib/svg.dart:325:5: Error: 'AssetBundle' isn't a type.
AssetBundle? bundle,
---
Comment by @daohoangson on Oct 19, 2021
If you a... | package,p: flutter_svg | low | Critical |
2,655,963,453 | flutter | [flutter_svg] Avoid saveLayer with colorFilter when a single path/shape is drawn | _Imported from https://github.com/dnfield/flutter_svg/issues/615_
Original report by @goderbauer on Nov 2, 2021
From discussion it seems like the saveLayer call is unnecessary when the drawn content is just a single path/shape. The saveLayer call should be omitted in that case.
Related: https://github.com/flutter/... | package,p: flutter_svg | low | Minor |
2,655,963,560 | flutter | [flutter_svg] Transparent problem in SVG pictures | _Imported from https://github.com/dnfield/flutter_svg/issues/616_
Original report by @MuhmdHsn313 on Nov 11, 2021
I have svg picture with transparent, when I used this package for showing my svg pictures, the transparent not appeared!
The actual svg:
 | _Imported from https://github.com/dnfield/flutter_svg/issues/657_
Original report by @sytungan on Jan 24, 2022
Hi Dan,
I get some wrong renders in my app when I try to render an SVG:
```dart
SvgPicture.asset('images/test_svg.svg')
```
**Output:**
 | _Imported from https://github.com/dnfield/flutter_svg/issues/668_
Original report by @KevMCarp on Feb 18, 2022
When running on web using the canvaskit renderer images are pixelated.
canvaskit

html
!... | package,p: flutter_svg | low | Critical |
2,655,965,067 | flutter | [flutter_svg] If we upload svg files in our domain or aws s3 bucket it's not working. | _Imported from https://github.com/dnfield/flutter_svg/issues/672_
Original report by @Sunsiha on Mar 2, 2022
The following code am using for to load the image,
SvgPicture.network(
'https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/AJ_Digital_Camera.svg',
... | package,p: flutter_svg | low | Critical |
2,655,965,226 | flutter | [flutter_svg] No response from precachePicture when restart app | _Imported from https://github.com/dnfield/flutter_svg/issues/677_
Original report by @Adrek on Mar 10, 2022
Hello everyone,
I will appreciate your help on how the precachePicture works.
I have a future function that waits for the preload of an SVG. It then performs another action like sending to a route containin... | package,p: flutter_svg | low | Critical |
2,655,979,711 | flutter | [flutter_svg] Flutter - how add custom font for svg image? | _Imported from https://github.com/dnfield/flutter_svg/issues/680_
Original report by @FetFrumos on Mar 11, 2022
I have svg image(export from Adobe Xd). For the correct display of this file, I need to install an additional font in the system(MAC or Windows) - then the picture is displayed correctly, without this font ... | package,p: flutter_svg | low | Critical |
2,655,979,827 | flutter | [flutter_svg] SVG Images from network once fails never load again | _Imported from https://github.com/dnfield/flutter_svg/issues/682_
Original report by @Khushboo141 on Mar 16, 2022
SvgPicture.network(..) if its once fails when you try with making internet off, it will never load again,
Even if you on the network.
Anyone knows how to fix it?
---
Comment by @dupovalo on Aug 11, 202... | package,p: flutter_svg | low | Critical |
2,655,979,937 | flutter | [flutter_svg] Flutter Web on iOS: Icons randomly turning into blot | _Imported from https://github.com/dnfield/flutter_svg/issues/684_
Original report by @PawlikMichal25 on Mar 18, 2022
In the screen below all green tiles should display exactly same icon, but after a moment of using the page (it's a memory game) some icons randomly render into "blot":
)
| package,p: flutter_svg | low | Critical |
2,655,980,174 | flutter | [flutter_svg] FEATURE REQUEST: Some way to set ParagraphStyle default | _Imported from https://github.com/dnfield/flutter_svg/issues/688_
Original report by @espresso3389 on Apr 1, 2022
We have several SVG files that have Japanese texts.
And, on Android, the current implementation renders the text with incorrect locale. The Japanese text is rendered with Chinese locale/glyphs.
The ul... | package,p: flutter_svg | low | Minor |
2,655,980,293 | flutter | [flutter_svg] Opacity not support | _Imported from https://github.com/dnfield/flutter_svg/issues/691_
Original report by @conall1995 on Apr 7, 2022
hey
i am trying to use a svg file have opacity its loaded but without opacity
simple svg for test
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="237" height="70" fill="none" viewBox="0... | package,p: flutter_svg | low | Minor |
2,655,980,383 | flutter | [flutter_svg] [Web][iOS] Animation and SVG rendering issues | _Imported from https://github.com/dnfield/flutter_svg/issues/695_
Original report by @RootSoft on Apr 13, 2022
Thanks for this great package.
I've been porting my app to Flutter web and have been having some animation and SVG rendering issues on Flutter Web on iOS.
## Steps to Reproduce
1. Pull the [sample rep... | package,p: flutter_svg | low | Minor |
2,655,980,504 | flutter | [flutter_svg] [Bug] RenderBox was not laid out with SvgPicture | _Imported from https://github.com/dnfield/flutter_svg/issues/697_
Original report by @eximius313 on Apr 21, 2022
When `SvgPicture` is placed inside `FittedBox` like that:
```dart
@override
Widget build(final BuildContext context) =>
Scaffold(
appBar: AppBar(
title: Text("Test"),
)... | package,p: flutter_svg | low | Critical |
2,655,980,642 | flutter | [flutter_svg] Shadows, layer blur aren't rendered. | _Imported from https://github.com/dnfield/flutter_svg/issues/705_
Original report by @SulabhShrestha on May 8, 2022
When I preview this svg inside vscode, shadow and layer blur are shown but not in flutter.
link to svg: https://pastebin.com/c3DkgiA9
link to screenshot that flutter_svg rendered: https://imgur.com... | package,p: flutter_svg | low | Minor |
2,655,980,785 | flutter | [flutter_svg] SVG widget is not render in a proper position while paint using paintChild method in PaintingContext | _Imported from https://github.com/dnfield/flutter_svg/issues/711_
Original report by @Yuvaraj-Gajaraj on May 19, 2022
## Steps to Reproduce
<!-- Please include full steps to reproduce so that we can reproduce the problem. -->
1. Run the attached sample below
2. When I paint the image widget with the help of pa... | package,p: flutter_svg | low | Critical |
2,655,980,892 | flutter | [flutter_svg] Svg seems to overlap when scrolling (Safari only) | _Imported from https://github.com/dnfield/flutter_svg/issues/716_
Original report by @Velliane on May 31, 2022
Hi there,
I don't really know if the problem is really here, but with Safari(debug and release), when scrolling, the svg seems to overlap.
https://user-images.githubusercontent.com/44947503/171196682-... | package,p: flutter_svg | low | Critical |
2,655,981,030 | flutter | [flutter_svg] Svg text imports a custom TTF font library, using Svgpicture.network load exception | _Imported from https://github.com/dnfield/flutter_svg/issues/718_
Original report by @yk81708090 on Jun 8, 2022
════════ Exception caught by SVG ═══════════════════════════════════════════════
The following UnsupportedError was thrown in _Element.svg:
Unsupported operation: Unsupported nested <svg> element.
The ... | package,p: flutter_svg | low | Critical |
2,655,981,139 | flutter | [flutter_svg] svg render issues | _Imported from https://github.com/dnfield/flutter_svg/issues/733_
Original report by @AkhilSajiCodzoc on Jul 6, 2022
Svg doesnt renders on flutter version 3.0.3.It doesnt shows errors but have some warning about the height and width.here is my code
```
SvgPicture.asset(
color: Colors.black,
heig... | package,p: flutter_svg | low | Critical |
2,655,981,268 | flutter | [flutter_svg] Gradient colors cannot be displayed | _Imported from https://github.com/dnfield/flutter_svg/issues/734_
Original report by @AllLuckly on Jul 8, 2022
```
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128px" height="128px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>椭... | package,p: flutter_svg | low | Critical |
2,655,981,407 | flutter | [flutter_svg] Using flutter_svg in tests | _Imported from https://github.com/dnfield/flutter_svg/issues/738_
Original report by @rgjurgens on Jul 21, 2022
I'm using `flutter_svg` throughout our project and it works just fine. However, if I'm running the app in an integration test, the app crashes on assets that cannot be found. The error message is as follows... | package,p: flutter_svg | low | Critical |
2,655,981,528 | flutter | [flutter_svg] providing DefaultSvgTheme doesn't work | _Imported from https://github.com/dnfield/flutter_svg/issues/739_
Original report by @IlyaMax on Jul 27, 2022
https://github.com/IlyaMax/flutter_playground/tree/flutter_svg_issue_default_svg_theme
expected that svg icon is green, actual: that's black
---
Comment by @Handelika on Aug 17, 2022
I also have the same pr... | package,p: flutter_svg | low | Minor |
2,655,981,664 | flutter | [flutter_svg] Flutter SVG Render Issue on web | _Imported from https://github.com/dnfield/flutter_svg/issues/740_
Original report by @stevensalex299 on Jul 28, 2022
We are using the Flutter SVG package to render SVGs throughout our project. The images looks perfectly fine on Flutter version 2.10.5, but on version 3 some of them render badly. There seems to be an i... | package,p: flutter_svg | low | Critical |
2,655,981,812 | flutter | [flutter_svg] Resize of widget in constrained conditions not working as expected | _Imported from https://github.com/dnfield/flutter_svg/issues/759_
Original report by @matecode on Aug 29, 2022
I want the SvgPicture widget to automatically resize its height.
Here is a code example:
The starting code is a an easy example of an SvgPicture with the original width an height of the svg image. To s... | package,p: flutter_svg | low | Critical |
2,655,981,915 | flutter | [flutter_svg] SvgPicture.network does not redownload the image after failing | _Imported from https://github.com/dnfield/flutter_svg/issues/765_
Original report by @srolemberg on Sep 5, 2022
SvgPicture library does not redownload the asset from network after a failure.
I'm trying to apply this code with a very simplified 2 screen application.
Page One
```
class PageOne extends StatefulW... | package,p: flutter_svg | low | Critical |
2,655,982,031 | flutter | [flutter_svg] SVG not rendered correctly on different screen size width | _Imported from https://github.com/dnfield/flutter_svg/issues/766_
Original report by @thomasaldershof on Sep 6, 2022
Hello,
I'm having this issue on Windows, Chrome and Edge. It does not seem to happen on Android at least. But resizing is harder there.
Here is an example of my issue on Windows:
 | _Imported from https://github.com/dnfield/flutter_svg/issues/768_
Original report by @eximius313 on Sep 6, 2022
Having such code:
```dart
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
class TestFittedBox extends StatelessWidget {
const TestFittedBox({super.key});
... | package,p: flutter_svg | low | Critical |
2,655,988,972 | flutter | [flutter_svg] SvgPicture.network fails with Connection refused | _Imported from https://github.com/dnfield/flutter_svg/issues/774_
Original report by @cardexc on Sep 12, 2022
There is an issue when I try to get a lot (60-70) of SVG images via the network. I believe it depends on server restrictions.
return SvgPicture.network("svg_file_url_$channelId", color: AppColors.wh... | package,p: flutter_svg | low | Critical |
2,655,989,083 | flutter | [flutter_svg] Unsupported translate3d? | _Imported from https://github.com/dnfield/flutter_svg/issues/780_
Original report by @LongTien15 on Oct 1, 2022
I'm having this svg and want to show it on flutter app :
<svg width="290" height="500" viewBox="0 0 290 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink='http://www.w3.org/1999/xlink'><defs><filter id=... | package,p: flutter_svg | low | Minor |
2,655,989,188 | flutter | [flutter_svg] When there is text in Svg, the fill efficiency attribute of the text is invalid. Text will not become transparent. | _Imported from https://github.com/dnfield/flutter_svg/issues/792_
Original report by @superbor on Oct 20, 2022
When there is text in Svg, the fill efficiency attribute of the text is invalid. Text will not become transparent.
This is the svg code
```xml
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200... | package,p: flutter_svg | low | Minor |
2,655,989,309 | flutter | [flutter_svg] Allow animation/transition between placeholderBuilder and the SVG | _Imported from https://github.com/dnfield/flutter_svg/issues/796_
Original report by @lille-morille on Oct 22, 2022
Having some sort of animation control for fading etc between the placeholder and SVG would be nice.
Flutter is great for fluid animations and transitions, and simply snapping between two images looks o... | package,p: flutter_svg | low | Minor |
2,655,989,438 | flutter | [flutter_svg] Web svg gradient is not rendered in mobile bowsers | _Imported from https://github.com/dnfield/flutter_svg/issues/811_
Original report by @Turbozanik on Nov 24, 2022
**Issue**: Svg gradient not rendered on mobile browsers
**Lib version**: flutter_svg: 1.1.5
**SVG example**:
```
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.... | package,p: flutter_svg | low | Minor |
2,655,989,556 | flutter | [flutter_svg] Transparency issues caused by the latest version | _Imported from https://github.com/dnfield/flutter_svg/issues/812_
Original report by @RonakPustack on Nov 25, 2022
Original Image

Using flutter_svg 0.22.0
![316590502_1126330801392133_59543600891... | package,p: flutter_svg | low | Minor |
2,655,989,655 | flutter | [flutter_svg] Compared with the browser, it is found that this svg rendering error | _Imported from https://github.com/dnfield/flutter_svg/issues/813_
Original report by @weaver712 on Nov 26, 2022

| package,p: flutter_svg | low | Critical |
2,655,989,761 | flutter | [flutter_svg] SVG from string not rendering image from url | _Imported from https://github.com/dnfield/flutter_svg/issues/819_
Original report by @JoakoV3 on Dec 16, 2022
I have these markers in google maps
[![googel maps markers][1]][1]
[1]: https://i.stack.imgur.com/e1mdt.png
I am generating them from an svg with an `<image>` that has a network image.
### The... | package,p: flutter_svg | low | Critical |
2,655,989,889 | flutter | [flutter_svg] Patterns with objectBoundingBox not rendering correctly | _Imported from https://github.com/dnfield/flutter_svg/issues/820_
Original report by @davidgtu on Dec 19, 2022
I'm using flutter_svg on the latest version (1.1.6) as of writing.
I've been able to render SVGs with this library in the past, but I tried adding SVGs recently and I wasn't able to get it rendering.
I... | package,p: flutter_svg | low | Critical |
2,655,990,016 | flutter | [flutter_svg] SVG not rendering remotelly but works locally | _Imported from https://github.com/dnfield/flutter_svg/issues/821_
Original report by @ranvirsahota on Dec 20, 2022
Can't get the attached svg to render

I did what was requested as per the reccomend... | package,p: flutter_svg | low | Critical |
2,655,990,302 | flutter | [flutter_svg] SVG anti-aliasing options guidance? | _Imported from https://github.com/dnfield/flutter_svg/issues/823_
Original report by @workerbee22 on Jan 7, 2023
So I'm building for Android TV / Google TV where screens are physically large, but resolutions can be quite low. As a result I have noticed many of my SVG images are missing any anti-aliasing and so have t... | package,p: flutter_svg | low | Minor |
2,655,990,589 | flutter | [flutter_svg] PersistedOffset: is in an unexpected state. when pop back to route that displayed an svg in the AppBar if the platform is Web | _Imported from https://github.com/dnfield/flutter_svg/issues/827_
Original report by @ahmed-alhelali on Jan 17, 2023
Hi everyone!
First of all, thanks a lot for this awesome plugin!
I'm trying to use the flutter_svg to display the icons everywhere in my app, and everything works perfectly if the platform is And... | package,p: flutter_svg | low | Critical |
2,655,990,713 | flutter | [flutter_svg] Issues building web when SvgPicture.file is present | _Imported from https://github.com/dnfield/flutter_svg/issues/834_
Original report by @ryzizub on Jan 29, 2023
Im getting error with latest version of this package on when building `flutter build web`
```
Target dart2js failed: Exception: Warning: The 'dart2js' entrypoint script is deprecated, please use 'dart compi... | package,p: flutter_svg | low | Critical |
2,655,990,848 | flutter | [flutter_svg] Provide easy migration example(s) for `precachePicture` | _Imported from https://github.com/dnfield/flutter_svg/issues/841_
Original report by @Dohmanlechx on Feb 3, 2023
I just updated this package to `2.0.0+1` and noticed how `precachePicture` no longer existed in the API.
Removed the affected functions from the "root page" of the app and yes, now my bottom navigation ... | package,p: flutter_svg | low | Critical |
2,655,990,965 | flutter | [flutter_svg] Resizing svgs | _Imported from https://github.com/dnfield/flutter_svg/issues/842_
Original report by @CodeDoctorDE on Feb 3, 2023
After upgrading to 2.0, the resize option is gone.
I was using
```dart
final picture = svgRoot!.toPicture(size: size);
canvas.drawPicture(picture);
```
I'm using the flutter canvas
| package,p: flutter_svg | low | Minor |
2,655,991,079 | flutter | [flutter_svg] Simple svg not rendered properly on mobile browsers | _Imported from https://github.com/dnfield/flutter_svg/issues/845_
Original report by @ferraridamiano on Feb 8, 2023
I just added `flutter_svg 2.0.0+1` to my app with the optimization of `vector_graphics_compiler`. The icons are properly rendered on all the platform (even on the Web) but not on mobile browsers (I trie... | package,p: flutter_svg | low | Critical |
2,655,991,345 | flutter | [flutter_svg] After methods deprecation, how can I convert SVG to the bitmap without Widget? | _Imported from https://github.com/dnfield/flutter_svg/issues/858_
Original report by @arsenioo on Feb 12, 2023
Hello,
For versions 1.1.6 and below I used the following code to convert SVG to Image:
```
final root = await svg.fromSvgString(...);
final picture = root.toPicture(size: size);
final image = await pi... | package,p: flutter_svg | low | Critical |
2,655,991,611 | flutter | [flutter_svg] Strange appearances and disappearances of SVG pattern-filled elements | _Imported from https://github.com/dnfield/flutter_svg/issues/859_
Original report by @virtualzeta on Feb 13, 2023
HI,
I notice some instability in fill or stroke SVG with patterns.
After countless tests I have reduced the problem to the bone.
Earlier I thought that using multiple patterns creates problems since ... | package,p: flutter_svg | low | Critical |
2,655,991,722 | flutter | [flutter_svg] BoxFit.cover does not work | _Imported from https://github.com/dnfield/flutter_svg/issues/867_
Original report by @drmilde on Feb 19, 2023
In 1.16 BoxFit.cover worked ok, now a small white border on the left and right side is shown.
---
Comment by @dnfield on Feb 21, 2023
Please share a reproduction.
| package,p: flutter_svg | low | Minor |
2,656,004,205 | flutter | [flutter_svg] svg <marker> not work? | _Imported from https://github.com/dnfield/flutter_svg/issues/871_
Original report by @jzhgithub18 on Feb 27, 2023
---
Comment by @jzhgithub18 on Feb 27, 2023
my svg:
`<svg viewBox="0 0 720 1280"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<marker id="/rc/defs/a... | package,p: flutter_svg | low | Minor |
2,656,004,409 | flutter | [flutter_svg] Support objectBoundingBox units in patterns | _Imported from https://github.com/dnfield/flutter_svg/issues/882_
Original report by @bharat8 on Mar 14, 2023
Svg is not rendering properly. Always gives an error like :-
`Failed to find definition for url(#pattern0)`
Have tried moving up the <defs> at the top but still no luck. Don't know if doing something wr... | package,P3,p: flutter_svg | low | Critical |
2,656,004,529 | flutter | [flutter_svg] Support `mask-type:alpha` | _Imported from https://github.com/dnfield/flutter_svg/issues/886_
Original report by @hashirshoaeb on Mar 15, 2023
Desired Output: In mac preview and google chrome it is visible like this.
<img width="129" alt="Screenshot 2023-03-15 at 6 28 28 PM" src="https://user-images.githubusercontent.com/35165481/225322902-4f0... | package,P3,p: flutter_svg | low | Critical |
2,656,004,656 | flutter | [flutter_svg] Stroke opacity not applied | _Imported from https://github.com/dnfield/flutter_svg/issues/891_
Original report by @Maatteogekko on Mar 17, 2023
Take this svg as an example
```svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="#293540" stroke="#293540" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5... | package,P3,p: flutter_svg | low | Critical |
2,656,004,781 | flutter | [flutter_svg] Why the ! operator on message in provideSvg? | _Imported from https://github.com/dnfield/flutter_svg/issues/893_
Original report by @Albert221 on Mar 20, 2023
Hi!
I created my own `SvgNetworkLoader` extending it. In overriden `prepareMessage` I return `null` on some network failures, as the return type was `Future<Uint8List?>`.
But looks like returning null... | package,P3,p: flutter_svg | low | Critical |
2,656,004,935 | flutter | [flutter_svg] Invalid double 4mm | _Imported from https://github.com/dnfield/flutter_svg/issues/906_
Original report by @djpnewton on Apr 18, 2023
SvgPicture is generating a FormatException on a basic svg generated by a python QR code to SVG library
```
════════ Exception caught by widgets library ═══════════════════════════════════
Invalid doubl... | package,P3,p: flutter_svg | low | Critical |
2,656,021,550 | excalidraw | Bug: Local storage overflow fails silently, without letting the user know | Nobody is probably using the app this way, but I was playing around and noticed that if I paste in too many items, local storage gets overflowed. It's not obvious because the error is in the console.

| bug | low | Critical |
2,656,027,570 | deno | deno task wrongly assume npm: imports are installed globally | Version: Deno 1.43.6
OS: Linux Mint 20
I have a custom `esbuild` command made of a `esbuild.js` script installed globally by deno. It worked well until I switched its import of esbuild from `https://deno.land/x/esbuild@v0.19.8/mod.js` to `npm:esbuild@0.20.2`.
Now the associated task that is using the global comm... | bug,needs investigation,task runner | low | Critical |
2,656,033,772 | ant-design | Luxon DatePicker wrapper mixes timezones for different input interactions | ### Reproduction link
[https://github.com/juanma-rodriguez-nazaries/antd-timepicker-luxon-timezone](https://github.com/juanma-rodriguez-nazaries/antd-timepicker-luxon-timezone)
### Steps to reproduce
1. Clone the repository
2. Run `pnpm install`
3. Run `pnpm run dev`
4. Open the browser and go to `http://lo... | help wanted,Inactive | low | Minor |
2,656,036,727 | pytorch | `skipIfXYZ` decorators will skip CPU tests as well | ### 🐛 Describe the bug
Noticed while looking at how `skipIfMPS` is used in common_modules:
https://github.com/pytorch/pytorch/blob/3d618019fb5dd1ab20da5b468056a4830d86d323/torch/testing/_internal/common_modules.py#L3879-L3886
which looks like it skips it just for MPS, but actually just skips all testing if runnin... | triaged,module: testing | low | Critical |
2,656,052,877 | PowerToys | Crop and lock: Reparent behaviour in seperate window | ### Description of the new feature / enhancement
Can this feature be extended to allow a separate cropped live window so the user can interact with the same content in two different parts of the screen?
### Scenario when this would be used?
The larger main screen is displaying a full application, including all of i... | Needs-Triage | low | Minor |
2,656,087,459 | langchain | chat ollama with_structured_output fails with union type | ### Privileged issue
- [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.
### Issue Content
```python
from typing import Union
from langchain_ollama import ChatOllama
llm = ChatOllama(model="llama3.1", temperature=0)
# Pydantic
class Joke(BaseModel):
... | Ɑ: core | low | Major |
2,656,138,278 | PowerToys | Monaco languages file includes multiple IDs with the same extension | ### Microsoft PowerToys version
0.86
### Installation method
Dev build in Visual Studio
### Running as admin
No
### Area(s) with issue?
File Explorer: Preview Pane, Peek
### Steps to reproduce
Please note: this is a minor issue, and I'm just reporting it to raise awareness and to include repro code so it may b... | Issue-Bug,Needs-Triage | low | Minor |
2,656,170,604 | pytorch | NCCL hangs cause timeout | ### 🐛 Describe the bug
I'm training a vqgan model and there is a forward operation which do allreduce across batch to get an estimation of the data distribution. It successfully ran for hours and hang in the allreduce operation. But it didn't throw any specific error. But still, the program will stuck after running f... | oncall: distributed,triaged | medium | Critical |
2,656,189,647 | godot | Remote Tab - Instances are not removed when game window is not visible | ### Tested versions
Godot v4.4.dev (277cb68e1)
### System information
Godot v4.4.dev (277cb68e1) - macOS 13.7.1 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated AMD Radeon Pro 580 - Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (8 threads)
### Issue description
I have the strange behavior, that insta... | bug,topic:editor | low | Minor |
2,656,195,761 | ollama | Validation of Keys and Subkeys in Ollama API JSON Objects | **Problem:**
When interacting with the Ollama API, developers may inadvertently pass incorrect keys or subkeys in their requests (e.g., due to typos or misunderstanding of the expected structure). Currently, the API does not provide feedback when this occurs, which can lead to silent failures where options are ignored... | feature request,api | low | Critical |
2,656,219,648 | godot | Z-fighting occurs with collision shape fill or when a CSG node is selected due to gizmo drawing | ### Tested versions
- Reproducible in Godot Engine 4.3 stable
- Reproducible in Godot Engine master https://github.com/godotengine/godot/commit/76fa7b291455a8ba24c50005072ebdb58f8a5984
### System information
Windows 11
### Issue description
https://github.com/godotengine/godot/pull/94321 @aaronfranke me... | bug,topic:rendering,topic:editor,confirmed,topic:3d | low | Minor |
2,656,224,909 | kubernetes | Initiate websocket handshake to watch for events in cache.ListWatch | ### What would you like to be added?
The k8s client-go should make use of the upgradable websocket connection to watch for changes to resources, if the apiserver version allows it.
### Why is this needed?
Make use of modern http/2 compatible websockets instead of streaming chunked responses. | priority/awaiting-more-evidence,sig/api-machinery,kind/feature,triage/accepted | low | Major |
2,656,233,906 | kubernetes | The watch websocket stream should respond to close frame and close the connection accordingly. | ### What would you like to be added?
If the watch handler has been upgraded to a websocket and a close frame is received from the client, the connection should be cleanly closed.
### Why is this needed?
To allow for protocol compliance and for clients to be able to close connections in a more clean, websockety way. | kind/feature,needs-sig,needs-triage | low | Minor |
2,656,317,415 | pytorch | On the Apple M1 GPU, torch.where() finds tensor entries in the wrong place | ### 🐛 Describe the bug
In the example, a larger tensor is filled with False, except seven entries that are True. The torch.where() method finds True in the wrong place, in a seemingly random way one of the locations is off by one: see the 6th entry on the CPU and the GPU, on the GPU incorrectly in the 47102620th plac... | triaged,module: 64-bit,module: correctness (silent),module: mps | low | Critical |
2,656,329,684 | langchain | Number of Agent Types Not Updated in the Docs | ### URL
https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
In the api d... | 🤖:docs | low | Critical |
2,656,334,525 | godot | Cannot use newly added custom URL in the Asset Library if it has been programmatically added | - *Production edit: Follow-up to https://github.com/godotengine/godot/issues/99175.*
### Tested versions
4.3
### System information
Windows 10
### Issue description
the asset library does not reload the available_urls list in the editor when adding a custom URL in EditorSettings, even after project re... | bug,topic:editor,topic:plugin,topic:assetlib | low | Minor |
2,656,340,027 | flutter | [flutter_svg] SVG polygon fails to draw when using pattern fill (2.0.5) | _Imported from https://github.com/dnfield/flutter_svg/issues/919_
Original report by @andrewsheridan on May 3, 2023
When I attempt to use a pattern fill my polygon does not get drawn. I am using `userSpaceOnUse` as the `patternUnits`, not `objectBoundingBox`.
Here is an example of an SVG which fails to draw when a... | package,P3,p: flutter_svg | low | Minor |
2,656,340,148 | flutter | [flutter_svg] parseDoubleWithUnits doesn't handle percentages. | _Imported from https://github.com/dnfield/flutter_svg/issues/920_
Original report by @AppalaNaidu01 on May 4, 2023
I am facing an issue while rendering the following svg:
`<svg width="16" height="16" fill="#F2C94C" viewBox="1 1 14 14" class="color-override"><path d="M8.3779 4.74233C8.14438 4.60607 7.85562 4.60607 7.... | package,P3,p: flutter_svg | low | Critical |
2,656,340,257 | flutter | [flutter_svg] How do I handle errors? | _Imported from https://github.com/dnfield/flutter_svg/issues/921_
Original report by @GeylanKalafMohe on May 9, 2023
How do I handle error when loading SVG from network? Currently I only use `SvgPicture.network`, when there is no internet connection the widget throws exception in the console and placeholderBuilder is... | package,p: flutter_svg | low | Critical |
2,656,340,491 | flutter | [flutter_svg] Svgs with colorFilter applied are not rendering correctly with Impeller | _Imported from https://github.com/dnfield/flutter_svg/issues/927_
Original report by @adigladi on May 23, 2023
Updated Flutter in our project and noticed that some svgs weren't rendering correctly with impeller now enabled. It seems like it is the svgs with a colorFilter applied that look weird.
```dart
SvgPicture.... | package,P1,p: flutter_svg | medium | Critical |
2,656,340,606 | flutter | [flutter_svg] precaching svg does not work. | _Imported from https://github.com/dnfield/flutter_svg/issues/930_
Original report by @mimoislam on May 28, 2023
Hello guys i am using Flutter_svg with my application and i am using a lot of svgs like 20 in one page and it is very laggy like drop to 1 fps i tried caching using svg.cache but it is not working i used ... | package,P3,p: flutter_svg | low | Minor |
2,656,340,890 | flutter | [flutter_svg] Colored background in transparent SVG when using `SvgPicture` & `BoxDecoration` `backgroundBlendMode` | _Imported from https://github.com/dnfield/flutter_svg/issues/933_
Original report by @appcapsergen on Jun 2, 2023
When wrapping a SvgPicture.asset(...) with a Container/DecoratedBox with foregroundDecoration containing a `color` and a `backgroundBlendMode`, the image will sometimes have the chosen color wherever the ... | package,P2,p: flutter_svg | low | Minor |
2,656,340,985 | flutter | [flutter_svg] polygon without points causes parsing issue. | _Imported from https://github.com/dnfield/flutter_svg/issues/934_
Original report by @aggeloskoutanis on Jun 7, 2023
Hello,
I have been getting this error since I upgrade the package to 2.0.4.
```
_CastError: Null check operator used on a null value
File "loaders.dart", line 421, in SvgNetworkLoader.provi... | package,P3,p: flutter_svg | low | Critical |
2,656,347,538 | go | x/tools/gopls: add "Eliminate dot import" code action | Sometimes we regret using dot imports but they are too tedious to remove. It would be easy (and ~~infallible~~ actually fallible) to offer a code action to automate this transformation. We could also offer the reverse ("Convert to dot import"), but perhaps we should not place temptation in front of weak mortals. (The r... | help wanted,FeatureRequest,gopls,Tools,Refactoring | low | Major |
2,656,364,321 | flutter | [flutter_svg] Text offset in y direction | _Imported from https://github.com/dnfield/flutter_svg/issues/959_
Original report by @Huber1 on Jul 7, 2023
When i am using `SvgPicture.file()` for the following svg, it doesn't render the text in the correct location. Like you can see it is offset in y-direction
```svg
<?xml version="1.0" encoding="utf-8"?>
<!DOC... | package,P3,p: flutter_svg | low | Minor |
2,656,364,470 | flutter | [flutter_svg] ColorFilter being applied to whole app instead of just the SVG | _Imported from https://github.com/dnfield/flutter_svg/issues/962_
Original report by @wilsonsilva on Jul 8, 2023
My ColorFilter is being applied to the whole app, not just the container of the SVG. I tried wrapping the SVG in a `Container` and other widgets but it still applies the filter to the whole app. Is this ex... | package,P3,p: flutter_svg | low | Critical |
2,656,364,653 | flutter | [flutter_svg] mix blend mode on <g> not being applied to svg. | _Imported from https://github.com/dnfield/flutter_svg/issues/965_
Original report by @kent-nexient on Jul 13, 2023
First, thanks for this great package.
Question: This svg does not render the same as Chrome and I have not been able to figure out why. Can you point out what may not be supported?
<svg width="429"... | package,P3,p: flutter_svg | low | Minor |
2,656,364,738 | flutter | [flutter_svg] Uncaught Bad state: Invalid SVG data | _Imported from https://github.com/dnfield/flutter_svg/issues/967_
Original report by @fakhravari on Jul 21, 2023

`
that url return svg:
 | _Imported from https://github.com/dnfield/flutter_svg/issues/971_
Original report by @dugernierg on Aug 2, 2023
I am using flutter_svg to handle SVG files that needs to be resized before getting formatted as PNGs to be used as markers on GoogleMap (why GoogleMap doesn't handle SVG is beyond me, but not the topic of t... | package,P3,p: flutter_svg | low | Critical |
2,656,365,018 | flutter | [flutter_svg] The svg render the height incorrectly | _Imported from https://github.com/dnfield/flutter_svg/issues/973_
Original report by @tinyc0der on Aug 7, 2023
With this code
```
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
const String svgString = '''
<svg style="vertical-align: -0.05ex" xmlns="http://www.w3.org/200... | package,P3,p: flutter_svg | low | Minor |
2,656,365,234 | flutter | [flutter_svg] svg image show blur and serrated on web when spec size | _Imported from https://github.com/dnfield/flutter_svg/issues/979_
Original report by @gapkukb on Aug 18, 2023
HI,
I have tried to render svg on the web but got a bad result .
if me spec the image size on the svg , it will be shown blur serrated , if without size , it shown good.
and it works good on app,
the Pr... | package,P3,p: flutter_svg | low | Minor |
2,656,365,328 | flutter | [flutter_svg] <image> tags not rendered | _Imported from https://github.com/dnfield/flutter_svg/issues/980_
Original report by @billyjuliux on Aug 24, 2023
Hi,
I tried to render svg image which contains `<image>` tags in `<defs>` (png image inside svg), but those images were not successfully rendered. Yet other elements of the svg were rendered successful... | package,p: flutter_svg | low | Minor |
2,656,365,400 | flutter | [flutter_svg] Support nested <svg> tags | _Imported from https://github.com/dnfield/flutter_svg/issues/983_
Original report by @kecson on Sep 6, 2023
https://api-mainnet.suifrens.sui.io/suifrens/0xb58aa2d1d137e480f8bd55094da2bb569cd51e2eb7d9415f7cd5a3c40cbd580b/svg
 - dedicated AMD Radeon RX 6700 XT (Advanced Micro Devices, Inc.; 32.0.11027.1003) - AMD Ryzen 7 5700G with Radeon Gr... | bug,topic:editor,topic:dotnet | low | Critical |
2,656,373,015 | flutter | [flutter_svg] [Bug] Rendering regressions when upgrading from flutter_svg 1.1.6 to 2.0.7 | _Imported from https://github.com/dnfield/flutter_svg/issues/994_
Original report by @androidseb on Oct 7, 2023
I use a large collection of icons in my product, mostly icons listed [here](https://github.com/androidseb/openmoji/tree/map_marker_monochrome_icons/map_marker_monochrome).
I have some golden tests to che... | package,P3,p: flutter_svg | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.