Josh
Josh
Looking at your screenshot in readme. Doesn't the text seem a little misaligned to you?
`#import ` The code breaks at this line. In the tutorial, it said to add libxml2, but the code doesn't use 2. Any explanation here?
Any idea why `ImportError: No module named dnskeybase` would raise when importing eventlet?
Having an issue reading a large HTML file for a date. `Traceback (most recent call last): File "scraper.py", line 142, in matches = list(datefinder.find_dates(todayHtml)) File "/Users/user/anaconda/lib/python2.7/site-packages/datefinder/__init__.py", line 31, in find_dates...
PTSMessagingCellDemo/PTSMessagingCell/PTSMessagingCell.m:40:21: 'sizeWithFont:constrainedToSize:lineBreakMode:' is deprecated: first deprecated in iOS 7.0 - Use -boundingRectWithSize:options:attributes:context: PTSMessagingCellDemo/PTSMessagingCell/PTSMessagingCell.m:112:44: 'sizeWithFont:forWidth:lineBreakMode:' is deprecated: first deprecated in iOS 7.0 - Use -boundingRectWithSize:options:attributes:context:
I've tried: api.PostDestroy(id=id) api.DestoryStatus(id=id) And none have worked. Any idea what it is since there's no documentation for it?
How do you close a connection?
The latest version of PokemonGo-Map has the fix: https://github.com/AHAAAAAAA/PokemonGo-Map/issues/738 
Code missing
I just pulled this and opened up the Xcode project and I see there are no .swift files. Where's the code?
Shouldn't the bridging header include XMPPFramework's dependency KissXML?