ZeBen

Results 49 issues of ZeBen

Hi Todd, is there any way to have the power usage reported ? This plusing based on yours has the option. https://github.com/homespun/homebridge-accessory-apcupsd#readme It uses a second accessory with subtype set...

This is "normal" as it contains 0 item, but it should not crash anyway.

`SelectedIndex` is used to get or set the selected tab. It's default binding mode is OneWay, which means SelectedIndex can only be used to set the selected tab. The use...

Unsupported targetFramework value 'net6.0-android31.0'.

### Description On Android, when using a custom image source as the source for an IconImageSource of a Toolbar item, and that source does not implement GetConstantState, maui crashes: ```...

t/bug
platform/android 🤖
s/needs-attention
area/toolbar

Definition: ``` public static FluentLayout AtLeastLeftOf(this UIView view, UIView previous, float margin = 0f) { return view.Left().GreaterThanOrEqualTo().LeftOf(previous).Plus(margin); } ``` It should be called AtLeftMostOf instead. (AtMostLeftOf is already used)

Hi, when a project layout file (xml) contains custom tags originating from an android library referenced in the android project (like mvvmcross), the gradle build fails as it can't find...

After switching to the source generator, I get that issue at runtime: ``` System.Exception: .ctor has no valid implementation for with property expression x => x.DateLastUpdated. at NotifyPropertyExtensions.WhenChanged[DbHs,DateTimeOffset](DbHs objectToMonitor, ```...

I switched from the reactivemarble's propertychanged to the source generator version. But now i'm getting this build error: ``` D:\MyApp\ReactiveMarbles.PropertyChanged.SourceGenerator\ReactiveMarbles.Proper tyChanged.SourceGenerator.Generator\PropertyChanged.SourceGenerator.Extensions.cs(270,28): error CS0122: 'ObservableCollection.PropertyChanged' is inaccessible due to its protection...

that happens when ImplicitUsings are enabled in a maui project: ```xml enable ``` ![image](https://github.com/reactivemarbles/PropertyChanged/assets/190756/28d40b1c-cad2-498a-9e4b-64e9b412b119)