joaopdcgarcia

Results 14 comments of joaopdcgarcia

so the issue is that HomeWidgets don't allow async downloads. So I have to download the image first, store it on disk in a shared container path and only display...

I'm getting these since `5.18.0` through `5.18.3` on iOS 16 and 17. Image gets decoded but width and/or height are 0. I can't reproduce it though. > @LeminKatrodiya by the...

@rboisseron assuming that this isn't the full stack trace, are you using a singleton to manage it firebase? If so, does changing it to static funcs/variables fix your issue?

@rboisseron If you do wrap it in a function that configures it using a static method, does it avoid the crash?

I was having the same issue but wasn't able to reproduce it. Only QA was. I had a singleton managing firebase and adjusted to be static functions and it went...

We have been unable to see opens in the notifications funnel, with swizzling OFF. We are sending parallel events that tell us the opens are happening though.

same here. introducing a realm swift encrypted database with encrypted seed (both open via realm studio, not via app) I'm on `10.42.4`

@dreampiggy could this relate to https://github.com/SDWebImage/SDWebImage/issues/3356 ?

Oh ok your image is valid. In my context image is not nil but not valid as it has width and/or height as 0: ``` CGSize imageSize = image.size; if...

> Does the similar stack trace only contains HEIFReadPlugin from Apple's ImageIO ? Both stack traces are in the issue I above. > Did you change the DecodeSolution from automatic...