Pablo Henrique
Pablo Henrique
I cannot understand why a such common use case has no solution yet, the developers keep adding things to the lib while it can't handle simple things, It makes me...
> Hey there. Unfortunately no plans yet because not all natively databases support this and we're not quite at the stage where we can make fine-grain adjustments to our APIs...
to complement my comment, I think that returning items array as part of result for supported databases and empty for non supported is better than returning anything, and that wouldn't...
@andreasvh-conceto this remember me react native few months ago where some issues had 4 year birthday, fortunately things there are pretty good now, most of them were fixed, lets hope...
const req = debounce({ delay: 100 }, makeSearchRequest) where req.cancel() cancel the makeSearchRequest execution if called before the delay. It can be very handy in a lot of scenarios.
in a simpler implementation, should cancel all future invocations, maybe in the future it could evolve to cancel n invocations passed to cancel, but I think that cancelling all should...
@MarlonPassos-git I don't think that this complexity is necessary, make it work again is almost the same of calling the debounced func with new parameters. I like the ideia of...
A simple immutable debounce, with cancel and flush methods looks perfect to me.
Same problem here, @Simon-TechForm It's possible to use reanimated 2 to control the position of a market in iOS and Android? To avoid at all AnimateToCoordinates and Animated Region?
@AnatoleLucet, Thanks for share this.