James Please
James Please
Thanks for the suggestion, @alsiola ! I'm not skilled enough at TS to be able to interpret that, but I'd be willing to pull it down and give it a...
Very cool! I appreciate you contributing some of your time into improving this project, @alsiola , and I think other developers will appreciate it, too 😄
Hi @kv9991 , I don't have a whole lot of experience with `why-did-you-render`, so I can't speak much to this. If you have ideas for perf improvements, feel free to...
:wave: hi @istan ! Thanks for opening this issue. I'm happy to help out, though note that what I'm about to share with you should work, but can probably be...
I understand your desire to use the underlying Promise. Right now, that isn’t exposed to consumers by design. I’d consider an API that adds it, though. It would likely need...
The solution proposed by @yoshuawuyts is great, and seems like it would work well, but I think it'd be nice to make the problem hidden from developers. I'm not sure...
@fksimon my workaround for that weird project tab was to just set `display: none` on it, although @fv0 , I'm happy to help out more with this issue, but it...
I can't think of any others right now, but I'll let ya know if that changes :v: I'll PR this shortly.
> The biggest problem is keeping track of which controller and signal belong to which fetch request. We need a way to link the 2 together somehow. Good point. I...
:+1: Cool. I'll make a PR. Thanks @tkh44 !