Adam Essenmacher
Adam Essenmacher
## 🐛 Bug Report Using a CacheKeyFactory on images rendering inside a CollectionVIew (or other collection using recycling / virtualization) can cause incorrect images to load. ### Expected behavior Correct...
### Description Setting the `StrokeShape` property on a Border control via a global style results in the control and its containing page to leak. Page-level leaks are serious, as they...
### Description NavigationPages are on iOS are not garbage collected after being removed. Page-level leaks are serious, as they prevent child elements (in this case, whole child pages) from being...
### Description Setting the `StrokeShape` property on a Border control in iOS results in the control and its containing page to leak. Page-level leaks are serious, as they prevent child...
### Description Title basically. ViewCells are simply not GC'ed on the iOS platform. It's probably all Cells. Recommend the area/perf label.... ### Steps to Reproduce Add a ListView to a...
**Description** Adding an `SKLottieView` to any MAUI page introduces a memory leak that will cause the SKLottieView _and the containing page_ to never be garbage collected. This is especially problematic...
### Description ### Description Memory leaks in MAUI are exacerbated by orders of magnitude due to their propagation through the visual tree via held references (e.g. Parent, Content, ItemsSource, Children)....
Firebase 8.10.0 was released over two years ago. The current version is 10.19.1. PRs to update, add missing APIs, and fix bugs have no response. Commit history for years looks...
### Description Pages pushed modally on iOS are not garbage collected after being popped, resulting in the modal page leaking. Page-level leaks are serious, as they prevent child elements from...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...