You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My computer was really slow today, and CM6 became glitchy inside JS. I think that CM6 is not using the incremental parse system inside the submodes, only in Julia.
These videos were taken in a really big notebook (https://github.com/ClimateMARGO/interactive) with 6x CPU slowdown (chrome devtools), which is similar to how it felt before rebooting :)
JS
Schermopname.2022-02-04.om.00.41.09.mov
Julia
Schermopname.2022-02-04.om.00.41.34.mov
The text was updated successfully, but these errors were encountered:
I anyone is looking at this, there is a "secret" JS function to toggle this. If you run window.PLUTO_TOGGLE_CM_MIXED_PARSER() in the JS console, mixed modes will turn on and this will be remembered for future Pluto invocations.
A minor bug report: the mixed parser does not work for sql""" strings. To be more precise, the color of sql""" strings is different than that of normal strings, but there is no SQL syntax highlighting. This is strange, since judging by the code I read it should work.
(But on second look, that file was last changed 2 years ago, so it is not surprising the code got a little stale).
My computer was really slow today, and CM6 became glitchy inside JS. I think that CM6 is not using the incremental parse system inside the submodes, only in Julia.
These videos were taken in a really big notebook (https://github.com/ClimateMARGO/interactive) with 6x CPU slowdown (chrome devtools), which is similar to how it felt before rebooting :)
JS
Schermopname.2022-02-04.om.00.41.09.mov
Julia
Schermopname.2022-02-04.om.00.41.34.mov
The text was updated successfully, but these errors were encountered: