storyicon
storyicon
use `ExecuteFuncStringWithErr` instead.
I think it would be better to provide a function like `IsValidPattern(string) (bool, error)` to let the developer know whether an expression is valid before call `Match(string, string)(bool, error)`.
I'm sorry that I'm late! If you use `MySQL` as the storage engine, you will encounter this problem. The cause of the problem is: `golang-proxy` uses `sqlite3` as the storage...
Apologies for my lateness. Like [gox](https://github.com/mitchellh/gox), `gos` only implements cross compilation by controlling the environment variables of go.
Sorry I am late, I just re-tested the code and cannot reproduce the problem. The relevant code is at: https://github.com/storyicon/gos/blob/master/cmd/gos/cross/workhorse.go#L46 https://github.com/storyicon/gos/blob/master/cmd/gos/cross/workhorse.go#L71
Sorry I'm late, I was delayed by some things some time ago, I have supported this feature via https://github.com/storyicon/powerproto/pull/6: You should now be able to use the variables in the...
Using a lower version of go could indeed be a problem, it was an oversight in my documentation, I've fixed it with #2, thanks for the heads up.
Thank you for your encouragement, this project can help you is my greatest motivation.
I think there is some difference between `page.Wait()` and `page.SetImplicitWait()`. `page.Wait()` is used to block the process and wait for an element to appear. If it does not appear before...
The following two points deserve further promotion: 1. Expose the TableName method in the mutation. 2. Hook supports Query. They are used to support automatic split tables and can be...