Rainer
Rainer
hmm actually, this would break existing code that overrides `Dispose(disposing)`, since it wouldn't be called at all by the renderer's disposing code (it chooses the async version over the non...
Yep, I agree, not much to do for now :( Cheers!
Any updates on this? getting the same error :) and updated library didn't fix it for me
Hey @JosePineiro , it was about a multi-threaded scenario for me, and the fact that `OnCallback` was static. The `WebP` class was being accessed/instantiated by multiple threads therefore `OnCallback` was...
Hi all! Just wanted to give a +1 to this issue... since the `where TRequest : IRequest` constraint was added to `IPipelineBehavior` you can no longer wrap the responses in...
> To everyone who reported this issue: > > Thanks for the reports! I'd like to know what version of the Firebase SDK are you seeing the issue. Some of...
Any updates on this? I see your PR from October @kkafar, any luck with that? For context, in my case (Expo 52, Fabric) ScrollView inside `modal` screens (not `formSheet`) is...