Results 1307 comments of Laurenz

I must admit that I'm not yet convinced that XHTML loading should be part of the standard library. While I'm still generally favorable towards `html.decode`, I'd also defer that for...

This invokes last resort fallback, which tries to find a font that is as close as possible to the primary font. In the first case, it tries to find a...

I think the Typst Universe specific checks don't really belong in the compiler repository. Was that the idea or are you talking about some other kind of validation?

Alright, then we can merge once you've pushed.

I reviewed this again after the two regressions, this time actually comparing the moved code fragments. Didn't find anything major, but I noticed that typst-kit's OpenSSL dependency is unconditional on...

Yeah, but the CLI uses downloading unconditionally whereas in typst-kit it is optional.

@dessert1 Are using Typst 0.13.1 or the latest build from main? The fix hasn't yet been released.

Doing this by default would be highly surprising to me as a user. That's as if rustc embedded my source code in the binary. In my opinion, we shouldn't assume...

There is already an existing PR: https://github.com/typst/typst/pull/7211