Hi, I have an annoying bug in Grafoscopio. While text nodes are updated as I write them, code nodes capture the penultimate keystroke. So, when I revisit a text node all the typed content is there, but when I do the same with a code (playground) node I found the last character lost (this is particularly annoying when the last keystroke is a key completion or a cut and paste operation that happens in a single combined stroke).
When I was programming the notebook behavior I remember dealing with transmissions between parts of the playground and the rest of the UI and how to capture playground events. So I think that a minimal test example would be to send to the Transcript, keystrokes from the playground as they happen and to see which the the message that capture them all. So, How can I print playground contents as I type them in the playground? Thanks, Offray