Fons van der Plas
Fons van der Plas
Fixing the underlying microtask problem instead of writing our own transpiler is a 👌👌👌 idea
We can support this by just inserting a new script element in DOM, like jupyter: https://github.com/jupyterlab/jupyterlab/blob/fcceef7d6e2c8139c3e95b0a4794428cf485ffdb/packages/rendermime/src/renderers.ts#L1149-L1176 But we still want to define our globals like `currentScript`, and reassign `this`. And...
To repeat what we discussed in the Pluto call: **This is AWESOME, and we will use it for binder soon!** We won't enable it by default for the registered Pluto...
We could factor out the inline definition of `real_action` in Editor.js into a separate file. We can structure it as a function: ```js create_actions_for(client, {get_state, set_state}) -> PlutoActions ``` and...
```juila import MinimalPlutoDisplay as MPD function cool_plot(x) const diplay = MPD.create_display( let import PlutoPlotly PlutoPlotly.plot($x) end) end ``` And it would: - Not start a new process - Use the...
Can you also write how this compares to https://plutojl.org/en/docs/abstractplutodingetjes/#is_inside_pluto ?
Yes really strange! I also noticed this, and it's strange that only a couple of the final packages precompile twice, not the whole depenedency tree. Since Julia 1.11 is not...
title and subtitle might be cool? and we concat with ` – `
@gruumsh1 Do you speak Farsi?
Hey @gruumsh1, really nice to hear! Indeed this is a super important topic, and the project is at a phase where documentation and onboarding is the most valuable work. I...