Isaque Neves

Results 150 issues of Isaque Neves

i'm accessing a database with data encoded in iso_8859_1 and i'm getting this error, i can access without problems with navicat ![image](https://user-images.githubusercontent.com/12227024/149583200-a2786a61-0b82-4d8b-9291-e2c5bbf96a79.png) ![image](https://user-images.githubusercontent.com/12227024/149583002-771c3c19-7d74-42fd-8a57-62a596ac3366.png) ``` dart run .\example\main2.dart Unhandled exception: FormatException:...

I have swift 5.9 and swiftformat 0.52.7 installed but when I use the format option in VS Code it deletes all source code ![image](https://github.com/vknabel/vscode-swiftformat/assets/12227024/35bf7ebc-9a76-4788-8332-7a2d09fcc21c) ![image](https://github.com/vknabel/vscode-swiftformat/assets/12227024/d35bc0fe-2aa1-4d65-a745-26a14d9c3bd2) ![image](https://github.com/vknabel/vscode-swiftformat/assets/12227024/c02db51b-e59f-4257-a3da-d48263f7a26f)

bug
help wanted

add Windows support

bug
help wanted

stealth is not working, the website I am using for testing is detecting that I am browsing through puppeteer, the website opens a video player if you enter it normally...

issue: bug report
needs triage

add FPDF_SaveAsCopy https://github.com/chromium/pdfium/blob/4ae353f1e22efea86262f9cdd4f0e8478f142182/public/fpdf_save.h#L42 https://pdfium.patagames.com/help/html/T_Patagames_Pdf_Enums_SaveFlags.htm https://bugs.chromium.org/p/pdfium/issues/detail?id=614

please add cp-850 and Windows1252 support for decoding text in excel MS DOS CSV sheets ```dart void main(List args) async { final input = new File( 'C:/MyDartProjects/notifis/notifis_backend/db/planilhas/CIP 2012.csv').openRead(); final codec...

type-enhancement
contributions-welcome

add support to Windows-1252

type-enhancement

how to use this lib to read properties and values from a CSS Declaration and store it in a Map. I'm trying to use this lib to convert an SVG...

add support for css container queries https://github.com/angulardart-community/angular/issues/57

type-enhancement

I need to get only the text nodes of an html, I do it like this in PHP ````php