Rafał Mikrut

Results 395 comments of Rafał Mikrut

This is expected, because rust have problems with optimizing specific slint structures - https://github.com/rust-lang/rust/issues/121354 There is also workaround, but requires rust nightly - https://github.com/qarmin/czkawka/tree/master/krokiet#compilation

Looks that slint changed generated format and now it compiles quite fast with slint 1.8

The reason this feature was removed is that it was quite buggy, and I wasn’t able to fix it despite spending a fair amount of time on it. Since I...

What is status of this PR? I have random crashes related to logic bugs same as in linked issues, but when looking at CI I see that there are some...

Not really, because I don't really know what fix should be applied(clamping?, wrapping? or maybe completely different behavior)

Your logger should allow to disable messages from certain modules

Ubuntu 24.04, probably default font ``` typst compile appendix_1182521647_IDX_13_RAND_16144817441186598688330.typ [crates/typst-pdf/src/font.rs:201:5] &font = Font(Noto Color Emoji, Normal-400-FontStretch(1000)) thread 'main' panicked at crates/typst-pdf/src/font.rs:204:75: called `Result::unwrap()` on an `Err` value: UnknownKind note: run...

I cannot reproduce this with precompiled typst 0.11.1 (786457e3) from https://github.com/typst/typst/releases/tag/v0.11.1 but can with self-compiled version from git branch. This file was found by CI, so I'm almost sure that...

Oops, I forgot to append it [compressed.zip](https://github.com/user-attachments/files/16732973/compressed.zip)

Is there any command that I could to run from cli to reproduce issue? I could minimize output if this would be possible