David Duwaer

Results 19 comments of David Duwaer

I don't have time at the moment, but > Would there be a way to have access to the AxiosError? There certainly should, in my opinion. If it's not possible,...

> should this be encapsulated by the HttpClient interface? It feels like it would not be compatible if there is another concert HttpClient. Could you elaborate? On 7 Jan 2022,...

Ok, yeah, we encapsulating them seems like the solution for that! I suppose we need to convert those AxiosErrors before they bubble out of the (implementation of the) HttpClient's methods...

Ah nice 🙂, you're touching on a core aspect immediately. The answer is: both. Say we have this cached users data, and a query with filter[a]=aaa is performed, then this...

I have no recommendation there, but we'd be free to choose and on the safe side if we write a wrapper for the storage that has a non-blocking (Promise based)...

By all means; if you already have the persistence in code somewhere then there's no reason to leave it out here. I'm looking forward to see your PR!

Makes sense, good idea

Would you have time to implement this?

I'll move it up, it shouldn't be a problem to do it before the weekend. On Thu, 29 Mar 2018, 11:07 Igor Szymanski, wrote: > When is this going to...

Implementation for #76. Still need to add some tests.