Alberto Mengali

Results 53 comments of Alberto Mengali

@Pangoraw I don't seem to be able to get clickable errors from macros with the code you pasted even on vanilla (latest) Pluto: ![image](https://user-images.githubusercontent.com/12846528/183919698-871211e0-a306-4453-abb4-55ed7ad00e73.png) If I put the the `throw`...

You can also put the URL of a Pluto notebooks in the `Open File` and it will automatically create a new notebook and put inside the contents of the remote...

@Pangoraw, I have seen your referenced commit and I have just one clarification. Do you mean just having a single field to record the `depends_on_something` on the julia back-end and...

@Pangoraw, what do you think about a shift in the way we track all these status flags of a cell? Now we have basically 4 different flags for `disabled`, `depends_on_disabled`,...

I just think that having a single status field is neater and probably easier to maintain (especially if we keep adding flags/status when adding functionality to Pluto) than having a...

I do confirm that this is the usual way I shut down Pluto since a long time, by spamming Ctrl+C until the julia session returns after a lot of errors...

It does seem indeed, though the title of #2136 is too restrictive as it also seem to happen on MacOS and I am on windows but not through Git Bash

Regarding 1), a quick hack to avoid the stdout getting huge is easy to get with CSS by adding a cell with this code: ``` html""" pluto-log-dot.Stdout { max-height: 300px;...

> I'm not sure if this is worth opening its own ticket as it seems to fall under "more comfortable console output". On my M1 mac the console background moves...

Thanks a lot for the amazing work into trying to add WebIO support. I have been trying this branch as I needed to access a trace type that is available...