PC Drew

Results 29 comments of PC Drew

Oh great! Those are issues I hadn't considered previously. In my tests, the second issue worked fine as is--a header coming after a section rendered with the proper level. The...

Great! Thanks for looking into it.

@manosim - have you looked into this PR yet?

@manosim - any questions/concerns with this PR?

Same problem and the previously mentioned: > ```json > "exclude": ["lambda_packages*"] > ``` hack didn't prevent the huge zip file. Still waiting for this to be properly pushed to PyPI.

Can we restart this after #833 is merged? The dependency `node-inspector` is what was causing the build to fail before--no `node-gyp`. That dependency was removed a few weeks ago.

@doug-wade 🥁 🥁 🥁 and?

Try changing node versions: `nodejs_version: "7"`. The builds install fine for me, it's the tests + CRLF/LF issues that are the problem. The Babel tests rely on generating a file...

I was thinking the same thing. Something like [this](https://github.com/jonschlinkert/remarkable/issues/122#issuecomment-150011254) maybe?

I tracked this down a few weeks ago and concluded that react-server uses Webpack to produce the client side version of an isomorphic app. If you look [here](https://github.com/redfin/react-server/blob/master/packages/react-server-cli/src/compileClient.js#L134) you'll see...