René Bertin
René Bertin
Hi, Have you ever considered making this code cross-platform by hiding the kernel-related code behind #ifdefs? I'd be interested in looking into that, but only if there's a real interest...
It looks like this implementation will not compress data < 7 bytes. That's not a problem in itself, but does anyone know how Apple's HFS/APFS compression handles the case where...
This introduces a number of changes aiming to make lzvn available on platforms other than the Mac OS: - make Mac-specific code conditional behind #ifdefs - add a generic-Unix Makefile...
Currently `hfsinspect` will find the device a file is on automatically only on BSD. The author seems to have missed the fact that Apple's Darwin is a BSD variant, and...
Building with GCC 8 works fine, but when I try clang 6 I get a whole list of missing typedef errors. Any idea how to solve those? ``` clang-6.0 -o...
Hi, Am I overlooking an option to maintain audio pitch when slowing up or down playback speed? If not, it'd be great to have such an option!
I don't know when this started, but since a few days I'm noticing that the titles of a good part of YouTube search results are translated - into French in...
I've been experimenting with streaming audio via icecast2, and think that the video delay feature is ... quirky. I suppose the feature exists for systems that have a channel delay...
I just upgraded to the current git HEAD and am seeing a very annoying regression:  This is a clean start, i.e. after moving aside my ~/.config/otter directory. Poking around...
Most browsers select the address bar when you open a new tab so you can enter a URL immediately. Otter also does it when you open a new window, but...