Ross Heflin
Ross Heflin
IIRC, docker doesn't do manpages, but someone has made the effort to generate them. I'll update and (hopefully) file a PR when I can figure out how to incorporate their...
Hi Chris, I work w/ Eric & have been trying to instrument our mod_wsgi app with `gil_load`. I'm often getting one of these three errors in our error logs after...
Not to my knowledge, but I'll do a little more spelunking in the docs for mod_wsgi.
one could tackle this kind of thing on *nix w/: ``` node --harmony_proxies `which nesh` --your --nesh --args ```
@Vido FWIW: I couldn't reproduce this issue with Python 3.6.1 pulling in `sendgrid` 3.6.5. here's what I see: ``` (django-sendgrid) rheflin@saffron ~$ pip3 install sendgrid-django Collecting sendgrid-django Downloading sendgrid_django-4.0.4-py2.py3-none-any.whl Collecting...