Alex

Results 13 comments of Alex

I didn't even know Postico 2 was a thing, but I just grabbed it, and this is indeed fixed! ...and it has sql formatting built-in ...and support for FUNCTIONS holy...

RSully, I agree, but I didn't see a way for cookielib to load a set of cookies via anything [except a filename](http://docs.python.org/2/library/cookielib.html#cookielib.MozillaCookieJar). If there is some other builtin set of...

Fair enough. I've renamed the arguments to allow for both: ``` --cookie-file=FILENAME specify a Netscape cookie file --cookie=NAME=VALUE specify a cookie name-value pair (multiple --cookie is allowed) ``` I find...

RSully, if you use `--cookie`, then no temporary file be created, and none of the libraries I used to process the cookiefile will even be loaded: - `cookielib` - `urllib2`...

I don't think this touches Safari's cookies: if I pass in cookies for auth for webkit2png, and then go into Safari's cookies, I don't see any entries for the domain...

Merged in the latest `paulhammond/master`, which necessitated a couple more minor changes.

I'm embarrassed to admit how long it took me to realize that `NSURLRequest` uses Safari's cookies by default, independent of the code that this pull request is adding. Consider me...

I have this in #40, but I haven't seen @PaulJuliusMartinez around since early March, so that PR remains unmerged.

Hmmm, I initially didn't like the added busy-ness of having "items" all over the place, and also the terminal coloring makes it very clear what is a preview and what...