Christophe Avenel

Results 34 comments of Christophe Avenel

That looks more like a WiFi problem, are you sure the PI Zero W is on the GoPro WiFi? What is the result of ```ifconfig``` on the PI Zero W?

I guess your console is this one (without the Spanish translation): ``` robot@ev3dev:~$ python3 writer.py Traceback (most recent call last): File "writer.py", line 481, in main() File "writer.py", line 472,...

Sorry I didn't have time lately to look into this. Could you send me the svg file? The program has to convert the svg in a list of points (coordinates),...

Thank you for your great job, I really like your modifications. (and I learned about for-else blocks!) The idea of using pyudev is good. I was going to use it...

Thank you for your answer. Unfortunately it doesn't really solve my problem. The problem is when a category is already shared, and you add a task in it. In every...

It looks like the new host does not accept json that were accepted before. In particular, the shared="false" gives an "Error 500" response from the server. It has to be...

Thank you, I have a local version with some tweaks as well, but I am not so happy about them (the changes in brake / hold mode should change some...

Hi! An updated version is available here I believe: https://github.com/rhempel/ev3dev-lang-python/tree/develop/demo/MINDCUB3R I didn't update the code myself, so you may ask there if it is up to date!

Just to give my opinion on this, I would say keep illustrations as illustrations and buttons within the text. If you absolutely want a button in the illustration, then I...

Looks like it is working now, I opened a PR with the updated function from `spatialdata-io` here: https://github.com/nf-core/spatialvi/pull/91 We can close this issue once the PR is merged (some docker...