Andy Barcia Rodríguez
Andy Barcia Rodríguez
Typst is Turing-complete, so it can be used to write pseudocode in a similiar way to the algorithms package in Latex with user-defined functions. Another user in Discord created a...
I really like the idea of var(), specially if it makes the internal code simpler. Although I'm wondering if it would be possible to use single quotes for the shorthand...
It seems to be a problem with the evaluation engine, specifically, the way `MathFrac` selects its numerator and denominator. https://github.com/typst/typst/blob/4428646c9997171e3aea25ad2f0c151755f072da/src/eval/mod.rs#L692-L696 https://github.com/typst/typst/blob/25acefeb5b0cf0977ad01fe3128d494d9617a2cf/src/syntax/ast.rs#L836-L846 https://github.com/typst/typst/blob/4428646c9997171e3aea25ad2f0c151755f072da/src/syntax/node.rs#L117-L125 It seems that the denominator is picked as...
Sadly, Typst doesn't appear to have anything like warnings. The source file is either parsed correctly, or syntaxNodes of type "error" are generated. Anyway, I think that arguments can be...
This problem is apparently caused because the trackers doesn't actually detect anything with the default configuration (at least for me), because this line sets the score threshold too high: `rcnn_test_cfg.score_thr...