Felipe da Silva Pinho

Results 9 comments of Felipe da Silva Pinho

> Yes, totally! I've tried v6 for a couple of releases, then v10, but ultimately switched to v3.6 as it's the only version that's consistent enough (had a few crashes...

I fixed it without downgrade by doing the following: - I was using UUID strings as primary keys. Once I changed to integers, the speed increased a lot! For sure,...

Same issue here. I'm waiting the desired time: > Keep in mind that after the app leaves the foreground, you'll have to wait at least 50% of the desired period...

Hi @LouisSyfer. Thanks for your comment. The performance relies on the recycling of the elements. Then, if each of them is rendering complex trees or executing heavy operations, imagine that...

It worked when I added the repository into `allprojects -> repositories` instead of `buildscript -> repositories` 😄

Hi @okaybeydanol. I've just added support for multiple columns in the newest version. Let me know if that works for you. E.g.: ```TSX ```

Hi @okaybeydanol. Thanks for catching this issue. I've just fixed, and also added options to customize the row and column wrappers. Let me know if you find more improvements.

For those who are still dealing with this issue, I got a small trick to work around this: ```Typescript const runHeavyQuery = async () => { for (let i =...

Hi. I fixed some outdated things on the code. My code bellow is working: ```Node const jsonwebtoken = require('jsonwebtoken') const request = require('request') /** HELPER FUNCTION */ const convertCertificateToBeOpenSSLCompatible =...