PgBiel

Results 402 comments of PgBiel

Thank you. In principle, this seems sound to me, but I'll wait for @laurmaedje's opinion.

> (As a side note, if typst is going to advertise "Power through Composability", should stuff like align work similarly on math and text?) There have been discussions regarding ways...

Trailing zeros are expected to be kept as an indicator of the precision you're working with, per [docs](https://typst.app/docs/reference/foundations/decimal/#constructor): > The fractional digits [of the string parameter in `decimal(string)`] are fully...

Big sorry for the delay by the way, I've been incrementally reviewing this PR for several weeks now, but there's quite a bit going on and I wanted to think...

Seems to be related to failing `disambiguate_AndreaEg3`[^1], `disambiguate_AndreaEg5`[^2] and `disambiguate_FailWithYearSuffix`[^3] CSL processor tests: ``` Test target/haya-cache/test-suite/processor-tests/humans/disambiguate_AndreaEg3.txt failed Expected: Smith, Brown & J. Jones (1980a); Smith, Brown & J. Jones (1980b)...

> These tests also fail on main currently, so I think this has nothing to do with my changes? Are you sure? I'd expect archive tests to fail as archive...

Typst 0.11.1 cannot be built with Rust 1.80.0 or later due to a problem in the `time` dependency. You will have to either downgrade your Rust toolchain to 1.79.0 or...

We could consider bumping on the `0.11` branch so users who want to compile from source while sticking to 0.11.1 can still do so (through the branch instead of the...

As was observed, the hayagriva file format does support including PMID and PMCID separately as part of `serial-number`. Translating the `.bib` file in the example using the hayagriva CLI (or...