Fons van der Plas
Fons van der Plas
Ah sorry I only fully understand it now: it's about unsupported stdin. Could you check if it's possible to detect an attempt to use stdin? I suspect not, especially if...
Is this with Julia version 1.12.0-beta4?
This is about https://github.com/fonsp/Pluto.jl/blob/main/src/runner/PlutoRunner/src/evaluation/deleting%20globals.jl . We no longer need `deleted_world` for most things since Julia 1.12 (https://github.com/JuliaLang/julia/pull/53415), but we still need it here: ```julia if isfromcell(method, cell_id) && method.deleted_world ==...
Thanks @j-fu ! I took a short look – it looks like 1.12 comes with a new API for checking if a method is currently "still alive" called `dispatch_status`. You...
```julia import Pluto; Pluto.run(threads=12) ``` This should work. Are you sure that only one thread is being used? Can you share a screenshot/video where you demonstrate this? > when I...
I understand your frustration, but a lot of previous work has gone into this behaviour, it is not accidental. Try searching for "threads" in this github to learn more.
If you like, I could write a little widget that lets you play a note/chord?
I wrote a notebook where you can play notes! And I made a spontaneous little recording with my flatmate ☺️ A bit chaotic but really cool! [MusicTheory notebook recording.html.zip](https://github.com/JuliaMusic/MusicTheory.jl/files/13963694/MusicTheory.notebook.recording.html.zip)
And how is your experience with Pluto? 🎈 What could be improved to make Pluto better for your use case? Feel free to reply here or email me!
@Pangoraw knows best about RNGs and threading in Pluto :)