Kevin Petit

Results 10 issues of Kevin Petit

I received a log from a crash of my app that is related to the SwipeAwareContainerRenderer class used by the calendar. From the stacktrace the crash seem to be caused...

When only the month is changed and that the current date is end of month, like 31 January to February. It can generate an out of range date resulting in...

This correct the regression introduced by PR #106.

### Description of Change ### To synchronize navigation actions, the variable CurrentNavigationTask is used to track the current navigation and await it if necessary. But this variable is never reset...

t/bug :bug:
a/performance
i/high
Core

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) The WPF platform files are included by this condition : > $(TargetFramework.StartsWith('net4')) And '$(OS)' ==...

Hi, I recently migrated a project to .NET6 and started to use DateOnly type introduced with it. This caused an exception when used with this library because these new types...

I use the Yii numberFormatter to format number into curency format and the SumOperation doesn't work with it. The function extractNumber only work with unformated value, whitout thousands separator.

enhancement
grid-related

The PR #28 caused a regression when using a CollectionView, when the CollectionView is bound the SelectionItem is reset. There is two cases to consider : - There is an...

Hi, I also encounter the issue mentioned previously in #16 when using InitAndRunAsync method. I confirm that under certain conditions there can be a race between TeardownAsync and DisposeAsync on...

For now it's not possible to only render the message, so I added an option to disable the rendering of the additional informations. The default behavior remains the same.