santo998

Results 9 issues of santo998

Will you ever make a port to Firefox for Android? There is another extension, but isnt compatible with latest versions of Firefox: https://addons.mozilla.org/en-US/android/addon/tap-translate/

When i open an attachment image with Exif data, i see it upside down. If i open it on my computer inside KeePass or even in my desktop with Windows...

This extension isnt compatible with the latest versions of Firefox. In my case, i use the latest version of Firefox Nightly for Android, and when i try to install it,...

I get an error when I try to download this video: https://www.youtube.com/watch?v=6oACPKgCU50 It says "ERROR: fragment 1 not found, unable to continue" Steps to reproduce the behavior: 1. Paste video...

bug

Based on this StackOverflow question: https://stackoverflow.com/questions/77534919/how-to-share-code-between-ios-and-mac-on-net-maui-no-conditional-compilation I think you should improve this documentation: https://github.com/dotnet/docs-maui/blob/main/docs/platform-integration/configure-multi-targeting.md Clarifying that when using "folder-based multi-targeting" we have to use our own root folder, and not...

doc-enhancement
Pri3

My .NET 8.0 project, suddenly started giving the error in the title. ### Steps to reproduce Install the Nuget package under .NET 8.0 ### Expected behavior The package gets installed...

I like to have a .resx file per ContentPage, so my MauiApp builder looks like: ``` var builder = MauiApp.CreateBuilder() .UseMauiApp() .UseLocalizationResourceManager(settings => { settings.RestoreLatestCulture(true); settings.AddResource(Vistas.Localizables.LocalizacionPage.ResourceManager); settings.AddResource(Vistas.Localizables.MainPage.ResourceManager); // ... })...

### Is your question not already answered in the FAQ? - [X] I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). ### Is this a general question and...

question

### Is your question not already answered in the FAQ? - [X] I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). ### Is this a general question and...

question