Jake Donham
Jake Donham
if you type ``` let x = 10 ``` then edit to ``` let x: Code = 10 ``` the editor crashes (the code parses but `Code` doesn't have a...
maybe I never implemented this?
e.g. if you select all of * foo * bar * baz indenting / dedenting doesn't move all the items together
cmd-L focuses the search box and selects its contents; but if the box is already focused, the contents are not re-selected. This is due to the goofy (?) setup of...
clicking on a `/foo` link works, but `/foo bar` doesn't go anywhere
the first paragraph of a note can't be deleted by hitting backspace
even if you don't change a page, re-publishing can sometimes reassign the styled-components class identifiers. I think they are assigned randomly in styled-components, maybe there's a way to generate them...
Separate lines in `code` or `liveCode` blocks are all in the same `text` node, separated by newlines; so line-oriented operations don't work right. For example, control-k to delete to the...
Sometimes saving a file from emacs makes it disappear in the note list. Here's a debug trace ``` Filesystem.ts:274 timerCallback Filesystem.ts:156 /Users/jake/Google Drive/docs.blog/blog / 2021-10-21-Reconstructing-TypeScript-part-5.pm was deleted Filesystem.ts:118 /Users/jake/Google Drive/docs.blog/blog...
In an editor state like ``` ... // some code ... // some more code Some text ``` if you delete the selection, the text of the following paragraph is...