Christopher Swenson

Results 42 comments of Christopher Swenson

Thanks for looking. This is not based on AES-CTR, though it could be easily modified to work similarly. This isn't based on anything formal, and is *not* meant to be...

I tried that route, but I couldn't quite make it work because the path wouldn't match -- the import command still creates a `vault_transit_secret_backend_key` resource, after all.

I also see this. In addition, often I get Gaze totally crashing when this happens on Linux: ``` events.js:85 throw er; // Unhandled 'error' event ^ Error: watch ENOENT at...

I've had pretty good luck with getting typo.js to work (with the ACE editor, for example: https://github.com/swenson/ace_spell_check_js)

Oh, that looks neat @kelseyq -- I like it. I think it would be easy enough to modify this to use something like AWS KMS to control access to the...

Is the `sre` module from Python

Awesome! I'd love to see some work on that then :)

Sounds good to me. I'll postpone this, except for pieces that aren't in other standard libraries (for example, the `math.gamma` and `math.lgamma` functions (some of which can be found in...

I've had a hard time running out test suite under anything other than what we have. The logic to determine what constitutes a test by default is strange. I mostly...

@candeira It does! I believe there is a flag you can use with nose to make it auto-parallelize.