+merlan #flirora
+merlan #flirora
This isn’t always appropriate: * sometimes you always want to start transactions explicitly, and * sometimes you want to share an Automerge document across multiple threads (with something like `Arc`,...
Should have said this earlier, but my original motivation for this was for updating [automergeable](https://github.com/jeffa5/automergeable) to use the latest Automerge API, in which the data of compound values aren’t stored...
Perhaps the cooldown can be displayed as a bar below the icon or as the number of seconds until it expires.
I’m interacting with Java code, so a way to bypass conversion into UTF-8 would be helpful for me, too.
Don't strings already fulfill this role?
That would require running Python in the browser, so probably not.
Personally, my idea is to depict an earthquake in the logo.
Should `none` still be supported as a value, in this case to suppress the page number? **Edit:** This also applies to the header if `number-align` is set to `top`.
4 is caused by multiplying inf by a length that has either zero absolute part or zero em part (`float("inf") * (1pt + 1em)` doesn’t crash), as `0 * inf`...
The other issues arise from trying to construct a `Frame` with infinite size. While we could handle case in places where `Frame::new` is called, I think it might be better...