Satoshi Nakamura
Satoshi Nakamura
- **I'm submitting a ...** [*] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
I'm creating a small utility which uploads a number of files to S3 using aws package and found that it crashed with segfault after making a lot of HTTP requests....
I tested pbkdf2 function from pwstore-fast and pbkdf packages, and found that these two libraries generated different results. ``` >>> Crypto.PBKDF.ByteString.sha256PBKDF2 "password" "salt" 1000 32 "c,(\DC2\228mF\EOT\DLE+\167a\142\157m}/\129(\246&kJ\ETX&M*\EOT`\183\220\179" >>> Crypto.PasswordStore.pbkdf2 "password" (Crypto.PasswordStore.importSalt...
Just tried this snippet on GHCi 7.4.2, then it threw an error. ``` >>> :set -XOverloadedStrings >>> import Crypto.PasswordStore >>> salt >> pbkdf2 "test" salt 14 "*** Exception: Derived key...
Even though the document of fetchRow says "Will automatically call finish when the last row is read.", it doesn't finish the statement after it reads all rows. Actually, it finishes...
It became extremely slow when I updated babel-plugin-angularjs-annotate from 0.8.1 to 0.8.2. time babel --presets es2015 --plugins angularjs-annotate app.es6.js > /dev/null app.es6.js is around 750KB/25,000 lines. With 0.8.1 > real...