Complex2-老爹

Results 2 comments of Complex2-老爹
trafficstars

`rem` is defined as a function, but typst-lsp prompts that it is a constant. ![rem is a function, not constant](https://github.com/nvarner/typst-lsp/assets/40851978/7d8eb8b9-e4fe-4ab1-abc0-b09549f7c05b) For packages (say `physica`) inside `@preview`, `tensor` is identified correctly...

Easy hack by a recursive function: ```typ #let deep-merge-pair(dict1, dict2) = { let final = dict1 for (k, v) in dict2 { if (k in dict1) { if type(v) ==...