Chris Deacy

Results 19 comments of Chris Deacy

Just noticed this issue and love Stylus. Would be happy to contribute where needed

@maranomynet My favorite thing about it has always been how close the syntax is to Javascript. LESS feels like CSS with a few tools draped over it with less-than-desirable syntax....

How do you feel about using the underscore notation for helper files? It would just exclude any files that begin with an underscore. e.g. ``` | __tests__/_utils.js | __tests__/test.js ```

Agreed that doing agent configuration in the bootstrap is super awkward and that adding CloudFormation params for every agent config key would be really noisy. How about instead of an...

For anyone else stumbling across this issue, [express-form-data](https://www.npmjs.com/package/express-form-data) does the job pretty well

@reecefenwick > Are people happy to bring in an extra library to handle it (e.g busboy)? I think the main annoyance is that **we already are** bringing in an extra...

+1 to providing a warning as it's not at all clear to the user why the command doesn't work in this case

@ajbogh can you update the README?

> I believe "coverage" should have been "collectCoverage" since Jest lists the option as "collectCoverage". There is no "coverage" option in Jest. Hmm seems the initial description of your pr...

> So, ci fails due to eslint getting excessive parameter @Monar sorry for the delay! We had some issues in our CI logic that have now been resolved