Forrest O.
Forrest O.
One issue that I noticed at DL is that some projected graphics can obscure tracking, especially as the sun sets, making the projections brighter relative to the room. Do you...
Looked at the positioning with remote debugging. Scrolling down, the sticky bottom nav gets off: Nav notifications hit area: Scrolling back up, it lines back up: This supports the "off...
I'll update visualize to use the new version of the-graph (custom element) and klay (autolayout) next week. This should fix these issues.
It looks like https://github.com/noflo/fbp doesn't parse `P1` as a valid component name. ``` POne(C1) OUT -> IN PTwo(C2) PTwo OUT -> IN PThree(C3) ``` works.
Actually, ``` P1(C1) OUT -> IN P2(C2) P2() OUT -> IN P3(C3) ``` and ``` P1(C1) OUT -> IN p2(C2) p2 OUT -> IN P3(C3) ``` work as well. @bergie...