Marlon Passos

Results 10 comments of Marlon Passos

@jasonRufus I'm having the same problem with an application in gatsby. How did you enable this setting in atomics?

@matteosacchetto Really, the bigger the number in the array, the bigger the difference between the two. to make it easier, I took it based on your test and put it...

@matteosacchetto a more agnostic way to test the performance of a function would be with performance.now(). I made this sketch, theoretically it would work fine. Everything would depend that the...

shouldn't you change the ci test versions too? ``` ... node-version: [14.x, 16.x, 18.x] ```

@hlspablo I'm developing a beta version that solves this problem and I managed to solve it for both future and past debounces, but with that I have a doubt. Would...

@realrufans @Stigmatoz I saw that a pull request was accepted with this functionality, however, looking at the code, I couldn't see where this option was applied. If it already exists,...

ok, i'll take a look tonight

@jessielaf I would recommend you to take a look at [Radashi](https://github.com/radashi-org/radashi)(https://github.com/radashi-org/radashi/issues/168) where we fixed this problem. ![image](https://github.com/user-attachments/assets/af30fc8e-1c97-4d3b-9c14-0e5b29f2338e)

@dyerw You could choose to use radashi which is a fork of radash and in it we fixed this problem

Hello @QTimort. I remember we discussed the possibility of creating a method to re-enable debounce, but at the time we couldn't find a clear reason why someone would disable and...