Sakumatti Luukkonen
Sakumatti Luukkonen
Using the `big_lines` parser option might help. This is a limitation in libxml2 — it stores line numbers internally as a short, so they’re limited to 16 bits on most...
We saw a similar issue. We had set `line-height: 0` for `` elements in our app, which affected nth root as well. I find the use of a `` tag...
FWIW, the issue can also be solved with an API like this ```typescript z.discriminatedUnion("type", [ ["a", z.object({ type: z.literal("a"), value: z.string() })], ["b", z.object({ type: z.literal("b"), value: z.string() })], ])...
With https://github.com/sluukkonen/iiris/issues/235, the second question would be easier to answer.