Dave Nicolson
Dave Nicolson
This pull request replaces "QuickLook" with "Quick Look".
This pull request slightly changes the wording of a checkbox. Versions of macOS before Ventura used "These items will open automatically when you log in" in System Preferences but as...
* **Editor name and version**: Visual Studio Code 1.86.2 * **Platform**: macOS * **Color scheme**: * **MagicPython version**: https://github.com/microsoft/vscode/pull/164191 * **A sreenshot**:  * **5-10...
This pull request attempts to fix the `RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded`. Alternatively, `exec` could be replaced with `spawn` as suggested in https://github.com/tom-s/clap-detector/issues/21#issuecomment-1024965201 and implemented in https://github.com/131/clap-trigger/blob/b6f890e/index.js#L80-L104, this would...
This pull request treats the `CLAP_MAX_DURATION` as milliseconds as the output from SoX is in seconds and seems to always be below 1. This is used as a reference https://github.com/131/clap-trigger/blob/b6f890e/index.js#L15.
This pull request restores compatibility with the `default` method after transpilation with Babel 6+. Fixes https://github.com/tom-s/clap-detector/issues/10, https://github.com/tom-s/clap-detector/issues/20.
This pull request includes a check for the "Rough frequency" frequency value as well, this seems to prevent many false positives.
This pull request updates the config in the README to match the code in the config to prevent the following error: ``` /home/pi/node_modules/clap-detector/lib/index.js:177 throw err; ^ Error: Command failed: sox...
**Is your feature request related to a problem? Please describe.** Running `serverless deploy` with `bun` defaults to `npm` being run in https://github.com/floydspace/serverless-esbuild/blob/5bfaee0/src/packagers/npm.ts#L272-L278. **Describe the solution you'd like** Add support for...