Hector Martin

Results 160 comments of Hector Martin

This grew some conflicts due to recent changes, can you take a look at resolving them?

Have you tried? Because I bet it already works ever since mpv, just pass an image as the video file :-)

More interesting would be to add support for slideshows. mpv can already play a directory of images (just pass it the directory path), but you need to specify the duration...

This already exists (on a per-song basis): just set the furigana font size to 0, which is interpreted as a special case. Bad Apple!! already has a display option that...

Particularly if the superblock isn't supported. I was hoping to convert some LVs to bcache, but they're VM disk images, not raw filesystems, so blocks doesn't know what to do...

The sniff mode is getting canceled because Bluetooth sockets default to force-active mode, which will cancel sniff mode every time a packet is sent. This is what you want: ```diff...

I have noticed the entire connection process is a lot more reliable/responsive with that set, so quite possibly. It seems it really doesn't like non-sniff mode.

There is a better source of information than /proc/mounts: /proc/self/mountinfo. That has added data as to what *subdirectory* from the device is mounted at the destination. For a bind mount...

The tricky bit is that it's possible to unmount the bare-root filesystem and leave the bind mount. At that point you'd have to implement deduplication in the mount list to...

There's no way to distinguish a filesystem mounted twice from a filesystem mounted and then its root bindmounted elsewhere. As far as I know both of those result in identical...