Fabien Devaux

Results 25 comments of Fabien Devaux

Using commit d45f97a I had to patch it to load my own file: http://devaux.fabien.free.fr/head.ply.xz ``` diff --- src/meshio.cpp.orig 2015-11-27 17:27:09.079382810 +0100 +++ src/meshio.cpp 2015-11-27 18:08:52.209337669 +0100 @@ -90,7 +90,7 @@...

I have some similar issue, scratchpads will open below any fullscreen window. Calling `cmd_bring_to_front()` later may fix the order even though the show() method seems to execute similar code.

Indeed, I agree, but it is not so "accessible" in my opinion for the following reasons: - not user friendly, you need some ffmpeg knowledge to use it - it...

Yes. I get exactly the same behavior as formerly... Is there a way to test with local server or so ?

With latest version: ``` ERROR: We had a problem connecting to the relay server: (relay URL was ws://relay.magic-wormhole.io:4000/v1) connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket...

I though there was some code to automatically detect a server on the local network, to avoid any setup, did I miss something?

Do you mean this tool can work for two people on two LANs separated by a WAN? Here is the package list: ``` asn1crypto (0.22.0) attrs (17.2.0) autobahn (17.6.2) Automat...

Great ! About websockets, I'm not sure how to test what you asked with Github, there is nothing wrong in the network tab... I tried this: https://www.websocket.org/echo.html and it works...

It looks like it's a few bytes fix... Changing ``` def from_url(url, **kwargs): ``` into ``` def from_url(url: str, **kwargs) -> Redis: ``` in the utils.py seem to do the...

I made some experiments based on the FTLabs branch, trying to keep it generic and up-to-date (but only tested on qtile)... https://github.com/fdev31/picom I'm still testing the sliding animation, once I...