Dillen Meijboom
Dillen Meijboom
We have the same problem! We regularly have white pages after using DonutCacheAttribute :/
Tested with our setup and works as expected.
> Currently, `inner_html` is set with `Html::VRef`. We cannot support this in SSR as we cannot instantiate `web_sys::Node` in non-browser environments. > > However, this may change if #182 is...
I have the same problem. I'm running Ubuntu 17.04 and installed the latest debian package. My graphic card is nvidia.
> I'm not very familiar with docker, but couldn't you just add sccache to your own images? It looks like the installation process is fairly short. Yes, I could do...
@idc77 I understand you're frustrated, but it's important to remember that contributors are volunteers who work on this in their free time. They don't owe you anything. If you want...
On topic: we don't use Vue but auto renew isn't working for us either. After debugging I found out that auto renew isn't working when the token is already expired....
@dstufft We are currently setting `AR` to an empty string in the environment variables, that seems to work (not sure why). Would that be a proper fix? See: https://github.com/bazelbuild/rules_foreign_cc/commit/48d7b9fa84fef6c2c58f810fa629c39e2572125b
I'm not sure but could https://github.com/hyperium/hyper/issues/2855 be related? The reverse proxy uses `Body::wrap_stream` for input data. Snippet: ```rust let stream = self .body .map(|buf| buf.map(|mut buf| buf.copy_to_bytes(buf.remaining()))); request.body_mut().replace(Body::wrap_stream(stream)); ```
Seems like the clippy and integration test is failing. Clippy makes sense: ``` Error: Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration Warning: It seems that...