Yesudeep Mangalapilly
Yesudeep Mangalapilly
pushd $(git rev-parse --show-cdup) > /dev/null 2>&1; git submodule foreach --recursive 'git ls-files'; popd > /dev/null 2>&1 That dumps the list of files recursively excluding untracked files.
Hi. I'm not so sure about the problem. Even with -j4 it's taking quite a while. I built GNU Emacs from source and that takes a lot less time to...
Running just `make -j4' works pretty fast. Please feel free to close the bug. :)
You can "clean" stuff without polluting tup. I strongly believe a build system should not require "clean". If you wish to force remove all generated files, you can use revision...
I have implemented this atop PyCrypto using X.509 certificates/public keys and RSA private keys in my Python implementation of OAuth 1.0. The tests you have mentioned pass. See: https://github.com/gorakhargosh/pyoauth/blob/master/pyoauth/protocol.py#L189 The...
I believe the OAuth 1.0 specification has been extended to include url-encoded parameters from any HTTP request now. See http://tools.ietf.org/html/rfc5849#appendix-A Therefore, the current behavior of the library should be maintained...
A comparison of query string generated by python-oauth2 (left) versus what's expected (right). http://twitpic.com/5gs8z5/full ``` >>> sorted(["c%40", "c@", "c2"]) ['c%40', 'c2', 'c@'] ```
@peritus How did you obtain the stack trace?
Hey, Thank you for the kind words. Yep, the project is in alpha at the moment. Hopefully, it'll be polished pretty soon. =) Cheers.
Heh. Yep. Haven't tested that routine yet. Soon soon. =) Cheers.