123mitnik

Results 5 issues of 123mitnik

After following the documentation and setting up successfully the eventstore, here what happens if i disconnect from internet for about 2-3 minutes _note: this happens on osx with the mentioned...

when running the Example Algorithmic Trading bot and the server is started with: ``` RUST_BACKTRACE=full ./tdb-server -vv -a -f "/tectonicdb/test/test-data" -i 10000 ``` ``` from tectonic import TectonicDB import json...

running the python Example program: Plotter (example-plot.md) on OSX with ``` (base) ➜ ~ python --version Python 3.7.6 ``` ``` RuntimeWarning: coroutine 'TectonicDB.cmd' was never awaited self.db.cmd("USE {}".format(market).encode())[1] RuntimeWarning: Enable...

i guess it will be difficult to add multiple urls for the dir option like the dirsearch.py's : -L URLLIST, --url-list=URLLIST otherwise we can pipe it in the shell but...

inside the docs it is written that the config must be `max_connection_age` when in reality the name of the variable is - `connection_max_age`