David Else

Results 246 comments of David Else

@freechelmi Great news! I don't see any PR, please add yours.

Any idea when this and https://github.com/FossifyOrg/Voice-Recorder/pull/36 will be merged?

While `DEFAULT_BITRATE = 128000` is fine for Opus, it is not good for AAC and terrible for MP3. Please consider at least 192, ideally 320. If there is going to...

Thanks for the update, but I don't think: > searched by 'hx' is very clear or grammatically correct. How about something more like the following, maybe you could use some...

I agree there should be a shortcut, but I think it should be `space .` `.` means current directory. It seems the perfect choice when opening a buffer in 'the...

https://github.com/scop/bash-completion/blob/main/README.md#faq says that `~/.local/share/bash-completion` is the correct location for user bash completions, but this dir does not exist in Debian, maybe add a `mkdir -p` or a note on this?