Ryan Billingsley

Results 10 comments of Ryan Billingsley

Running into this same exact problem. This [issue](https://github.com/rails/jbuilder/issues/84) from JBuilder may have something to do with it?

I have had similar problems with this rule and cannot get OmniSharp to ignore it despite it being in the config.json my server loads.

@johngeorgewright I am getting an error when trying to use this with express 4.1.1 ``` TypeError: Property 'locals' of object # is not a function at Layer.exports.Rack.Rack.handle (/Users/ryanbillingsley/Dev/covert-deer/node_modules/asset-rack/compiled/rack.js:79:16) ```

Never mind, looks like it is choking on coffee-script not being compiled now

The problem is in the switch.js ``` try { module.exports = require('./compiled'); } catch(error) { //require('./node_modules/coffee-script'); require('coffee-script'); module.exports = require('./lib'); } ``` `require` is failing to find the module `'./lib'`...

I think this would be the problem https://github.com/jashkenas/coffeescript/pull/3279 Coffee-script introduced a breaking change to how requiring coffee-script works.

I followed up with @pdefreitas but just so every one knows, I left the company a while back so I haven't been able to administer this at all. I reached...

@pdefreitas @casz as you may have noticed, the repo was transferred back to me. I will look at this PR as soon as I can this evening. I mentioned it...

Sorry everyone, I left the company a while back and was no longer a part of the Github Team so I wasn't able to do anything about this. I would...

@l3x I used your changes and got `pta` to install and run, but I can't get it to quit, no matter how many times I hit `^C`