C W
C W
"Doesn't work" meaning I ran it, and my controller didn't respond or do anything whatsoever. In my case, I'm using the controller from a Matrice 600, possibly that could be...
Actually, I don't have any interest in using the controller as a input device with a PC. I'm *hoping* to get access to the one of the Matrice SDK interfaces...
Ah, I see. FWIW, `0x55, 0xaa, 0x55, 0xaa` at least is a *extremely* common set of values, used for synchronization. They might be doing auto-bauding, which could be why it's...
Here's a patch to `epub.py` that doesn't explode on epubs with missing files: ``` # This file is part of EbookLib. # Copyright (c) 2013 Aleksandar Erkalovic # # EbookLib...
A (hacky) fix for this is to just insert a `self.drawPage();` call in the `toggleReadingMode()` function.
Note that they appear to have locked this facility down, probably in response to the recent hack they had.
Also: https://github.com/stephenmcd/mezzanine/issues/1567
This is all using the windows cmd.exe prompt (well, I use the Console2 cmd.exe wrapper, but anyways). The only difference between the two runs is one I specify `SHELL=C:/cygwin/bin/sh.exe` in...
Ideally, the makefile should work with the simplified version of make that is provided with AS. As I understand it, AS6 comes with a version of `make` that isn't quite...
It's probably worth noting that `make clean` also fails on windows, since `rm` returns an error if you try to remove a non-existent file. This makes the `clean` exit prematurely.