Joe Pea

Results 1897 comments of Joe Pea

PR: https://github.com/nate-strauser/wework/pull/64

Hang on, needs some improvements for the tag handling...

This breaks the accordion behavior, so I don't think can be merged. I also had the same problem though, so my workaround was different. I added code to page.js: ```...

Notice the `` and `` tags, and the `false false false false`.

npm install fails in the travis build?

On another note, using `new Function` might not be a good idea, because with certain Content Security Policy headers present in a web app, the browser [will block `eval` and...

For now, I can get by with `compiler: {promises: true, noRuntime: true}, useRuntimeModule: false` for fast-async, but I thought that `compiler: {promises: false, noRuntime: false}, useRuntimeModule: true` would be better,...