Aymeric Augustin

Results 368 comments of Aymeric Augustin

The first six commits were merged in #1669.

I agree that it's worth looking into the best behavior there. However, I'm unsure what that behavior is. As a reminder: > Due to the precarious circumstances under which [__del__()](https://docs.python.org/3/reference/datamodel.html#object.__del__)...

Setting the umask of the Python process with os.umask() should do the job. nginx can read anywhere, provided the user it's running under has access.

> For example: Image instead of NewType()(Image, ndarray) I would expect sphinx_autodoc_typehints to render this source: ```rst :obj:`full.path.to.Image` ``` which would then link to the documentation of the `Image` type....

> I also added optional arguments code and reason that are passed to the clients with ServerConnection.close(code, reason) which allows additional information to be provided to the clients. Is there...

Thank you for investigating the situation and reporting your findings. websockets sticks to Python's behavior in such cases because having a slightly different behavior from the stdlib is likely to...

I've been thinking about this and still don't have a good plan to achieve what you'd like that also works for everyone else :-( Logging at the INFO level when...

I'll try to find time this week. If you haven't heard from me by the end of the week, please consider that I timed out :-)

I'm making a note to look into it tomorrow. If I don't find time tomorrow, then I'll do over the Christmas break.