Chianti G

Results 6 comments of Chianti G

Any updates about this? The author of the plugin seems to be active again as he published a new release a month ago.

any news about this issue ?

> Hi @chianti-ga I was able to work around this issue by implementing my own loaders where I changed the cache-key to represent both file uri and rendered size, so...

@Strosel I got around this by using custom functions/implementations of Request Post json content for exemple: ``` rust fn post_json(url: String, body: Vec) -> Request { Request { method: "POST".to_owned(),...