Johhan Santana

Results 38 comments of Johhan Santana

this one doesn't support float still I asume. I'll try @charlesharvey 's

I think using something like firebase just to ping your front end that the data has been updated would suffice and be an alternative in some situations?

> @johhansantana reactivity knows exactly when the data has been updated, but polly makes the ddos ​​of the server constant requests, without using intelligent heuristics, unlike reactivity. why do you...

I think you need to run `yarn build` before `yarn start`

the comment from [here](https://github.com/axios/axios/issues/2073#issuecomment-609820562) where @rcstanciu pointed seems to work with the apisauce as well. basically call a cancelation with a `setTimeout()` instead of using the built in timeout of...

sad, it only takes a minute or two to verify this pull request to work :( will use your suggestion @jaywayawyaj

from what I understand when working with this is that the listener will not detect connection again only when in development mode. Try building for release and verify if it...

Not sure but I think the README documentation and the actual library are different: ```typescript export function verify(data: string, secretToVerify: string, key: string): Promise; ``` vs what is in the...