ymofen

Results 3 issues of ymofen

ll1 := s2.LatLngFromDegrees(30.755702, 114.127656) c1 := s2.CellIDFromLatLng(ll1) neighbors := c1.AllNeighbors(8) ![image](https://github.com/golang/geo/assets/5770737/da5f9f17-510d-4cd8-9150-28872c51353b)

opts := []selenium.ServiceOption{ selenium.Output(os.Stderr), // Output debug information to STDERR. } // How can I do this? opts = append(opts, selenium.StartupArg("--ignore-certificate-errors")) service, err := selenium.NewChromeDriverServiceEx(chromeDriverPath, port, opts...)

现在一开启就显示了所有的通道. 看起来很混乱, 希望能增加订阅通道的功能

enhancement