Complex2-老爹
Results
2
comments of
Complex2-老爹
trafficstars
`rem` is defined as a function, but typst-lsp prompts that it is a constant.  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) ==...