Bill Henning

Results 14 issues of Bill Henning

If you make a new UWP app project and try to add Exceptionless v4 to it with Nuget, the add fails, meaning UWP apps can't use Exceptionless. It seems to...

bug

For budget-minded folks, it would be handy to know how our data usage over the last X number of days breaks down. For instance, I have a fairly successful app...

enhancement

A report on how many users are from various countries would be very helpful in knowing your app audience. You already capture Geo information so this shouldn't be too hard....

feature request

I wanted to implement a vector-based tile brush and noticed that a WPF-like `DrawingBrush` (where we can provide a geometry) doesn't seem to be available. Is `DrawingBrush` something that is...

enhancement

**Describe the bug** I'm coming from a WPF background. I was trying to use a semi-transparent complex element by setting `Opacity` to < `1`. While this worked, the result is...

bug

We are theming controls and are trying to build focus adorners that appear right outside the bounds of the control. This is possible in WPF, but not in Avalonia at...

bug

For budget-minded folks, it would be handy to know how our data usage over the last X number of days breaks down. For instance, I have a fairly successful app...

enhancement

A report on how many users are from various countries would be very helpful in knowing your app audience. You already capture Geo information so this shouldn't be too hard....

feature request

### Is your feature request related to a problem? Please describe. We are implementing a control that indirectly inherits `SelectingItemsControl`. Some of the items in the control are items that...

enhancement

We have found that clicking outside of popups/flyouts takes an extra click, since the first click dismisses the popup, and a second click is required to focus/activate whatever target control...