Konrad Müller
Konrad Müller
Hi! Yes, I thought about it but didnt have the time to do the reasearch. I will eventually add it but dont have the time for that currently. If you...
Hey @sthewissen, this sounds like fun, can I help here? Some open questions: * How would you implement it? * SkiaSharp/Microcharts: Bloats the app size but would be the easiest,...
A combination of force reload + adding data whenever the user adds data trough the app + update data the user loads in the activity feed could work then? Do...
Should we give it a try or add a "wait-for-new-api" tag?
Can you assign me to this task? This also includes setting the correct generic parameters and constraints.
Like i wrote, just changing the `ENTRYPOINT` in the dockerfile fixed everything :) Looking at the issue you linked, the bug is all over the place
Heyho, I ran into this issue when using the CommunityToolkit.Mvvm RelayCommand without setting a CanExecute, tested on Windows. When subscribing to IsEnabledChanged I found that executing the command quickly toggles...
Hi, thank you very much for taking a look! I will retest that in our environment to see if anything changes. We replace the whole collection and just use an...
Can confirm that calling GC more often shows that the object count stays at 80 ellipses. The overall memory consumption still increases when reloading the data, is that something that...
> If you are always seeing 80, it's probably not a leak. It just means that it takes a few GCs for them to go away. A leak would mean...