Andy Hawkins

Results 30 comments of Andy Hawkins

Where can you get tutk 3.1.10+ .dll and .so files?

I think I could modify the source to work with windows natively using Win32/X64 .dll files without changing how any of the main functionality works. Just some modifications to `tulk.py`...

Memcached as well, working on an adapter core now.

Replicating composer loading, this file will allow a person to embed the release into their project and include one file to have access to the package. ``` include('lib/php-shopify-1.1.19/autoload.php'); $shopify =...

>Why should this library be responsible for that? I laid out a case for it in my original comment. I've seen it mentioned in the issues tab, figured I would...

I should also note, sock socket without ssl.wrapper works flawlessly.

Reproduce easily `./cli.py -u 'http://google.com/' -u 'http://yahoo.com/' -u 'https://google.com/'`

Closing issue, found error in code.

Well, I found the cause of the `_sslobj.write` dying, still doesn't wrap `socks.socksocket()` properly.

Sorry, for the lack of information. The first bug I found was directly related to the format of the request I was sending through the socket based on the har...