Christian Schwarz
Christian Schwarz
I am working on this
> However, hyper::Body::wrap_stream has a Sync bound on its argument because the stream it is passed ends up wrapped inside a Request struct that needs to be Sync so that...
What is the maintainers' opinion on this PR? Despite of the discussions in #77, I believe that it would be the most pragmatic approach to merge the feature implemented by...
Hi @alemar11, thanks for your contribution. I think the way you implemented the tap handler should be the default and only way. Please replace the current tap-handler with your implementation...
I think stacking would be the best option as a stack also is some kind of queue. Regarding the isShowing property: It would have to be set by the presenter...
Sorry for taking so long to respond, I was on vacation. Will `DisableIPv4` prevent routing of v4 subnets through tailscale?
(Summary of a private Slack discussion) `zfs_log_write` currently re-reads the O_DIRECTly written block back from disk if the WR_* selection logic decides it's going to be a WR_COPIED record. The...
@3nprob, are you able to try the commit above ( https://github.com/openzfs/zfs/pull/12266 ) on your system?
It has to run on the sender, the patch affects only the send path.
You could look into mechanisms to make DKMS apply custom patches (assuming you are running the Debian DKMS package).