Matt Dell
Matt Dell
Hi, I've spent about a day trying to get the docker image deployed onto AWS. I can see looking through the issues that people have manged it, but I don't...
In my project I'm having an issue where my tests fail intermittently with an error in the beforeEach like `✖ "before each" hook for "should [some test name]"` Like I...
I'm trying to add react-styleguide-generator into my app but I keep getting the following error. (apologies for the length but an example of my react code is after this snippet)...
Hello, How could I best approach including gender in my mock data? Taking that a step further, how could I include mock data of male names and female names? I...
I'm trying to follow your example here, but I'm using ES6 import declarations instead of ES5 require statements. It seems compiler.js isn't happy about the transform, even with harmony mode...
Looking at https://github.com/serverless-components/aws-cloudfront/blob/master/lib/getCacheBehavior.js I see the input is `ttl` which then gets assigned to all TTL values. ``` MinTTL: ttl, DefaultTTL: ttl, MaxTTL: ttl, ``` But I want to set...
I have added jsencrypt to my project and now my tests are throwing an error. This is what I see in the console: ``` MOCHA Testing... RUNTIME EXCEPTION Exception occurred...
I can't see any reason to have a hard-coded z-index that high. In my projects I keep my z-indexes in a sass file and I only increment them by 1...