Jonathan Beilin
Results
3
issues of
Jonathan Beilin
Thank you for all of your work making a durable, reparable, customizable, libre trackball. I'm absolutely loving my Ploopy Classic Left-handed trackball, but I almost flashed it according to the...
Simple code for repro: `session = pynder.Session(FBTOKEN) matches = session.matches() for match in matches[:5]: print match` Result: ` File "pyntest.py", line 11, in matches = session.matches() File "/Users/archer/Downloads/pynder/pynder/session.py", line 41,...