Jan Pöschko
Jan Pöschko
Interesting, thanks for looking into it! So maybe related to #1205? I guess the only workaround is to use something like `nodegit` (based on libgit2), then?
Ran into the same problem (during the ReasonConf Dojo yesterday): ``` $ yarn run build yarn run v1.13.0 warning package.json: No license field $ bsb -make-world [2/2] Building fake_src/sdl_index.mlast.d [2/2]...
Any chance you could point us to a full example that demonstrates the failing import?
Thank you! I'm adding a default export as a courtesy, but also changing the documentation to encourage the named import (`import * as WolframNotebookEmbedder` or `import {embed}`).
Not sure what we can do on the library's end to avoid this. Note that we're using [rollup.js](https://rollupjs.org/guide/en/) for bundling the library, not webpack.
We plan to support [PermissionsKey](https://reference.wolfram.com/language/ref/PermissionsKey.html) in the embedder library in the future. The "secret" key would still have to be included in the JS code that embeds the notebook. This...
Yes, this is a temporary glitch due to still having the (old) notebook model in memory on the server. You will only see this if you had the old version...
Hm, no idea where those bombs are coming from... What index.html are you talking about exactly (there are two in the repo)? Did you follow the build steps, starting the...