Results 1026 comments of Laurenz

> You can support both dictionary and pattern string. What I meant was "what if I want to append or do some other thing" rather than preprend vs do nothing....

I'm optimistic that we'll find a good design for dependent counters, but I'm not really convinced that the proposed `count` function and the removal of the `counter` type are the...

The "correct" way to do this is to write a figure show rule that doesn't render the caption. Unfortunately, one needs to know how the default show rule (which is...

We discussed this and [decided](https://github.com/typst/typst/issues/6276#issuecomment-3068989088) that we want to keep the ability to import with keyword names and, if anything, explore raw identifiers syntax for accessing such bindings, so I'll...

I'm right now not at all deep enough into the debate here to leave a topical comment, but renaming `cases` to `group` without a proper replacement or at least consensus...

I think most people use `cases` for case distinctions and renaming it to group means we have no semantic element for case distinctions anymore, which I think is a problem....

Not sure whether this is even a bug. The smartquotes work as intended and the text above with manual quotes simply doesn't use non-breaking spaces.

Fixed by https://github.com/typst/typst/pull/5976

> https://github.com/typst/typst/pull/5976 is about the smartquote elements. This issue is about manually inserted guillemets. The following still does not work as intended in the April 10 development version, which should...

> I'm not sure if there is a reason why we don't use that feature. We do: https://github.com/typst/typst/blob/b5ef9244eb2b546b47530d40860e9e04256aafb2/crates/typst-kit/Cargo.toml#L34-L37 We have `default-features = false` at the workspace level because `typst` as...