Stephen Millard
Stephen Millard
The message parameter for the fail() method is not specified in the definition file or generated docs as optional, but the description indicates it is, and it appears to be...
The [`setPref` URL scheme documentation](https://bunchapp.co/docs/integration/url-handler/#urlhandlersetpref) suggests that the following URL call should enable the toggleable "Restore Open Bunches on Launch" setting. ```sh open 'x-bunch://setPref?preserveOpenBunches=1' ``` Based on the wording I...
**TL;DR** I don't think the preference setting of the logging level via the URL handler is working as expected. --- # Testing the Issue From the [URL Handler documentation page's...