Julien Danjou
Julien Danjou
I'd like to use postmodern, and therefore a PG connection, into an event loop such as [cl-async](https://github.com/orthecreedence/cl-async). To do that, I see 2 ways: - Allow one to retrieve the...
`parse_media_files` uses `mimetypes.guess_type` so it can't work if your image does not ends up with a correct extension on the external server. Maybe using the returned `Content-Type` would be useful...
Commit e8e63b1e9968abbaff46ddd7917d2b53cb505276 in Sphinx removed `sphinx.builders.html.StandaloneHTMLBuilder.default_sidebars` so build now fails with: ``` Exception occurred: File "/Users/jd/Source/gnocchi/.tox/docs-gnocchi.xyz/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx_.py", line 60, in builder_inited app.config.html_sidebars['**'] = StandaloneHTMLBuilder.default_sidebars + ['versions.html'] AttributeError: type object 'StandaloneHTMLBuilder' has...
Hi team, It seems you have a solid continuous integration in place that prevents bad pull requests to be merged. With your review protocol, there's nothing preventing you to automatically...