Dave Edelhart

Results 39 comments of Dave Edelhart

I have put this code from your sample into my page ``` var editor = new EpicEditor({ basePath:"https://raw.github.com/OscarGodson/EpicEditor/develop/epiceditor/", theme:{ base:"/themes/base/epiceditor.css", preview:"/themes/preview/github.css", editor:"/themes/editor/epic-light.css" }}); editor.load(); editor.open('new'); editor.importFile('new', ' foo bar ');...

While not ideal, I found that lobotomizing all references to localStorage seems to obviate the problem. I am working on my blog - it is all in local development but...

I have put in (verbatim) what I see in your code ``` var editor = new EpicEditor({ basePath:"https://raw.github.com/OscarGodson/EpicEditor/develop/epiceditor/", theme:{ base:"/themes/base/epiceditor.css", preview:"/themes/preview/github.css", editor:"/themes/editor/epic-light.css" }}); editor.load(); editor.open('new'); editor.importFile('new', ' foo bar ');...

I should be fairly close to being able to show you working / nonworking examples. On Sun, Jul 15, 2012 at 10:26 AM, Oscar Godson [email protected] wrote: > So do...

Lets see what happens when I take my project out of localhost.

npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants generator-karma@>=0.9.0 npm ERR! peerinvalid Peer [email protected] wants generator-karma@~0.5.0 yes please make...

I will try to set up a jsFiddle for you.

Also - strange error during animation (i.e., when features data is updated) ``` Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'color') Call Stack updateObj node_modules/three-globe/dist/three-globe.module.js (1772:0) eval...

The repo can be checked out - it points to an absolute API/server for its data. I can't really divorce it from the react context easily.

for reference - it seems like the babel bundler looks at the `fn a(){...code...})()` construct and explodes it into ...code... ignoring the internal reference to the executor