Justin Hamade

Results 10 issues of Justin Hamade

I am not able to use the command line tool because my account assumes a role and uses MFA. It is possible to allow MFA like so ``` const token...

Tested this out and it is working. Some details are left out.

Did see an example how to mock a raw query. I did see that you answered on #45 that it is possible. If I figure it out I will respond...

Had to manually add it ``` import Sequelize from 'sequelize' import SequelizeMock from 'sequelize-mock' const dbMock = new SequelizeMock() dbMock.close = () => Promise.resolve() // sequelize-mock does not include a...

@domagojk Thanks for publishing the blog posting and the code, they have been very helpful. I have a bunch of questions about your implementation. 1. Tracking time of events. You...

Child properties with dashes are supported by DynamoDB but the alias function did not account for them. This addresses this with some addition to the regex for safeDot.

I thought I saw another issue that mentions this somewhere but I can't find it now. Not sure how hard it would be to deal with this but DynamoDB won't...

Resolves #11 Thanks to @SeanCannon

This is already done but looks like there wasn't a pull request made. https://github.com/SeanCannon/dupertest/commit/5a6a3d5437b08a42cc90f9277050dd14c7fb5665

``` babel-eslint 7.2.3 7.2.3 8.0.3 devDependencies https://github.com/babel/babel-eslint babel-jest 20.0.3 20.0.3 21.2.0 devDependencies https://github.com/facebook/jest#readme eslint-config-airbnb 15.1.0 15.1.0 16.1.0 devDependencies https://github.com/airbnb/javascript eslint-plugin-jsx-a11y 5.1.1 5.1.1 6.0.3 devDependencies https://github.com/evcohen/eslint-plugin-jsx-a11y#readme file-loader 0.11.2 0.11.2 1.1.6 devDependencies...

needs attention