Results 139 issues of Christoph Anton Mitterer

Hey. This must have started with a recent upgrade of `udisks` or maybe one of its libs like `libblockdev` (unfortunately I don't know exactly which). What I do is: -...

Hey. Would be nice if this tool could support creating Windows To Go device. E.g. What https://github.com/pbatard/rufus (which runs however only under windows) can do. Ideally also with some features...

Hey. When mounting a filesystem via e.g.: ``` # /usr/sbin/mount.fuse3 user@host:/ /mnt -w -t fuse.sshfs -o nouser,nodev,noexec,nosuid,noatime,default_permissions,auto_unmount,setuid=someuser,drop_privileges,reconnect,idmap=user,disable_hardlink,IdentityFile=/etc/foo/ssh/id_ed25519,ServerAliveInterval=4,ServerAliveCountMax=2,ConnectTimeout=8,ControlPath=none read: Connection reset by peer ``` fails (in the above a example because...

Hey. The current feature of `bd` is to allow one to go back to any parent dir above the current working directory. I'd propose another respectively additional mode: - `bd`...

Let the user configure which port he wants to get the files served under. Cheers, Chris.

This makes especially sense in combination with #34 and when one allows to disable http (i.e. non-TLS access) completely: Support HTTP basic auth,... with TLS that would give proper access...

Hey. For security reasons I think, it would be wise to make a (configurable) connection timeout. E.g. "if no client starts downloading in 2 minutes after the server started. Stop...

Hey. Opus has it's own special tags for R128 gain data: - `R128_TRACK_GAIN` - `R128_ALBUM_GAIN` See https://datatracker.ietf.org/doc/html/rfc7845#section-5.2.1 . Would be nice if one could select whether only these (default), only...

enhancement

Hey. Would be nice if one could have translations to other languages (e.g. German), at least of the pokemon names =) Cheers, Chris.

Hey. Would it be possible to support POSIX EREs in addition to BRE? Cheers, Chris