Morgan Aldridge
Morgan Aldridge
@GDPlayer @f-yildirim I have updated `Makefile`'s 'install-bin' target to no longer use install(1) `-B` option and instead `find` & `mv` the target files in the destination to a timestamped backup....
@pierre-rs My apologies for my _extremely_ late response. I can confirm this for ARandR on OpenBSD amd64/7.3-stable, but most other X11 apps I'm using work correctly. I'll dig into this...
Thanks for submitting this fix, I'm in the process of testing it.
I had completely forgotten about not wanting a `readlink` prerequisite. It certainly appears to be available under macOS 10.14 Mojave, but must not have been included in prior versions. I'll...
I believe that `pwd -P` might allow us to work around the `readlink` requirement.
@cspotcode Good point, `pwd -P` won't work when the file itself is a symlink. I've added tests for files being symlinks (which is broken) and paths including symlinks (which work)....
Honestly, I'm not fully a fan of the `while`/`continue`, but it works and is pretty minimal. It passes the new tests, which is good. If you want to merge the...
@supremelinux I found the cause of the audio merge issue and fixed it in PR #2. Not sure if you're still trying to use `fauxstream`, but if you are, please...
@SaFrMo Does this method work with specifying the API Key directly or does one still have to use a proxy? Using your fork, my `success` callback is called, but passed...
@fstltna I don't think the wiki was an appropriate place to post that, I'd suggest moving the full contents of that post to this issue (issues don't have any real...