Kira Resari
Kira Resari
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
Unable to load asset ~ The asset does not exist or has empty data (even though the file is there)
When trying to load an svg file like this: ``` SvgPicture.asset("assets/images/MyIcon.svg") ``` ...I get this error: ``` E/flutter (31093): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Unable to load asset: "assets/images/MyIcon.svg". E/flutter (31093): The...
### :speech_balloon: Description On my Android phone, I have a number of apps that have cool icons with transparent backgrounds (such as Paint, Notepad, Music, Camera...). I have been trying...
I used to have the following page hierarchy: internal:start > internal:customers:start However, after working on it for a bit, I realized that what I needed was an extra page between...
**Situation** Some websites and API calls return multiple cookies at once, like this: ``` Set-Cookie: firstCookie=someCookieValue; Path=/; Secure; HTTPOnly Set-Cookie: secondCookie=anotherCookieValue; Path=/; Secure; HTTPOnly ``` In the Dart `Response` object,...
I am working on a Delphi project with 230 units in it and tried running Delphi Code Coverage on it using the Delphi Code Coverage Wizard, but in the end...
I ran Delphi Code Coverage multiple times on the same code base, and got different results for the coverage even though I didn't change anything about the code in between....
### Q&A - Browser: Chrome - Version: https://editor-next.swagger.io/ - Method of installation: https://editor-next.swagger.io/ - Swagger-UI version: https://editor-next.swagger.io/ - Swagger/OpenAPI version: 3.0.0 ### Content & configuration We are currently migrating from...