Maxwell Watson

Results 6 comments of Maxwell Watson

> Thanks for opening this issue! Thanks for the detailed response! I've been thinking this over since you commented and have tried playing around with some other examples. This is...

> Is this similar to #3952? Yes. That issue is about the Concourse module being invalid. This issue is a symptom of the invalid module. The module is invalid because...

> We would have to extract `go-concourse` out and give it proper semantic versioning. We haven't done this yet because we're still "moving fast and breaking things" and are pretty...

We are also running into issues cloning a repository with submodules. If this is approved, can we merge and release it @itsdalmo @rickardl?

I'm less interested in a holy war than I am in consistency. Here's [an example solution](https://github.com/azat-co/expressworks/blob/master/exercises/stylish_css/solution/solution.js) from [expressworks](https://github.com/azat-co/expressworks): ``` node var express = require('express') var app = express() app.use(require('stylus').middleware(process.argv[3])); app.use(express.static(process.argv[3]));...

For what it's worth, I'm still seeing this error after following the installation steps outlined in the original post. @JacksonGariety's `require 'mocha_rails'` fix resolves the issue but Rails then returns:...