Fabien Benetou

Results 214 comments of Fabien Benetou

Works well already!

Ah my bad, yes I had Hubs in mind!

I imagine the easiest way would be to `convert screenshot.png screenshot.pdf` (after an `opkg install imagemagick-png`) then adding it to listed documents in a directory by adding the right metadata....

Having something like ``` echo "{'parent':'','type':'DocumentType','visibleName':'$1'}" | sed s/\'/\"/g > ~/xochitl-data/`echo $1 | sed "s/.pdf//"`.metadata; echo '{ "fileType": "pdf" }' > ~/xochitl-data/`echo $1 | sed "s/.pdf//"`.content; ``` with $1 as...

Might be good to consolidate #230 instead then close here.

FWIW just tried it, trying to follow the instructions as well as I could. The image was built but running it, using the suggested parameters I get `ModuleNotFoundError: No module...

Should it be prevented? Force a cloud to be created first?

Indeed, providing a `Dockerfile` would help keep AWS costs low. It's great to start, for example build a quick prototype and confirm that it works well (especially compared to the...

Did you add the robot to the same WiFi network as the computer you are trying to use dorita980 on? If not make sure to do so first. After that,...

First little hiccup, I saved the MAC address of the device and `nmap` couldn't find it. I had to install the app to fix the WiFi. I imagine next time...