Ivan Shapovalov
Ivan Shapovalov
> * You can sometimes match the child itself and then print the parent path. E.g. to match directories that _do_ contain `CACHEDIR.TAG`: > > ```console > tavianator@graphene $ bfs...
@jmklix @yasminetalby I believe this to be a bug rather than a feature request as it breaks dependent projects if they happen to use exceptions. Please review the tags if...
Isn't the point of block device compression primarily to permit random I/O to the compressed block device? Random I/O is only possible at the block boundary, that's the entire point...
Try c6899e9 (incidentally, this commit is exactly the current HEAD).
> Let's start with the EC - can you dump your ESRT table and let's see if the EC is listed there (I'm guessing it isn't) ```console # grep ....
> Can you stop in the BIOS setup screen (F1 during early boot) and confirm what version that thinks is installed please? I'm assuming it will be 1.12 but want...
> The whole point of sqm-scripts is to setup traffic shaping, without that you could just install a root qdisc, why do you need the complexity of sqm-scripts for this...
> This only works if holepunching is possible, which is far from guaranteed Yup, this, you beat me to it. Indeed, syncthing attempts to do something with STUN, but STUN...
I have split the suggested changes into their own commits just for visibility. I'll squash them back eventually. I'm not sure how to pass pl_options to `pl_map_avframe_ex()`; did I use...
> Which functions would you deprecate? I meant deprecate the current `pl_map_avdovi_metadata()` (leaving its behavior intact) and add a new `pl_map_avdovi_metadata2()` or so with the checks lifted out of it....