Colin Dean

Results 301 comments of Colin Dean

That hidden abstraction layer is wonderful and one of the things I really like about the tool. I think this check could be achieved through the use of `which` ,...

Looks like there was discussion about this 2+ years ago: https://gitlab.gnome.org/GNOME/vte/-/issues/195 The state was that there wasn't adequate demand to devote resources to implementing it: > So, there are two...

This issue popped up when I looked for an existing issue raising that the ASCII domain is shown for submissions instead of the Punycode version. https://lobste.rs/s/qjjvml/running_open_source_home_area_network was just on the...

I'm hitting this, too, but I struggled to integrate @nicolasdalsass's suggestion into my project, which has several subprojects. I finally managed to get it to _kinda_ work, barebones copied here:...

Most of the search results I'm turning up on DDG are reflecting IntelliJ or SBT build problems were someone added an option but forgot to add the jar to the...

If I remove the options, I would still expect scala-clippy to run, evidenced by the creation of `$HOME/.clippy`. It is not present. _(I kinda wish it was put at `$HOME/.cache/clippy`...

I was able to do it manually with these steps: Extract audio: ffmpeg -i video-1.mp4 -vn -acodec copy ~/audio-2.aac ffmpeg -i video-2.mp4 -vn -acodec copy ~/audio-2.aac Concat the audio: ls...