Fabien Barbier

Results 5 issues of Fabien Barbier

## Description In the current beta (4.0.0.6), Appium provides an `AppiumOptions` class extending `DriverOptions`, but overrides all its behavior in unexpected ways. (From a user perspective) Especially, setting properties of...

Enhancement
Task

Hi, When using Snip with iTunes, I noticed that it would sometimes fail to retrieve the Album Artwork on some tracks. However, pausing, and playing again, the album art would...

### Describe the bug Because the `CustomPalette` property of `ColorPicker` is [explicitly assigned in the code](https://github.com/CommunityToolkit/Windows/blob/main/components/ColorPicker/src/ColorPicker.cs#L968), it prevents the property to be styled. Style setters will always have les priority...

**Version Used**: .NET 8.0 / C# 12 **Steps to Reproduce**: When using async iterators, the "live" last enumerated value will be kept rooted within the `IAsyncEnumerator`, preventing it from being...

Area-Compilers
New Feature - Async Streams
untriaged

### Describe the bug Trying to work with `ImageCropper` to generate a cropping region, I am forced to use `WriteableBitmap`. While I understand that some parts of the components will...