Ilia

Results 44 comments of Ilia

Maybe something like ```typ #show heading: block.with(stroke: 1pt, inset: 4pt) = Hello #show heading: it => it.default() = Hello again ```

If I understand it correctly, stack size is pretty big (second argument) https://github.com/typst/typst/blob/0bb45b335fb8b34af9ce33e1684e58c046ee5e45/crates/typst/src/eval/call.rs#L179 This message means that you have deep recursion (probably infinite), or something like that

> wouldn't the same code running on a normal Linux host fail too? That makes sense

I think it's because neko is now on an older version of telegram

Maybe better to do something like in pandoc ```rs {numbering=true} fn main() {} ``` This is better for future extending

> either a boolean or a function Not sure about boolean, maybe use just `none` for disabling, and function for customizing?

I guess this can be closed now? @laurmaedje

I think it could be related, because I faced a similar issue, that .gitignore didn't work. By default it's `true`: [ignore::WalkBuilder::require_git](https://docs.rs/ignore/latest/ignore/struct.WalkBuilder.html#method.require_git) upd. No, I read it wrong

I think this issue could be closed? It's possible to use [`Note::guid()`](https://docs.rs/genanki-rs/latest/genanki_rs/struct.Note.html#method.guid)