Brian Lagunas

Results 103 comments of Brian Lagunas

It works on my Safari. Can anyone else duplicate this?

I'm also running Safari on iOS 16. Without the ability to duplicate it, it will be very difficult to find the issue or fix it.

This PR is not performing the actions required of the issue. Per the issue > This API should then effectively do the same as ../../SomePage where the ../.. is replaced...

Can you explain what the issue is?

Please provide the require reproduction link or we'll need to close this issue. Thanks

Never mind, this is visible on all existing samples. Thanks for reporting it.

I have uploaded an [empty database file](https://infragisticsinc297-my.sharepoint.com/:u:/g/personal/blagunas_infragistics_com/EZEpE535b-JHvPVh27-Wzd4B3yBIs8f7yI3MMlGU9w4Ydg?e=aeaiud) that is roughly 150MB. As you can see, calling `CHECKPOINT` does nothing for file size.

> Just to add our workaround: We export the database to a new file, which seems to drop all unneeded space, and then replace the original file with this export....

This looks overly complicated to me. WPF already has a RegisterViewWithRegion method. The DefaultView attached property should simply rely on that API. The DefaultView property should accept a Type which...

The work around would be to implement IDestructible and clear the binding context yourself. We are having trouble in this area because of how MAUI works. Before we would clear...