Henry

Results 7 issues of Henry

## Description Fixes #4817 adding support for drag on mobile. This is still WIP. The code adds a few new things to port this feature which is based on HTML5...

enhancement
PR: needs review

## Summary This PR brings support for ImageSharp and SkiaSharp in two different packages: QrCoder.ImageSharp and QrCoder.SkiaSharp It brings three new classes: `ImageSharpQrCode` `ArtQrCode` (but for ImageSharp), and `SkiaSharpQrCode`. Each...

### Description The EnumToIntConverter doesn't mix well sometimes with Pickers in MAUI. Sometimes the Picker seems to try to convert -1, and it of course fails since the enum doesn't...

bug
unverified

### Description The prompts displayed by DisplayAlert do not adhere to the theme set by using `Application.Current.UserAppTheme`. ![image](https://user-images.githubusercontent.com/20151415/163350196-fe90a09f-1531-4c2f-a9ba-5ea60b22a0d7.png) ### Steps to Reproduce 1. Set the theme to dark using `Application.Current.UserAppTheme...

t/bug
area/controls 🎮
s/verified
control-dialogalert

This pull request is a fix for retrying on 403s. From a consumer perspective retrying on 403s is extremely expensive since Pubnub charges per transaction even if it's a 403....

Hi, I thought this issue was already solved but apparently not. In testing I forced the SDK to use the wrong auth key to see what the retry behavior would...

Added support for EventCallback, in adition to the already existing support for Action. This allows for a better support of Blazor components like wrapping the maps in custom Razor components...