Results 26 comments of Ben

looks like needs some extra code if one wants to filter, the following works for now https://github.com/ptaoussanis/timbre/issues/138 ``` (timbre/merge-config! {:appenders {:println {:fn (let [logger-factory (clojure.tools.logging.impl/find-factory) logger (clojure.tools.logging.impl/get-logger logger-factory *ns*)] (fn...

needs mongo https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/

@carver made progress on this, any chance a maintainer can have a look at a PR when ready?

that works,thanks. for next trying to install pip I get ```curl https://bootstrap.pypa.io/get-pip.py -O rustpython get-pip.py ``` ```ERROR: Could not find a version that satisfies the requirement pip (from versions: none)...

pip install info from here https://rustpython.github.io/blog/2021/01/26/pip-support.html also not clear what the docs here are for https://rustpython.github.io/docs/ awesome project, overall I think finetuning for newbie users will help more. also eg....

``` cargo build --features=ssl ./target/debug/rustpython --install-pip rustpython -m pip install requests ``` results in SSL error ``` WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(524550, '[x509...

example of Annotation is here https://github.com/rrag/react-stockcharts-examples2/blob/master/examples/MovingAverageCrossOverAlgorithmV1/src/Chart.js#L170 anotate refers to this code https://github.com/rrag/react-stockcharts/blob/master/src/lib/annotation/Annotate.js .... In terms of color of the dots the fill color is set to green here https://github.com/rrag/react-stockcharts/blob/master/src/lib/series/SARSeries.js#L61 https://codesandbox.io/s/github/rrag/react-stockcharts-examples2/tree/master/examples/CandleStickChartWithSAR

@pipermerriam has anyone attempted any progress in this direction? digging into this a bit this referenced code moved from https://github.com/kayagoban/shadowlands-core/blob/master/shadowlands/credstick/ledger_ethdriver.py to https://github.com/kayagoban/shadowlands/blob/master/shadowlands/credstick/ledger_ethdriver.py this gist needs rebase https://gist.github.com/bargst/5f896e4a5984593d43f1b4eb66f79d68 there is a...