Michael Altfield
Michael Altfield
Update: Still working on fixing the unicode warning CI script. Good news is that I at least got better error reporting working; it left a comment above saying that the...
ok, I fixed the unicode workflow. And, actually, it found some non-ascii text in your PR * https://github.com/BusKill/buskill-app/actions/runs/10309604160/job/28539589911 ``` 2024-08-08T21:13:32.8764352Z + unicode_diff=$'\357\273\277' 2024-08-08T21:13:32.8764454Z + unicode_grep_exit_code=0 2024-08-08T21:13:32.8764569Z + echo $'\357\273\277' 2024-08-08T21:13:32.8764696Z...
Update: oh, I think it's this * https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8
> INFO: No unicode characters found in PR's commits @goldfishlaser to be clear, this is a good message saying that there isn't any (problematic) unicode. You seemed to have solved...
This is blocking testing fix for https://github.com/BusKill/buskill-app/issues/77
Here's the build in question * https://github.com/BusKill/buskill-app/releases/tag/10136271901_mac
@samxplogs can you please run this from the command line and paste the output here? ``` open buskill-mac-1722214579-x86_64.dmg ``` The command line output should have more useful information (eg an...
I get an error when attempting to open this over ssh ``` maltfield@host ~ % wget https://github.com/BusKill/buskill-app/releases/download/10136271901_mac/buskill-mac-1722214579-x86_64.dmg ... buskill-mac-1722214 100%[===================>] 27.34M 17.6MB/s in 1.6s 2024-09-29 22:28:44 (17.6 MB/s) - ‘buskill-mac-1722214579-x86_64.dmg’...
See also * https://apple.stackexchange.com/questions/453428/why-does-open-fail-with-lsopenurlswithrole-failed-with-error-610 ``` user@host SDKs % grep -ir '\-610' * ... #define procNotFound (-600) /* no eligible process with specified descriptor */ ... user@host SDKs % ```
See also * https://web.archive.org/web/20191128225313/http://office.mvps.org/error/number.html#error-600 > **Error -600** > > An error occurred while launching. > > An unknown error (-600) occurred. > > This is the standard Macintosh error procNotFound....