daze99

Results 8 issues of daze99

Are there any plans to update SixLabors.ImageSharp.Drawing to version 2.1.1? Calling ImageRenderer.Render(IBarcode barcode, Stream outputStream) produces the error: ``` System.MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Formats.Jpeg.JpegEncoder.set_Quality(System.Nullable`1)'. ``` And also the author...

I render an EAN13 code with the following options: ``` IncludeEanContentAsText = true PixelSize = 3 BarHeightFor1DBarcode =10 ``` The font does not scale down ![image](https://user-images.githubusercontent.com/18533169/221130504-6df81b1f-a39a-46e4-af0e-acbe38cc5539.png)

**Product and Version Used**: Roslynator 4.12 **Steps to Reproduce**: ```csharp private string Test(int i) { var result = string.Empty; switch (i) { case 0: result = i.ToString(); break; case 1:...

Feature Request
Area-Analyzers
up-for-grabs

It would be nice if _@ionic/angular-toolkit_ and _@ionic/cordova-builders_ would support Angular 18.

[email protected]_ depends on [email protected]_. _request_ has been deprecated for a while now and has known vulnerabilities (namely [Server-Side Request Forgery in Request](https://github.com/advisories/GHSA-p8p7-x288-28g6) and [tough-cookie Prototype Pollution vulnerability](https://github.com/advisories/GHSA-72xf-g2v4-qvf3)) Are there any...

It has been a while since the last update. Do you have plans to release a new version v12.0.1?

Similar to the [Counter icons](https://fonts.google.com/icons?selected=Material+Symbols+Outlined:counter_1:FILL@0;wght@400;GRAD@0;opsz@48&icon.size=24&icon.color=%23e3e3e3) it would be nice to have letter icons a-z and A-Z.

v12.3.0 should actually be v13.0.0 since it changes the dependencies it is pulling in. I cannot build my app if I have not moved to Angular v20 and try to...