Jared Deckard

Results 39 issues of Jared Deckard

While testing AES in CCM mode using sjcl I was unable to decrypt the resulting cipher text with an external library, because sjcl allowed me to use an invalid IV...

**Issue:** When `force` is enabled, multitasks are unconditionally marked as success, even if a child task fails with a warning. **Expected behavior:** A multitask is only marked as success if...

Fixes #137 Allows the oauth host name to be inferred from the base path safely. Clarifies some error messages. Adds notes for args that are inconsistent with instance properties.

Note: This unrelated to #59. I am debugging the instrumented code in a browser, and it would be a lot easier if there was a source map that the browser...

It looks like `active_support` was an erroneous release that got yanked. The correct gem name is `activesupport`. ``` localhost:wemo jared$ bundle install Fetching gem metadata from http://rubygems.org/............ Fetching version metadata...

I noticed a few closed issues about the root directories being watched, but I am seeing messages about them being "added" and when I change files in the root directory....

``` js include: path.resolve(__dirname, '../src'), ``` [karma.config.js#L49](https://github.com/zyml/es6-karma-jasmine-webpack-boilerplate/blob/05b74e4/karma.config.js#L49) "../src" should be "src" since `karma.config.js` is in the root directory. I am putting my tests in "spec" instead of "src/__test__" and when...

https://github.com/stellar/stellar-viewer/pull/9#discussion_r16560911

bug

https://github.com/stellar/stellar-viewer/pull/9#discussion_r16556455

Profile schema serialization. Compare the JIT hooks proposed in #629 with other optimization techniques.