Stefan Sauer

Results 256 comments of Stefan Sauer

The issue is that we create brickconfiguration entries for also unused elements. Right now the factory methods there are non-fatal, that is in case of error they return None. We...

The refactoring of the server code is done.

The python path has these components: 1. /home/robot/.local/lib/python 1. /usr/bin 1. /usr/lib/python3.4 1. /usr/lib/python3.4/plat-arm-linux-gnueabi 1. /usr/lib/python3.4/lib-dynload 1. /usr/local/lib/python3.4/dist-packages 1. /usr/lib/python3/dist-packages "/usr/local/lib/python3.4" is empyt and we can maybe drop it from...

We can use `convert` to turn pbm files into png files since those are loaded first: https://github.com/python-pillow/Pillow/blob/master/src/PIL/ImageFont.py#L74 but pngs load slower than pbm files so this isn't worth it.

Good point, what do we do here with lejos? Reseting the modes to some sane default is probably a good idea, even more so when starting.

We're now sending the 143 for cancel as well.

Thanks for this. Is that dbus interface already available under jessie? I am still mostly using jessie due to lack of time testing stretch :/

Sorry, I completely missed PR. Thanks for updating this!

We have more options. We can wait for an [event](https://docs.python.org/3/library/threading.html#event-objects) from the connector thread before sending the 'connected' signal. The event is basically that we got a reply on the...

I totally understand, but I don't see how to fix this without UI changes and since those are in a different package, this is tricky. Adding the spinner does not...