Alex McConnell

Results 8 issues of Alex McConnell

I don't understand why you chose to use this for your syntax: `expect actual |> to(eq expected)` rather than this: `expect(actual).to.eq.(expected)` The second seems far more readable to me. Like,...

enhancement
help wanted

The installation documentation is great, but where's the documentation on how to use it?

enhancement

I have a very barebones app for doing a simple code example, and adding this makes all of my imports return undefined; package.json: ``` "dependencies": { "@babel/preset-env": "^7.9.6", "babel-plugin-wildcard": "^6.0.0",...

The only way I've been able to get this to work in webpack is to either go into your index.js and manually tell the require to use .js or to...

There's some serious problems with Navigator.pop completely breaking things, and it looks like no one's done anything about it or anything else in the past year.

One of the node_modules installed is dynamodb, which seems to work, but it really should be dynamodb-doc if you want to unit test this sucker.

I haven't cloned this repository, so maybe there's just something different from your code and mine that I'm missing, but when I use context.succeed for the create operation, it shows...

The modular sample app is recommended for seeing the styles in the style guide in action, but it doesn't really seem to follow the current style guide very well. None...