Nehal Patel
Nehal Patel
Ran into the same problem, try this: // insert your own data update code here [self.tableView reloadData]; [self performSelector:@selector(stopLoading) withObject:nil afterDelay:1.0];
On my M1 Mac, I've tried both the updated cacert.pem and a manual upgrade to R2333. I'm still getting the same issues when I try to connect to a newsserver...
Ah, that was the issue! My `CertStore` was set to `/etc/ssl/cert.pem`. Thanks for the help!
Also, in case this helps for other users: my NZBGet was installed using Homebrew.
MacStadium offers free Mac servers for open source development. It could be worth a shot to apply for it. After all, they're offering them for this exact scenario. 😄 https://www.macstadium.com/opensource-application
I'm also interested in helping out. I'll try to build it on my M1 machine and put together some notes if I get it to work. --- EDIT: Created a...
+1 I was able to get it built and running, but I had to first build qt 5 from source.
Fixed by https://github.com/flutter/cocoon/pull/2402
Taking a look.
I think this will require the datastore `Task` entity to be updated with a new column for `check_run_id`. It looks like the LUCI build doesn't store it (maybe we can...