Andrew Voynov

Results 598 comments of Andrew Voynov

I think a recommendation would be nice/enough. There are several recommendations already written, for example about revert commits. Adding a recommended value or range would give devs the idea of...

Nice. Thank you! Here is my MWE: ```typst #let ru_alph(pattern: "а)") = { let alphabet = "абвгдежзиклмнопрстуфхцчшщэюя".split("") let f(i) = { let letter = alphabet.at(i) let str = "" for...

I mean, for convenience — yes. But is it the only one which should be added — probably not. Although I don't know if every language uses its own alphabet/syllabary...

@syroezhkin, I think I haven't opened an issue asking for all numbering styles (not only Russian ones) because I have found this package: https://github.com/typst/packages/tree/main/packages/preview/numberingx/0.0.1 https://github.com/edhebi/numberingx Which implements all the "predefined...

I'll re-open this issue, because the provided solutions are more of a workaround, than what I described/wanted. There is already support for English, Japanese and Chinese, IIUC (https://typst.app/docs/reference/model/numbering/#parameters-numbering): > **Counting...

I think it's a new version of Dioxus and not `dx`. The `WindowBuilder` method can serve as a workaround.

Was fiddeling with this today. MuPDF v1.23.6 (Nix) either with some levels of zoom or when pressing `e` button shows this artifact, that I haven't seen before (also present in...

This is most likely an unrelated error. Try changing `public` to `assets` (depending on the value of the `asset_dir` in the `Dioxus.toml`) or removing the line completely (and using the...

I have very strange guidelines (or maybe the lack of them). Normally I would sort bibliography items alphabetically (by author, title, and year). But in a provided example I have,...