Dan McGee

Results 9 comments of Dan McGee

Example of what I am seeing: http://www.toofishes.net/uploads/sqlite-iphone-map-recursion.png

Not sure if this is helpful to gauge the dataset size: ``` sqlite> SELECT COUNT(*) FROM CellLocation; 22823 sqlite> SELECT COUNT(*) FROM CellLocationBoxes; 83119 sqlite> SELECT COUNT(*) FROM WifiLocation; 185515...

How do most other packages handle this? This warning is rather annoying: ``` $ python2 setup.py check /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) ```

Yes it is! I've been super busy with other projects though so have been neglecting pull requests here. I'll try and take a look at this sometime this week. >...

Hey! Thanks for looking into this. I did a quick spike to see the minimum changes necessary to support mode 1002 packets and came up with this commit- 9f41365f5e63f64. I...

Thanks for the follow-up info. I'm a bit busy this week but can incorporate these keys into more test cases and then see where that takes us. No problem on...

@dkg or @alex-nitrokey - I would be happy to transfer ownership of this project and the python package to one of you! I no longer have time (or the need)...

I wouldn't be opposed to it if it doesn't double the size of the library and make it harder to use for read-only cases. Additionally, I have been ensuring everything...

@aklinker1 Is there anything I can do to help get this reviewed and merged?