Andrew Craswell

Results 69 comments of Andrew Craswell

Just so I'm clear, are you saying that the body is not taken into account for all methods, or just POST, PUT, PATCH, DELETE? :O

If I'm understanding right, this seems like a critical missing piece. Having used other cache systems over the years, I think this is necessary. Consider the following valid requests: GET...

Yes, this is possible. Check how to pass custom settings to each request here: https://github.com/RasCarlito/axios-cache-adapter#per-request-options The available options you can pass are documented here: https://github.com/RasCarlito/axios-cache-adapter#options Your example is almost working,...

So when you execute `setupCache` shouldn't you set `maxAge` to `0` to effectively disable, then override it when you make requests?

Perhaps worth mentioning an alternative for those who don't want the chore of enforcing and abiding by conventional commit standards. Beachball JS was developed and is used extensively throughout Microsoft....

I still think this is a useful feature, but I found a workaround by reusing some of the types from the Redux Toolkit directly. Going to reduce the bounty on...

It's definitely not feature parity, it's making sure things that are built with the official Toolkit are not broken in this library. Essentially, why I had to migrate away from...

I had forgotten about this, but it is still funded. I'm not sure how relevant it is anymore, given that Redux Toolkit has had multiple major releases since. But if...

Yes, absolutely. The goal was to do this in July, and the architecture discussions have already begun. The primary challenge is that MSAL has a new package which contains the...

Hey folks, Thanks for everyone's patience, and I apologize for the late replies. Since July a small group has been working to redesign the `react-aad-msal` library from ground-up to work...