Chris

Results 4 issues of Chris

## Todo - [x] request coalescing - [x] write new TMDB client - [x] cache eviction policy - [x] client-side in-flight request limiting - [x] proper error propagation ## Notable...

A-backend
T-improvements
P-medium

Amos' blog post explaining request coalescing: https://fasterthanli.me/articles/request-coalescing-in-async-rust ## quick walk through As the scanners run for some library (lets assume it's a tv show or mixed lib with shows inside.)...

T-feature-request
A-backend
P-medium
A-docs
S-needs-triage

This would be pretty awesome to have for machine generated clients or manual endpoint poking with postman. Issue is warp does not have built-in support for this. There is an...

T-feature-request
A-backend
P-medium
A-docs
S-needs-triage

I've spent the last couple of hours trying to figure this out but the best I can boil it down into is: * When using a tokio-based transport such as...