PgBiel

Results 402 comments of PgBiel

Sorry, what are you referring to by "type name"? Do you mean the output of `#repr(int)` and `#repr(str)`?

Using `locate` in that way was deprecated as indicated by the warning in 0.12.0. Please use `context` instead (also note that you don't have to cast a number to content...

The argument is that this function only accepts a selector now after the grace period (that started in v0.11 and had a warning in v0.12), so it's being treated as...

It doesn't make sense for `--font-path` since each `--font-path` is supposed to add an additional directory, so an empty list of additional font paths is just no argument at all....

I guess you're right, though the possibility still exists for scripts, so I'd say that part is solved. Not so much for the environment variable though.

`#set page(columns: 2)` is indeed now the recommended way to typeset your document with two columns, using a multi-column float at the top for the title and abstract, as such:...

I think that's a slightly different use case. Here's how I'd do it: ```typ #set enum(full: true, numbering: (..args) => { let nums = args.pos() if nums.len() == 1 {...

> The port currently installs `rustc` version 1.81.0 Please try `cargo install --git https://github.com/typst/typst --branch 0.11 --locked typst-cli` (note the `--branch` instead of `--tag`) and report back.