Wieland Hoffmann
Wieland Hoffmann
This has been (sadly) at the bottom of my todo list since I closed CAA-75. To implement a content type check we need to change `_safe_read` to return the file-like...
Whatever we decide to do, I think we should allow to overwrite what's used for caching by providing a default implementation (like `store_etag_for_url(url, etag)` and `get_etag_for_url(url)`) that users can assign...
I know that as an AttrDict ([1](http://code.activestate.com/recipes/361668-attrdict-a-dict-whose-items-can-also-be-accessed-a/), [2](http://code.activestate.com/recipes/576972-attrdict/))
Oh, one thing to note it that since the check is hardcoded to 443, I doubt this will work for redirects from HTTP to HTTPS, but I have to admit...
This question has been answered on IRC already, but if anyone else is interested: without calling `ne_ssl_trust_default_ca`, libneon (or its SSL backend) doesn't trust any certificate, so the connection to...
I have the same problem, so I'll just add the output: > easytags.vim 3.4: vim-misc 1.8.5: External command failed with exit code 1! > Command line: sh -c '(/usr/bin/ctags --fields=+l...
Any progress on this? I'm now running abzsubmit on some files again and reading multiline error messages in one line is no fun :(
@cowboyd Unfortunately not. I just clear the cache every once in a while (which, for my emacs package, is only once every few months).
Well, it also means that you can be fairly certain that if a disc is returned on the second try that it's the users disc which saves another (does this...