François Kneib

Results 35 comments of François Kneib

Hi Davide It would simplify the developpers scripts with a single call. Anyway I added a function that do it, I just thought to others devs. Le ven. 21 déc....

Hi Davide, I'm currently running remi==2019.11, and I confirm that this bug is present in this version. Each time one of the connected clients has a connection break, the server...

Sure, on thursday. It should rather be a list of steps to reproduce based on your example scripts rather than a simple script. Le mar. 6 oct. 2020 à 18:26,...

Hi, I finally found some time to work on that today. I had to write a tiny script which basically shows a series of 2000 random integers, and changes the...

Well, linux could be the common point with @Navarro11 who was running the server on a raspberry, so probably on raspbian. The "broken pipe" error occurs when I press ctrl-c,...

I could switch to python 3 in the future, but I lack time now. Anyway, in the case the solution is easy to implement, it could be a good idea...

I realize that my configuration is a bit "fancy" : the frontend apache acts as a proxy, and unpacks the incoming query address then removes the `my_defined_root_string_numberX`. This way, the...

Ok so I'll have a try and keep you informed.

I started to work on it and I feel like it will work. I have one question however: the variable containing `my_defined_root_string_numberX`, lets call it `query_root` is currently handled by...

Also, could you please tell me what is the purpose of [this](https://github.com/dddomodossola/remi/blob/master/remi/gui.py#L2934) decorator on `Image` and `Video` ? I modified the `__init__` and `set_image` methods to include `query_root` but should...