markostamcar

Results 6 issues of markostamcar

Google recently forced everyone writing a review to use their Google+ profile. I think the current .proto lacks this and doesn't return it in the "rev" API call. Could you...

Not going to do a pull request, but you might find this useful: 1. Dithering instead of threshold: In `sirius/coding/image_encoding.py`, find `def threshold(im):` and add `im = im.convert('1')` In `sirius/coding/templating.py`,...

Note: Still having trouble on some iOS versions where the soft keyboard won't open at all but since I don't own any iOS device, it's hard to test. Will be...

enhancement

Hi, great project! :) We will be using it to allow users to search through our Computer Museum inventory. If you check out my fork, I made a few improvements...

- on Windows, you might need to set the file access mode in patch_odex.py to binary: odex_buff = open(odexFile, "rb").read() and patched_odex = open(outputFile, "wb") or else you will get...

Thanks for this project, it's really pushing TTX to new limits, I LOVE IT! :) :) I would like to use the same RPi for both TTX output and Doom...