Ivan Shapovalov

Results 115 comments of Ivan Shapovalov

And this beets-alternatives seems to (partially) solve this case as well... I'd still wish for more granular rules than just "supported formats", but ok.

I can make `--hash-unmatched` do what it says on the tin with this code, but it feels hacky: https://github.com/sahib/rmlint/blob/675089dee9453134d2347ef00222f5f6d1f30979/lib/shredder.c#L839-L842 I wonder if there is something else subtly wrong in the...

Disregard the comment above (the suggested fix is wrong), see proper analysis in the linked PR.

Can we also have per-profile environment variables, for CFLAGS/CXXFLAGS? Before I make a corresponding issue, is this idea going to fly at all? Rationale: RUSTFLAGS alone is not enough to...

I got severely sidetracked and forgot about this issue, my apologies. > could you confirm that your issue is fixed in develop? Frankly, not sure. Right now develop crashes during...

It would probably be easiest (and most correct) to configure cgroups via systemd, simply using something like `systemctl set-property --runtime` on the relevant slice units. You'd also need to explicitly...

@andrew-kennedy That's more-or-less what is supposed to work. Check `systemctl show -p AllowedCPUs user.slice` and `/sys/fs/cgroup/user.slice/cpuset.cpus.effective` (similarly for other slices), and note that this doesn't touch kthreads.

Same issue exists with sccache. Meson prefers sccache to ccache, however 1) sccache is slower and 2) sccache is significantly less flexible/configurable. For me, this behavior of Meson is actually...

@Tichau sorry, didn't notice your reply up until now. Consider, for example, this 4K screenshot: [Screenshot_0035.bmp](https://mega.nz/#!OthWDApA!aDm2bDUGMoayLkv8bOtkqC-7xrUP6v5WiWV4SxD-90I). Converting this file to PNG via FileConverter takes 19.5 seconds while "saving as" PNG...