Iago Laguna

Results 9 comments of Iago Laguna

I'm facing this issue too, any update about when this will be solved/published? I can help with a PR or anything to delivery this bug fix, let me know how...

I search in the Pull requests and I found this one submitted by @CaveSeal https://github.com/ava/use-http/issues/268 just adding here to let more information about the status of this issue

Hi, I would like to help you to solve this issue, I was thinking about you said about schema. What do you think about something like this ```js const search2...

Tem o https://frontloops.io/ que é muito bom fiz 4 templates dele já, fiz um post bem legal explicando como ele funciona também caso você tenha interesse https://iagolaguna.com/post/frontloops-o-desafio/

Hello @CiriousJoker, thanks for the feedback, it's really important to me. show/hide for each control/button, I agree if that, I want to convert this extension to TypeScript but before I'm...

okay, I will go see this, if do you want to contribute to the project let me know, I really need more help to implement new functionalities.

oh, relax it's okay when I have enabled time I will do these improvements.

Thanks for open this issue. I will look up this, but do not think I can improve this because I need to constantly polling the API to get the status...

there is a problem of using just `[dependencies]`? like ```.JS import {useEffect} from "react" export const useWindowScroll = (dependencies) => { useEffect(() => { window.scrollTo(0,0) }, [dependencies]) } ```