Mathieu Virbel
Mathieu Virbel
- make a base for the theme than can be reused for the documentation (at least the header/content/footer), garden (future website where we can browse / have more informations about...
@hansent Have a look!
I got the same issue with a timeout. After that, the server just open/close websocket. ``` Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in...
IMO, without even trying to reproduce, manager should never stop running due to something bad in a websocket. So catching any exception and force-close the websocket that have an issue...
Thanks for the feedback @EternityForest . I'm currently testing the try/catch in once() in production. I'm not using webbrowser, but ws4py client to ws4py server, using python on android, under...
Yes, i guess. But some are so network stack related it's hard to get them. After implementing the try catch in once, it got further to another exception: ``` Exception...
@Lawouach i just wrote you an email as an introduction to a possible collaboration :)
I believe this is finally fixed. Please open a new issue if you have any thing going on with latest version (> 0.3.5, use master for now until next version...
Are you sure the glyph is contained in the font? Cause unlike the Libreoffice or the OS, currently, we don't have glyph fallback at all. Either the glyph is contained...
Yes, your glyph is not in the font. I download Noto Sans Regular.ttf, used http://torinak.com/font/lsfont.html Import, see all the glyph in it, your smiley is not. Glyph-fallback is something missing...