Will McGugan

Results 137 issues of Will McGugan

FTPFS tests fail on Pypy. We should fix that and add Pypy builds to Travis.

Coverage has dropped to 97.9% We should get this back up to above the 99% mark

If you like it, tweet it or reccomend it to a friend. :)

See https://github.com/PyFilesystem/pyfilesystem2/issues/18

enhancement

When the websocket client receives a redirect status code, rather than a 101, it throws the following exception: ``` ERROR:tornado.application:Uncaught exception Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/tornado/http1connection.py", line 237,...

websocket

Is there some way of converting the dictionary returned by process_file in to a plain Python data structure? I would like to be able to serialize it to JSON in...

enhancement
needs help

I recently tracked down a memory leak in our app, which turned out to be caused by the debug toolbar. Our Django app launches and destroys a thread in the...

Hi, Can wcwidth help me with multi-codepoint emojis? For instance, here I want to get the cell width for a "woman_mechanic_dark_skin_tone" emoji, which renders in the terminal as 2 cells,...

bug

- Add remaining styles (grid / layers)

Disabled buttons still have a hover state, even with a hack to `watch_mouse_hover`. Investigate why this occurs, and fix or implement a better solution.