Wei Wang

Results 57 comments of Wei Wang

Wow I just tried `npm install [email protected]` and it worked. Something is strange. This version does not show up on the npmjs page: https://www.npmjs.com/package/axios-extensions Also simply doing `npm install axios-extensions`...

I'm looking forward to this feature being implemented as I am constantly working with monorepos. While I do value having some freedom between the different packages within my monorepos, I...

> "One lint script" quickly falls apart the moment you have codebases with different global scopes (think nodejs API backend, browser frontend and browser extension) and have to have separate...

> Hmm. I'm not sure if this PR change will work in anyone's environment. Can you please explain that it's not just your environment that works? @ota-meshi My thinking is...

I've just stumbled upon this package as well and I am confused. The only things left in the README are the `cycle`, `init`, and `prefix/suffix` methods? How do I set...

I think we can get this for free by upgrading to pnpm 10.x

@galvez Let's add Changesets to this repo. Who do I request the ability to make releases from?

Yeah I just tried using this `useDebounceCallback` thinking it would work the same as [this blog post](https://www.developerway.com/posts/debouncing-in-react), but this hook just caused an infinite loop. Until this is fixed I...

@galvez In this PR I have made effort to maintain backwards compatibility. Shall I delete those backwards compatibility code since there is an upcoming major release anyway?