anatoly techtonik
anatoly techtonik
Reported above. Do you have access to OS X machine to test what `requests.head('http://wowsucherror')` returns there currently?
The hack so far: ``` python import requests def sitecheck(url): status = None message = '' try: resp = requests.head('http://' + url) status = str(resp.status_code) except requests.ConnectionError as exc: #...
Looks like Caddy takes the hassle out of let's encrypt configuration.
JSON is not the best format - quotes are not quite readable, it doesn't support comments and it can not be splitted into several files. I'd prefer some subset of...
Footer? But that needs to be generated automatically. During deployment?
GitHub is not open source, so like many people still don't use GMail, some projects do not use GitHub. If we can only measure popularity with (closed source) GitHub, this...
I will be interested to see the results of this survey, but my bet would be that `I need money to keep this project alive` would be the most popular...
Nice. I usually search for issues. =) So, keep this open for a discussion space?
"Somewhat funded" needs deeper investigation. Means "funded, but things could be better". To get to more theories why open source projects are underfunded and how to fix it, we need...
> What if we added a voting system where a user can vote for the importance of the project, from 1 to 100? @jayfk we had that at Gratipay, where...