Dave Nicolson
Dave Nicolson
This adds a modal if `codesign` reports that there are ambiguous certificates, it's not clear how this happens but it occurs often. The only fix appears to be removing duplicate...
This prevents a crash if the file input is empty or less than 4 characters (which causes parsing `http` to fail).
This addresses #49 and includes #54.
This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...
This pull request fixes a fatal error using a similar technique to https://github.com/TryGhost/node-sqlite3/pull/1368/files#diff-dc1d7b24ee601a637b09908305be8f69b96d7a9293643ddc88c435923ff648c8L922-L926. Fixes https://github.com/TryGhost/node-sqlite3/issues/1646.
### Issue Summary The following crash occurs when a promise doesn't resolve and the SQLite file cannot be opened: - Version 4.2.0 is not affected - The crash occurs with...
### Issue description or question Updating from vitest 1.5.3 to 1.6.0 results in the following messages: ``` [Info] Started Wallaby.js Core v1.0.1560 [Info] Wallaby App (realtime reports) is available at:...
This removes both the "tm" and "™" symbol. Apple uses just "Metal" in the [developer documentation](https://developer.apple.com/documentation/metal).
#### What is the problem you are having with rclone? Under certain circumstances sending a `SIGINT` to `rclone` results in the process hanging like in #4804, it is not able...