Alan Ray
Alan Ray
I like the idea of a redis_upgrade variable; that does seem like a cleaner approach.
Here's another possibility, based on `post.py` having this logic: ``` if colls: # Some stuff else: posts = list(blog.recent(node.attributes['length'], docname, **node.attributes)) ``` I suspect the way to nicely implement this...
I'll take a pass at it... Digging into it a little, the problem appears to be this section, which gates printing the logger properties based on `{ errorProps: '*' }`:...
@mcollina - There is already top-level support for `errorProps: *` on top level errors. - Sorry; I thought the proposal to update the documentation in two ways because the documentation...
It depends on how you define complete. I would say that the documented behavior of `errorProps` is not what I expected. When I was learning about pino-pretty, Here's the documentation...
I dug into this a bit more. There seem to be a couple issues doing on here: 1. Suppose that client.fd receives 200 bytes. As long as no bytes have...
I will; it may be a couple days.
Created https://github.com/zeekay/flask-uwsgi-websocket/pull/48
Thanks for the patch; I needed it for Sphinx 1.6.5/Python 3.6. Would be great to see this merged and released.
Still works with Sphinx 1.6.5 / Python 3.6. Would be great to see this integrated into a release.