Sebastian Thiel
Sebastian Thiel
Since there are no logs indicating errors, I can only assume that whatever GitButler does has no effect. I have a feeling that a `git status` on the repository might...
This is awesome! Despite the trouble I had with putting the editor into the recorded area (making the video longer than it has to be), the video clearly shows that...
I think the reason for this, if I interpret the code correctly, is that GitButler tries to undo a change by applying a reverted patch. That patch reversion actually changes...
I think very uncontested approach could be a documentation update, both in the README as well as in the crate, to advertise `zlib-rs` more. As for switching the default backend,...
Thanks a million for chiming in! I found the comment very insightful. > Something I think we can at least consider is to drop the zlib-ng backend (and proxy the...
Thanks for reporting! This is interesting, and assuming that the latest version of `libz-sys` (v1.1.21) is used here, the recent update could be related. I also wonder if https://github.com/rust-lang/flate2-rs/pull/441 would...
Would you be able to submit a PR with empty commit here to trigger CI and see if it reproduces? If so, from there a fix might come more easily....
You are welcome! I took a look at the `anndata` manifest and it seems it uses `flate2` without any feature specification, and thus with default features. This means it compiles...
🤦♂️The #441 PR in my memory was in `libz-sys` so I kept thinking it's related to the recent release. But this was completely wrong, and you are right that when...
> @Byron I've updated the implementation and it is now inside git2-hooks, I've added new functions with suffixed `_with_timeout` for each hook but the `run_hooks` function has a breaking change...