Duncan Holm

Results 45 comments of Duncan Holm

Something cool about an `.env.example` file is that it can not only be used for human reference purposes, but also to facilitate an opt-in programmatic safety feature. The example file...

Perhaps this approach is of interest for a macOS menubar item: https://github.com/matryer/bitbar

Got it, thank you. Obviously up to you if you feel it's appropriate for the guide :)

Hi there - Indeed, I don't think it would be technically possible to subsume yt2pod in rss-bridge. But you can certainly use the code as reference material to do the...

> `yt-dlp` is the current generic video downloader thingy, it supports `-x` to automatically use `ffmpeg` to extract audio. > > That's a Python project though, not a simple thing...

Thank you. Then it doesn't necessarily need to give up and refuse to format, it could take the same action that it does now, but just use a different exit...

I now have an easy workaround for my purposes. So if the additional exit code thing sounds like more trouble than it's worth, feel free to just close this issue...

What's the conventional way to tickle a child process on Windows? Do a dummy write on a pipe?

Hello @lamarqua and @cortesi On my fork, I've given `modd` the ability to send signals on Windows using "piped signals" (made up name). When necessary, `modd` can establish a pipe...

@cortesi - Yep I will when I get a chance. For starters, it needs refined a bit because Go's string representation of the signal values has an odd mix of...