Denis Cornehl
Denis Cornehl
@jsha coming from [your last comments regarding the google check](https://rust-lang.zulipchat.com/#narrow/stream/356853-t-docs-rs/topic/search.20engine.20findability.20update/near/320799076): what do you think about closing this issue, and possibly #74 ?
@jsha thanks for staying on top of this topic! Just a thought, and I'm not sure if we never had it, or I accidentally dropped it at some point: Shouldn't...
digging deeper: - from what I read in the code, on pages like https://docs.rs/crate/rand/latest we have the canonical URL in the HTML, also we _should_ have it in the HTTP...
Ah, I see, the canonical link added in 61bca327551b8fa1458bdab52161cc8b16340042 was replaced with `noindex` on the versioned pages in 27af44b360da9b3281e22574d6b6508aff7dccaf. I feared one of the many refactors accidentally dropped the header...
for these kind of build configurations we have two documentation pages: - https://docs.rs/about/builds - https://docs.rs/about/metadata Also it's always helpful to look at how the `tensorflow-sys` crate itself is configuring its...
I assume my answer did suffice, feel free to reopen / comment if you need more help
where exactly do you mean? We're decompressing a file we downloaded?
This is also the problem in our case, `shutdown` (using tokio) wasn't called, so the archive was incomplete. Trying to find out now if just the EOF was missing, or...
> Running into the same issue. I think this version should be yanked as it is definitely breaking things. But that's the thing: it's only raising a pre-existing error that...
As mentioned above, calling `.close` (or `.shutdown` for tokio) on the encoder was missing. Which leads to missing EOF markers at the end of the compressed file. When you tried...