janseris

Results 29 issues of janseris

**Is your feature request related to a problem? Please describe.** I am trying to hide `ValidationSuccess` on a form field (**locally for only some fields!**) in a clean way. Currently,...

Type: Feature ⚙

Processing images using IImage drops EXIF info from JPG files. The attributes are dropped just when converter to `Bitmap` (any implementation of IImage) because `Bitmap` doesn't store these properties. The...

### Description What I was trying to achieve: - resize an image selected from PC using MAUI on Windows Result: - I didn't get past loading the file as `IImage`...

t/bug
s/verified
s/triaged

https://github.com/dotnet/maui/issues/6909

### Description _Probably just the exception message is wrong._ When calling image.AsBytes for a jpg image with quality `50`, the following code is executed: ![image](https://user-images.githubusercontent.com/64279914/167227855-deab4758-ad96-4404-900b-7df91d83207e.png) but it outputs: `**Java.Lang.IllegalArgumentException:** 'quality...

t/bug
s/needs-verification

,NET 5.0 Source: ``` namespace NTFSTransactions { class Program { static void Main(string[] args) { DirectoryInfo folder = new DirectoryInfo("testFiles"); FileInfo[] files = folder.GetFiles(); AtomicRename(files.ToList()); } static void AtomicRename(List files)...

Hello, I have a project where I have Records and Photos. Record can own a photo, if yes, the Photo gets RecordID. Then there can be Records derived from a...

type-enhancement
consider-for-current-release
customer-reported
area-scaffolding

### Description `` - bottom part is not displayed `...` - font size is like 300% instead of `Small` Windows: ![image](https://user-images.githubusercontent.com/64279914/176661381-4d1012e5-f9f8-4860-981d-99347ae97486.png) Android (any version): ![image](https://user-images.githubusercontent.com/64279914/176662345-4a5d0378-fc87-4c22-9e71-ead19098e1a4.png) ### Steps to Reproduce https://github.com/janseris/MAUI_SQLServer_Test/commit/52b2a18adfec97d28b0f4dbaca83b3b1938d37aa...

t/bug
platform/windows 🪟
area/fonts 🅰️
area/controls 🎮
s/verified
control-frame
s/triaged

### Description When I switch between airplane mode and non-airplane mode in the train (train wifi is available) first ConnectivityChanged works well. Every subsequent change of the connectivity throws this...

t/bug
platform/windows 🪟
s/needs-info
area/essentials 🍞
high
s/triaged
s/try-latest-version

### Description https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/device/geolocation?tabs=android `Geolocation.Default.GetLocationAsync()` sometimes returns `null`. There is no comment on why and how to handle this. It sometimes returns null when device is locked (Activity is Stopped). It...

t/bug
area/docs 📓
area/essentials 🍞