RenanLukas
RenanLukas
It seems like `error -12` is related to a cursor leak, so probably `cursor.close()` is not being called where it's supposed to. Since this is happening inside [WellSql](https://github.com/yarolegovich/wellsql) (which is...
> SQLiteFullException: database or disk is full (code 13 SQLITE_FULL) If this happened because disk is full, it's not actionable.
This crash might be related to [`reanimated`](https://github.com/software-mansion/react-native-reanimated/issues/1912#issuecomment-1774665791) library. If this is the case, we won't be seeing this issue again after updating Gutenberg's version to Reanimated 3. This work is...
Hey @thomashorta 👋 As discussed in DM yes, this also makes sense to me as a first step. > though there could be some logic to only track when the...
Considering the above, I wanted to ask if we should go with this workaround (in case it's working as expected) or if we should actually take time to implement the...
Thanks for the review, @thomashorta > I had a quick question though: do you think it makes sense to add that to other WebViews in the app as well? That's...
Since this PR implements an unofficial workaround, we're not merging it for now until we measure the impact of this issue. As shared above, it seems like the ideal solution...
@AjeshRPai 👋 ### Jetpack install full plugin card I've tried following the testing instructions from [this Android PR](https://github.com/wordpress-mobile/WordPress-Android/pull/17946) but the card didn't appear. Must be a bug, but as pointed...
Same here (UTC - 3).
@daniloercoli thanks for the review and for catching this bug. I've implemented a workaround to fix it. This is not the best solution since it updates the whole tags list...