ZeBen

Results 66 issues of ZeBen

I upgraded a project to net9 rc3, and when trying to display the bottom sheet, it is crashing with that message: ``` `the49_maui_bottom_sheet_design: Could not inflate Behavior subclass com.google.android.material.bottomsheet.BottomSheetBehavior` ```...

Using bitmap images is both space consuming and memory consuming on mobile devices. To display pins on the map, using vector images like SVG is a must have. This feature...

### Describe the bug When you download font from https://fonts.google.com/specimen/Open+Sans you have the choice to use a "variable" font file. "variable" font files contains alternative axes. Foe ex: wdth wght...

bug :bug:

### Simultaneous storyboard A storyboard that triggers all child animations at the same time instead of sequentially. Ex: ```xaml ``` ```c# [ContentProperty(nameof(Animations))] public class SimultaneousStoryBoard : AnimationBase { public SimultaneousStoryBoard()...

Docker image is missing the arm arch. It contains only the x64 arch. You could use xbuild to build all archs with github action. Any plan on this ? I...

### Use case ```Text Each time an app is rejected by google review, the flag changes_not_sent_for_review must be set to true, otherwise false and the workflow fails. ``` ### Idea...