Daniel Espino García

Results 341 comments of Daniel Espino García

@TorbenCapiau Let us know if you get anything difference, so we can look into it. One of my theories is that there is something in your data that is hitting...

@marianunez Do we want to continue with this approach?

@devinbinnie @enahum Friendly reminder on this review

@panoramix360 I gave it a quick glance, and I don't see any big problems in reusing the code on the document file. In order to have things cleaner and get...

> Any ideas? Maybe updating my branch with `main`? Yes. Update your branch with main, run `npm clean`, and `npm i` again. That should do it.

@panoramix360 There is a thing failing in the tests, related to the `en.json` file missing the new line at the end of the file. Can you review it? Once we...

@abhijit-singh The builds for this PR are here: Android: https://community.mattermost.com/core/pl/jjif3dqrj7fa3ryk1idgkbki3y iPhone: https://community.mattermost.com/core/pl/gg1d3jpru7nfp893u5rzsjkgtr

@panoramix360 Just pinging you because the bot assigned the stale label. You are still looking into this, right? (So I remove the label)

@panoramix360 Nothing to be sorry about! Take as much time as you need :smile:

Looking at the code, the original `useMemo` was not doing anything at all, since `numberStringToDigitArray` was being created by `Array.from`, which would generate a new array on each render. The...