Diego Torres Milano

Results 6 issues of Diego Torres Milano

After installing from deb: ``` $ /System/Applications/komorebi Welcome to Komorebi ** (komorebi:17781): CRITICAL **: file /home/abe/Videos/komorebi/build/src/Utilities.c: line 294: uncaught error: :1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1) ** (komorebi:17781): CRITICAL **:...

``` File "/usr/local/lib/python2.7/dist-packages/androidviewclient-15.3.1-py2.7.egg/com/dtmilano/android/culebron.py", line 1540, in concertinaLoopCallback self.sayText(Concertina.sayRandomText()) File "/usr/local/lib/python2.7/dist-packages/androidviewclient-15.3.1-py2.7.egg/com/dtmilano/android/culebron.py", line 770, in sayText ViewClient.sayText(text) File "/usr/local/lib/python2.7/dist-packages/androidviewclient-15.3.1-py2.7.egg/com/dtmilano/android/viewclient.py", line 3896, in sayText pipe = subprocess.Popen(['/usr/bin/festival']) File "/usr/lib/python2.7/subprocess.py", line 711, in __init__...

http://stackoverflow.com/questions/17119365/androidviewclient-and-system-settings-app

I think there's a problem in the example: ``` .shouldMatch(/(Hello|Bye)/) .shouldNotMatch(/Wrong answer/) ``` should be ``` .shouldMatch(/(Hello|Bye)/) .shouldNotMatch(/Wrong answer/) ``` or you'll get SyntaxError: Invalid regular expression flags I'm also...