Sébastien d'Herbais de Thun
Sébastien d'Herbais de Thun
> I love the rustyness ;) > > An alternative syntax discussed while doing pipe : `a.enumerate().map( (i, x).. => x)` It makes sense in pipe but it's not nice...
> hm, in your prototype Content struct, why do you use NonNull and VTable instead of just `Box`? Actually, there is a difference, the VTable is at least needed for...
> I'd like to work on some of the layouting designing and changes, so I would love to be included in these discussions 😄 You are absolutely welcome to! I...
> Hi, is anyone implementing our typst's #765 feature? Hey, currently I have done some work as part of a larger set of optimizations, however my initial work was very...
Arguably that only works on Linux/macOS, and you should expect most users to be either on Windows or on the web
> Doesn't Windows [have pipes](https://superuser.com/questions/586331/when-did-the-windows-command-line-get-the-pipe)? Windows does have pipes, I was answering to another comment suggesting passing `/dev/stdout` as the output file would work. Which is not something that you...
Yes indeed that does appear to be the same issue
I mean the way I solved it was by manually adding a weak pagebreak before the first slide which somehow fixed it, but I am not sure why :(
> I surely had a reason when I implemented that :D It might very well be that Typst's pagebreak behaviour changed since then. I do think some things changed since...
I think that currently it counts as empty content 🤔