Ivan Torres

Results 17 comments of Ivan Torres

Hey there! I'm still seeing these errors on version 2.2.0. Any chance you could revisit this issue? Thanks! ``` E/JobProxy14: Targeting S+ (version 31 and above) requires that one of...

I'm seeing this error when integrating the SDK into my project. Thanks!

Hi Michal, Version `2.2.0` was just integrated into our project and is the first/only version of the SDK, so my `build.gradle` file is definitely up-to-date. Based on the stacktrace, I'm...

@victorli-cloudinary that didn't make a difference. the issue isn't that the upload isn't working, but that it's using deprecated libraries (all which throw a barrage of warnings), and poses a...

It looks like this issue can be closed. Thanks! 🎉

I've encountered the same issue when needing to update the font color -- I came to the same work around, to wrap the composable in a `key`.

Thank you! For added context: due to the nature of our application, our app stays alive in the background (via a foreground service) while our hardware is connected, so this...

@emawby I did look for excessive failure logs after seeing #1830 , but didn't find them. I am seeing a ton of logs that include the following tags: `[main] `,...

Anecdotally, about ten or so minutes ago, I saw `initWithContext` get called while my app was in the background five times, all within the span of a minute. I've substituted...

> @isles1217 Do you have any ideas about why the app id is null or why init is being called multiple times in a row? If possible could you share...