Nicholas Bauer

Results 99 issues of Nicholas Bauer

See: https://docs.gtk.org/gtk3/method.Widget.set_double_buffered.html

### Description of Change `CreateOneShot` method doesn't accept a duration of zero as documented here: https://learn.microsoft.com/en-us/dotnet/api/android.os.vibrationeffect.createoneshot?view=xamarin-android-sdk-12 However, zero is valid for the MAUI `Vibrate` method: https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.devices.vibration.vibrate?view=net-maui-7.0 So we need to...

area/essentials 🍞
community ✨

### Pitch ~~Mastodon could determine if a post goes beyond a reasonable line count and collapse it, potentially with a faded effect to make clear that more content is available.~~...

suggestion

Following the document "Using Custom Renderers in .NET MAUI" on the wiki: https://github.com/dotnet/maui/wiki/Using-Custom-Renderers-in-.NET-MAUI The problem is that it wants you to reference a class in a namespace in the platform-specific...

### Description The CPU becomes saturated when rectangles are placed in an AbsoluteLayout, when that is rendered as the *second* page in an AppShell. Don't ask me why the initial...

t/bug
area/layout 🔲

This was reported by Microsoft AppCenter on a running device in the wild, but the stack trace does not contain any of my user code. ```C# Xamarin Exception Stack: System.ArgumentOutOfRangeException:...

type-bug
customer-reported
Servicing-approved
area-adonet-sqlite

### Description Report in AppCenter of a NullReferenceException in `ShellFlyoutTemplatedContentRenderer.HeaderContainer.UpdateMinimumHeight` I haven't seen this crash before 7.0.59, but I can't say it isn't just something rare I haven't yet seen....

t/bug

I observed this report in AppCenter from a device in the wild. This condition must be quite rare. But that also means I may not be able to reproduce it....

customer-reported

### Description of Change `Rect` has a `Size` property that returns a `Size` object that wraps the `Width` and `Height` properties. However, `Size` objects do not allow construction with `NaN`...

area/drawing ✏️
community ✨
stale

RDatasets brings in other items like CSV that aren't necessary to the operation of this package itself; presumably it is just for examples?