Emil
Emil
The inability to configure caching behavior and the presence of default settings that could lead to users receiving stale data for some time are deal-breakers for me. These kinds of...
Checking if rate limiting is the issue can be done by calling the endpoint manually and looking at the response, e.g. with curl: ```bash curl https://api.github.com/repos/remix-run/remix/releases/latest -v ``` I also...
I couldn't reproduce this with version 3.1.0.
I am currently working on this issue. Using `X-Total-Length` instead of the length of the response array for determining the count of entities is straightforward. The thing about retrieving the...