Denis Cornehl
Denis Cornehl
> Ok, having the following test: > io::copy(&mut r, &mut ZstdEncoder::new(w)).await?; > However, with the new version, if fails decompressing. That would indicate that the issue is in the most...
@NobodyXu I'm trying to think of a way so I won't have to fix / recompress around 180k files. Do we know in regards to zstd, that only the EOF...
another thought, but that's more a design decision: When looking at other things that need flushing (like `std::io::BufWriter`) there is _some_ protection builtin, where the `Drop` impl flushes (ignoring errors)....
I would be totally fine with having this feature and definitely see a use-case. I'm happy to review any PR adding this. the interesting files are: - https://github.com/rust-lang/docs.rs/blob/master/src/web/source.rs - https://github.com/rust-lang/docs.rs/blob/master/templates/crate/source.html
there is a current big PR (#2292) that will change template rendering, not sure if you want to wait with your changes until it lands, or base your work ontop...
#2292 is merged, so feel free to start @xFrednet :)
IANAL, but IMO you can just copy & adapt the code, even without attribution. @GuillaumeGomez what do you think? ( also about the piece of code )
for progress this would need to be rebased
@Ddesign24 could you elaborate on the reasoning? I see you were not the user adding the packages (it was @ryankurte )
Closing this for now, feel free to comment / reopen.