Michael Waterfall
Michael Waterfall
I'm having to handle time zones where I only know the UTC offset and no specific time zone identifier string. I'd still like to be able to plug in these...
These changes allow me to manage multiple Flickr accounts within one app, and removing any shared dependencies. The default behaviour has not been changed, and the only public changes are:...
I've noticed that the args (token, username, nsid, etc.) passed to the `didObtainOAuthAccessToken` delegate method still need URL decoding as they contain percent escaped characters.
I'm working on a fork to add an option (`--no-markdown`) that will allow the conversion of HTML to pure plain text. For example, this will add quotation marks around blockquotes,...
This is a great framework! From using it I've noticed a leak in the FMEngine.m file. The NSMutableURLRequest *request object is allocated but not released in the method dataForMethod:withParameters:useSignature:httpMethod:error:.
Unfortunately I don't have time to properly submit a pull request (plus I'm not familar with coffeescript just yet), but I'd like to make a quick suggestion. In order for...