PgBiel

Results 402 comments of PgBiel

Just to add to this (I hope it's fine to share this here lol) that I made a library in pure typst that makes this (and more) possible: https://github.com/PgBiel/typst-tablex I'm...

This is an awesome idea - I like how you used the Typst-way:tm: of joining a sequence of things by simply returning them (or, rather, implementing the add operator, and...

> Maybe this should supersede the current path function? Could we maybe just use the current path system as a shorthand for several `moveto` and/or curve instructions then? If we...

So @LaurenzV , after doing some reading here, I must say, this is looking impressive; good job! Just got a few comments/questions: 1. I wonder if it'd be viable to...

> Hmm, at least considering the way we currently have it (having only one exposed `datetime` function which handles everything from `date`, `time` to `datetime`), I don't think this makes...

Nice, good job! Just to say, I got a little curious; is weekday "a number or `none`" because invalid dates can be specified? If so, would it be worthwhile to...

> Would it make more sense to have a `canvas` element? I think both ideas aren't exclusive; canvas will also need some form of path drawing. However, of course, the...

Perfect! Thanks for the explanation! :+1:

Hey, last minute thing haha, but I forgot to mention this earlier... would it be possible to have a Unix timestamp method as well? (Maybe with a customizable epoch? But...

By the way, I wonder in which `missing_fields` functions should `#[track_caller]` be added? I added it to all so far, but just wanted to be sure regarding which criteria I...