fvbommel

Results 4 comments of fvbommel

> That is why the editor can't display the context data for a node inside the subflow - it doesn't know which instance of the subflow you want to look...

> I just tested this out on old reddit, and it does appear to work in the accessible way. On old Reddit it appears to be a setting: preferences =>...

I worked around this by telling my DNS server to resolve `*.ts.net` via `100.100.100.100`. For anyone using CoreDNS, add this to your config: ``` ts.net:53 { forward ts.net 100.100.100.100 }...

I've written an initial implementation of this: #7825 I'd love some feedback.