Andrew Henshaw
Andrew Henshaw
Spent an hour debugging this in my own code. Can an alternative version of _serialize_into_vec_ that doesn't prefix with the length be created?
I can help.
Even inside a math block? That seems unnecessarily awkward.
For the same reason that you don't have to escape floating-point numbers in a **code block**. Within a **math block**, floating-point number should be considered as one of the "expected"...
No, I'm referring to the Typst scripting **code block**, documented here: https://typst.app/docs/reference/scripting/. There, the Typst developers made a decision to not escape floating-point numbers (there are other escapes used within...