Alex

Results 33 issues of Alex

A customer of an app consuming this package has an onsite proxy which is configured in the settings of the device. When loading any website the screen is completely blank...

bug

Currently the build pipeline releases to my internal feed and I manually upload to NuGet.org, update the pipelines so that I can release automatically

Add patch notes to releases that are a little bit more than just "todo"

Add the concept of prereleases so I can actually release new features and properly test them

Write more documentation about the library and stick it in the wiki!

Create some jazzy icon for the NuGet feed

If a new resource is added but the value / comment fields aren't populated, they do not get saved and are at risk of being deleted if the extension refreshes....

Provide mechanism to edit multiple resx files at once, similar to the [ResXManager](https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager) extension for Visual Studio (For Windows). Perhaps you could select the files you want to edit or...

If you add an `Entry` / `Editor` to a `BottomSheet` on iOS, shortly after focussing the control there is a crash: ``` System.NullReferenceException: Object reference not set to an instance...

It would be nice to follow the initialization pattern that maui, other .net bits and other sharpnado libs use to register this. Something along the lines of: ```csharp public static...