Tom Limoncelli

Results 583 comments of Tom Limoncelli

"you lost the fact that it was quoted" -- I would imagine that the fact that it is ASCII 34 means it was quoted. Can the string be formed any...

Sadly (?) we've never seen this behavior at SE. We do a blackbox_decrypt_all_files in our CI system many times each day. I'd love to track this down since it seems...

I hadn't considered that. If it helps any... at SE, our repo with the most BB files has 61. The others have 2-3 files. You could test your hypothesis pretty...

Interesting new issue! Is this a problem with GPG or with Blackbox? Do you think gpg-agent is getting confused by git replacing so many files?

Merge in these changes to fix Windows build: https://github.com/StackExchange/blackbox/pull/321

I confess that the reason for this decision was that "it worked". I tried a few other things that didn't work and this was the first one that did work....

tbh, I think the stuff we did around permissions was a design mistake. Adjusting permissions is a layering violation. Permissions should be handled at a different layer. Cloning the permissions...

sorry for the long delay... 1) yes, please move forward with a PR. I'd be glad to answer any questions. 2) Ultimately we shouldn't depend on the binary format. Instead...

The latest source supports it. please check out the newest source and see if you have any problems. -- Sent from Gmail Mobile

I'm surprised that blackbox-files.txt includes the entire path (`/Users/test/Dropbox (test)/base-ami/cookbooks/test_base/attributes/secure.rb`) instead of just `cookbooks/test_base/attributes/secure.rb` What command was used to register the file?