Results 148 issues of Nathaniel J. Smith

The intended lifecycle of a urllib3 connection involves being set up, put into a connection pool, taken out of the connection pool, used, put back in the connection pool, etc....

We're probably not doing anything globally sensible here. We need to go through and make sure everyone is exposing the right APIs and generally agrees on what htey are doing.

See: https://github.com/python-trio/urllib3/pull/21/files#r175913578

> I think you can drop these now; `"bysource"` should work now. (And if it doesn't I want to know ;-)) I just upgraded my sphinx and sphinxcontrib-trio (the latter...

@thmo [reported](https://gitter.im/python-trio/general?at=5b6e0c3b67eb9f60fec2b535) this crash when building the pytest docs (apparently they use sphinxcontrib-trio now, I had no idea :-)): ```python-traceback # Sphinx version: 1.7.5 # Python version: 3.6.6 (CPython) #...

Dependabot is cool, but has some issues: - It's *super* noisy. I got 20 emails from it yesterday, which is not unusual. There are dozens of people watching our repos,...

Eventually, we want snekomatic to be able to do things like: - check out a source repository and run `pip-compile` to update deps - check out a branch and run...

Currently we're deploying snekomatic on python 3.7.3: https://github.com/python-trio/snekomatic/blob/master/runtime.txt Apparently 3.7.4 is out, so we should switch. I only know this because I happened to do a manual deploy, and heroku...

The bot stores some data in postgres, so we need to think about backups. Right now it's running on a free Heroku "hobby-dev" account, which means that Heroku keeps some...

Fixes #6 Joint work with @wgwz