c9s
c9s
we still have the issue here, with SQLBoiler v4.16.2
This was implemented in GetOptionKit. FYI: https://github.com/c9s/GetOptionKit/wiki/Defining-Options#incremental-flag
I like your proposal. Actually that's included in our roadmap (throwing different exception to show corresponding help message). The `ExecuteMethodNotDefinedException` is used in two case: 1. the developer forget to...
Sounds great, I agree with the second solution. let's do it :)
> Prefixing is complicated and wrought with special cases. Most can just be prepended with the browser prefix, but some require rewriting to old syntax or duplicating blocks for each...
> @c9s > > I see that BBGO already supports Mysql, should you close it? the persistence here is not for trading history, it's for storing key-value data especially trading...
I'm not sure, is this an expected result?
it seems the websocket connection is disconnected or re-created, and so it loses control of the target window.
looks like the same issue: https://stackoverflow.com/questions/59855089/chromedriver-keeps-losing-connection-right-after-the-start-of-the-selenium-test
I remember the deprecated method was `registerCommand`, please replace them with `command(...)` Also please check out our example application, it will show you the API (it's basically the same): -...