wyx
wyx
In `arbitrage.observers.traderbot.TraderBot#end_opportunity_finder` ``` def end_opportunity_finder(self): if not self.potential_trades: return self.potential_trades.sort(key=lambda x: x[0]) # Execute only the best (more profitable) self.execute_trade(*self.potential_trades[0][1:]) ``` potential_trades sort by profit and use `0` index not...
use go mod tidy to install ``` go: finding module for package github.com/swaggo/gin-swagger go: finding module for package github.com/go-project-name/docs go: finding module for package github.com/swaggo/files go: found github.com/swaggo/files in github.com/swaggo/files...
/kind question How to get auth token for istio-dex not just cookie,I just use code to emulate UI process and **this way is not suitable for production** ```python def get_cookie()...
OSX 10.14.5 (18F132) ``` Process: FastoNoSQL [25771] Path: /Applications/FastoNoSQL.app/Contents/MacOS/FastoNoSQL Identifier: FastoNoSQL Version: ??? (2.4.1.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: FastoNoSQL [25771] User ID: 501 Date/Time: 2019-07-08...
I want to know that why rancher can not clear the node completely because I find some containers still running after xxx-cleanup completed ,when remove the cluster it created. And...
data.cols["date"].astype(pd.Timestamp) ?
### 0. Before Your ASK 1. Try to find an answer by reading a [FAQ](https://github.com/chobits/ngx_http_proxy_connect_module/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquestion). ### Ⅰ. Issue Description I config a forward proxy to connect a self-signed certificate url...