Håvard Moås

Results 22 comments of Håvard Moås

Is this for real? I just noticed that our DisconnectHandler was not called, which means we have a lot of memory leakage in our application right now. We are creating...

Nice @AdamEssenmacher , I also found out that `UnLoaded` can work, and [created a small guidance](https://github.com/DIPSAS/DIPS.Mobile.UI/wiki/Memory-Leaks#clean-up) that we will use for our developers in my company. Problem is that that...

I just noticed that Border on iOS has memory leak when: ```xml ``` Try add that to the unit tests @jonathanpeppers , I've spent all day trying to figure out...

I've also seen this weird bug when fiddling with HorizontalOptions for labels.

Is there any progress on this? I noticed the focus from MAUI on memory leaks in .NET 8. This was awesome, and in fact I got inspired and motivated to...

In lack of progress on this, I've done some research on `UnLoaded` and `Loaded` events. From this I've created this best practices for the developers in my company. If possible,...

We faced issues with effect and behaviors causing leaks as well. To fix that you will have to do a .Clear() of the effects / behaviors once the page is...

I am also able to run automated build and publish without arm16 support with .NET MAUI iOS 8.0. But the azure providers are very slow when requiring `macOS-13`, which has...

I think I found a workaround for this. We create a [library](https://github.com/DIPSAS/DIPS.Mobile.UI) where we have a Content Page that will animate using SKLottieView when consumers set a property for the...

I feel that having guidelines is extremely helpful at my job. We write XAML and do not generate it, and not following a guideline will result in poorly maintainable code....