Will Ashworth

Results 13 comments of Will Ashworth

Not intending to troll this comment thread, but it's related...so here goes. If the main reason for rate limiting is usage of the API (and expense to operate it), why...

I think it has to do with OpenVZ VPS hostname not surviving reboot. For example, if you type `hostname` and see "myserver", you should try `hostname myserver.mycompany.com" so that`hostname` outputs...

Also, what tipped me off was installing a competing product, and the same issue happening.

Well, it appears this is an issue with OpenVZ in general. The only fix I think may work is this... ``` hostnamectl set-hostname yoursubdomain.yourdomain.com chattr +i /etc/hostname reboot ``` `chattr`...

I'd like to point out that this should be optional for the server administrator to either enable or disable. Some sys admins may not want to nag the customer via...

Thanks, I forked it! Odd that you're claiming it's on 4.2. I had to go back to Xcode 10.1 specifically because it's telling me it's at Swift v3. Maybe I'm...