Paul Sonnentag

Results 17 issues of Paul Sonnentag

If we adopt the "claims and wishes" system in Paper Programs more and more of the code should be moved to actual papers. I feel slightly uncomfortable storing all my...

After my visit to Dynamicland I was very inspired by all the cool things they have beyond what Paper Programs currently offers, most importantly the claims and wishes system. I've...

Currently if you pass an unknown command to `paper.get` it blocks the program indefinitely. ```js const number = await paper.get("paperNumber") // typo, "number" would be correct ``` Instead I would...

I wanted to experiment with multiple whiskers but creating the second whisker failed with the error: ``` Error[program:0:0]: "Cannot read property 'getContext' of null" ``` The problem seems to be...

## The big picture of what I'm trying to do I want to be able to change the value of a text field by changing the value in the model....

I want to be able to resolve a cursor in a previous document, but only if the op that the cursor points to is actually present in that version of...

When you subscribe to changes on a doc handle the first time the document loads the state on the handle is still "loading" in the change callback even though the...