multisn8

Results 208 comments of multisn8

Personally I'm partly able to reproduce this, but very randomly, running on Sway.

I think this is a perfect moment to ~~ab~~use rr, I'll see if I can get any recordings with that bug happening.

Okay, got a trace. At `window/mod.rs:401` the `initial_size` does really represent the true window size, but it seems like it's somehow not propagated to the grid renderer/ignored at creation.

It looks like the packaged tikzjax just ships an old version of chemfig, where `\charge` wasn't available. Using `\listfiles` in the preamble and looking into the console: ``` chemfig.sty 2019/04/18...

Fwiw another case where it's not directly visible that the content is *re*produced causing the stack overflow would be this: ```typst #show "stack": it => it.text "Smashing the stack for...

@Andrew15-5 The mark you wanted can be implemented without any changes to typst through a zero-width no-break space. Hacky, causing double-raws like below if `cmd` is already in a codeblock...

@Andrew15-5 the problem I see with the word joiner is that potentially emojis are formed with that. Maybe that's the case with U+FEFF as well, but idk. Anyway, maybe you...

Listing a couple of fallacies when developing for Linux I commonly see with large projects "migrating": - Support _both_ X11 and Wayland, not just X11, preferring Wayland if both are...

Test results: - On native wayland, everything's fine and smooth as ever. - On Xwayland, there's a few freezes the first few seconds after starting up, where interestingly the view...