There is an undefined variable `i` in `gate.typ` at line 66 (https://git.kb28.ch/HEL/circuiteria/src/branch/main/src/elements/logic/gate.typ#L66).
This prevents from using `y: (from: "...", to: "in1")` to align the gate's input port to the given anchor. Only `to: "out"` is "supported".
HEL
added the bug label 2025-10-21 05:53:49 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There is an undefined variable
iingate.typat line 66 (https://git.kb28.ch/HEL/circuiteria/src/branch/main/src/elements/logic/gate.typ#L66).This prevents from using
y: (from: "...", to: "in1")to align the gate's input port to the given anchor. Onlyto: "out"is "supported".