gumpcraca
gumpcraca
Also, after fixing that error in the source and rebuilding, I'm getting another error: Traceback (most recent call last): File "pclip.py", line 14, in kb.type_string("hello world!") File "build/bdist.macosx-10.9-intel/egg/pykeyboard/base.py", line 54,...
Also suggest, to simplify things, create a class var for "?:"{}|~!@#$%^&*()_+" called something like unsupported_shift_chars, then reference it throughout the class rather than referencing a static string constantly
Another issue: you will never type a return character on mac since in mac it would be \n or \r\n depending on version. In character_translate_table, you need to add a...
The version of future he's running is `0.14.3` I can replicate it with that. Seems like it would be good to change requirements.txt to include a min required version.
Maybe instead we have a reply_to_source method that's required?
The problem here is when you introduce XMPP or weird ideas like Facebook or Twitter, on a per message basis we would want to know how to reply to the...
The suggestion here isn't for the connector itself to inherit from Message, but for non standard connectors like Twitter to subclass Message and override some functions like the one we...