George MacKerron
George MacKerron
Oops, thanks @IzMichael, I lost track of this one! I'll try to take a look this week.
From the README: "It ignores: forks; any GitHub home page repo (username.github.com); and any repo with no description." Does that explain what's being missed? If not, perhaps you could provide...
Perhaps I should make this configurable. Meanwhile, on line 23 of github-widget.coffee, you can just delete the last part of the condition, `or not repo.description`: continue if (not opts.forks and...
This is a good idea. When I created the widget, 'watching' was what 'starring' has become. I don't have a lot of time at the mo, but will happily accept...
I'm not aware that the software does anything to report your location, so I assume that either the servers' different IP addresses are being geo-located differently, or perhaps that the...
Looks like it would be useful to follow the advice in the error message and run `dmesg` straight after the script fails. See here, for example: https://stackoverflow.com/questions/26936653/ratelimiting-with-iptables-recent-gives-error
Thanks for the report. I haven't upgraded to Monterey yet, but I guess I'll do it soon and take a look.
OK, I just upgraded and tried this out. I can confirm your finding that there is no prompt at installation time for a username and password, with the result that...
OK, that's not what I'm seeing. Weird. Fundamentally this seems like a bug in Monterey, in that it ignores the `AuthenticationMethod: None` key-value pair in the config file unless an...
It works fine if we set username and password in the file. If we set only username, the user is prompted for a password _every time_. So — I could...