Arcadiy Ivanov

Results 346 comments of Arcadiy Ivanov

@nedbat could I ask for a revision release to incorporate this fix, please?

> This is now released as part of [coverage 6.4.3](https://pypi.org/project/coverage/6.4.3). Thank you!

> Not sure if Fedora is decided to go to btrfs by default. It's not decided yet per se, but it looks like things are going that way: https://fedoraproject.org/wiki/Changes/BtrfsByDefault Thanks...

Fedora approved default to btrfs: https://pagure.io/fesco/issue/2429

@kdave based on your comments, irrespective of this functionality, a question: `[[gpt][xfs].....]` becomes `[[gpt][xfs][btrfs]]` with `mkfs.btrfs + rsync` followed by `[[gpt]....[btrfs]]` when xfs is dropped. The question then is, obviously,...

Sorry, I got distracted by paid work. I'll get back to it hopefully soon.

That would be wonderful :) When I started digging into it a lot of functionality with space info, inodes and extents etc and can extracted directly from some of the...

> There's two threat scenarios here: (1) leaking your key and (2) leaking your password. > You can protect against a leaked password by keeping your config file local and...

@pfalcon The `os.get_terminal_size` uses either IOCTL or conio, depending on how it's compiled, i.e. you'd need to look at conio source for all the possible options. If it's IOCTL then...