Mikko Ohtamaa
Mikko Ohtamaa
Use something like: https://code.google.com/p/jquery-numberformatter/ ... to format decimal in the locale-specific format
**Is your feature request related to a problem? Please describe.** A lot of notebooks have commented out pip install line at the start. **Describe the solution you'd like** You can...
#### Problem description fastquant fails to render `backtest()` result chart #### Example Running Lesson 2 Notebook on Google Colab here: https://colab.research.google.com/github/enzoampil/fastquant-blog/blob/master/_notebooks/2020-03-09-lesson2-backtest-your-trading-strategy.ipynb #### Expected behavior I get a diagram for `backtest`...
The [reverse proxy documentation](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#streaming) refers to recognising streaming responses. However it is unspecified how this is done, making it guess work for the upstream application developers how to support Caddy...
**Format**: OpenAPI 3.0 **Official**: YES **Url**: https://tradingstrategy.ai/api/onchain/open-defi-api.yaml **Name**: Open DeFi API **Category**: financial **Logo**: https://raw.githubusercontent.com/tradingstrategy-ai/frontend/master/src/lib/assets/logo-two-lines.svg This is an API to get OHLCV candle chart data for decentralised exchanges.
### Describe the bug If SvelteKit's `fetch()` is called against a URL that causes a CORS error in a web browser, the resulting behaviour might be unexpected for a developer....
# Issues I am using Dramatiq 1.1.12. I am posting background jobs to Dramatiq workers and reading the results back using the following pseudocode: ```python # Posting tasks message =...
Python has a troublematic history with timezones. You can have two kinds of datetime objects - with or without a timezone. You cannot compare between these twos. Your code will...
I am opening this item here for discussion. When building small scale websites, most views have only one route to them in the form of simple path. Having a separate...
The README mentions Ropsten, Kovan, etc. But is the library compatible with other L1 or L2 based chains that run their own hosted EtherScan instances, like polygonscan.com?