Bradbev
Bradbev
My target use-case is starting the appium service with "--relaxed-security". The other approach I considered was to allow more directly creating the appium.WebDriver struct so clients could provide an existing...
Hi folks. I'm learning Vecty by following the Todo example. In the example.go file there is this block of code ``` go store.Listeners.Add(p, func() { p.Items = store.Items vecty.Rerender(p) })...
I ran into a couple of minor issues when following this. Thanks for the great explaination!