Joe Schmitt
Joe Schmitt
If you run your commands from a symlink, we need to resolve the full symlink path, otherwise we'll just end up replacing the symlink itself and not the binary it...
Missing tests for: - [ ] [`api/radarr.js`](../blob/master/src/api/radarr.js) - [ ] [`api/sonarr.js`](../blob/master/src/api/radarr.js) --- - [ ] [`handlers/shows.js`](../blob/master/src/handlers/shows.js) --- - [ ] [`lib/buildReprompt.js`](../blob/master/src/lib/buildReprompt.js) - [ ] [`lib/getResponseSSML.js`](../blob/master/src/lib/getResponseSSML.js) - [ ] [`lib/parseDate.js`](../blob/master/src/lib/parseDate.js) -...
For whatever reason, `type -p realpath` returns empty on macOS even though `realpath` exists, and so it defaults to using `readlink -f` which does not work on macOS. Using `which...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 The JavaScript [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) allows the cancellation...
The custom path is set in the ghooks config right now because I couldn't think of a better place for it. Let me know if you have a better idea.
The current logic for installing the commit-msg hook is to symlink the `spr_commit_hook` bin directly into `.git/hooks/commit-msg`. However, if a user already has a commit hook of this name, it...
Adds support for asking Alexa for recently added shows or movies. The intent supports querying for just shows, just movies, or for both.
Fixes #48. Previously, if no player clients were found during the setup process, the authorization would fail and quit. Now, if no players are found, the authorization process continues without...
Ugh. - [x] Implement search indexer using lunr.js - [x] Index tweets in a web worker - [x] Perform 2-step search: first based on already loaded data, then on the...