Tv

Results 377 comments of Tv

For what it's worth, here's my current workaround, based on the earlier comment, but avoiding that tight loop because I'm and OCD programmer: ```typst #let formatNumber(number, precision) = { assert(precision...

My use case: A template that takes input like "2023-04-01" and can output "April 1, 2023". And now that I realize that "April" there implies localization, the *right* answer for...

I ended up triggering this trying to make Tufte-style tables (e.g. https://simplexct.com/data-ink-ratio-tables). Though even with passing a dict to stroke, I don't see a great way to control the lines...

For Tufte-style tables, I think all that would be needed would be for stroke to be able to be a function just like fill and align can be. It'd be...

I made my first chapter include the main README: ``` $ cat doc/intro.md {{#include ../README.md}} ``` This breaks any relative links in README.md (unless they're to *.md and a similar...

Duplicate of #37 ? As far as I know, fixed but not released.

Describing others as "very angry" and "drama" is drama-seeking behavior. Please consider who is the source of drama when using such tone.

It's sad and somewhat frustrating that the internals of Linux and macOS/Mach don't happen to align enough to make FUSE work well on macOS. I don't think I have more...

These seem to be now available as "llvm-tools" (no "-preview"). Did this issue get accidentally left behind?