Joseph Chambers

Results 27 comments of Joseph Chambers

Just a fly on the wall here, and following this topic as were affected by this as well.

@ankane if I finish this one off, would you be willing to merge this in?

This is amazing work, thank you for this.

> So I was doing some testing on the belongs to field to make sure it was similar to the one specified with the --parent flag, I don't see the...

@jonasgrunert yes thats to show the active tab but not displaying the content thats in that tab.

@jonasgrunert I think an example would be great!

I like scss better because, at least I think so because we can have things like autoprefixer. Do styled-components offer this?

I get the same problem with cloud9 > module.js:327 > throw err; > ^ > > Error: Cannot find module '/home/ubuntu/.config/how-to-npm/registry/npmde/body.json' > at Function.Module._resolveFilename (module.js:325:15) > at Function.Module._load (module.js:276:25) >...

@dougwilson is there anything I can do to help move this PR along?

Just an update on this PR. I added a flag to check if the current node version supports these features with: `detect.all('const', 'let', 'arrowFunction')` in the beforeEach though it seems...