Michael Feng
Michael Feng
### Describe the bug After logging in, if the user reloads page when on http://localhost:8501/, they have to log in again. I think this is because the Authenticate function in...
## Who - All Dashboard maintainers ## Why - Since we're using StreamLit for the beta version of the dashboard, community maintainers should be familiar with how it works ##...
When you load up a strategy DB to use with Strategy Dashboard, you will likely see this error msg if the strategy recently started. I think changing the default candles...
When I run a bot on `kucoin_paper_trade` and analyze it with Strategy Performance, it says `ETHUSDT` symbol not recognized. This is probably because the symbol format in the dashboard is...
# Why To use the new Perpetual Protocol connector, users need to connect their xDAI wallet and node. Currently they can't change the node yet, but in the next release...
Suggestion: add a flag that lets users select certain color scheme For instance, my site defaults to the `slate` (dark theme) but ideally I'd like the PDF exporter to use...
**Description** * A connector to Balancer (https://balancer.fi/) * Should implement the `Uniswapish` class * Support `ethereum`, `arbitrum` and `polygon` chains * Contains unit tests and meets % coverage requirements See...
Original issue: https://github.com/hummingbot/hummingbot/issues/6099 -- Whatever I do on Polygon, I always get "Token not supported" Steps to reproduce: Created clean docker instance Created gateway with 'gateway create' Set up uniswap...
**Describe the bug** * Call `/amm/price` for WETH-DAI on Sushiswap Goerli: ``` { "network": "goerli", "timestamp": 1678831599966, "latency": 0.482, "base": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6", "quote": "0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60", "amount": "0.010000000000000000", "rawAmount": "10000000000000000", "expectedAmount": "1196132100000", "price":...
**Feature Suggestion** Some formats can't be created with 2.0. Update it to 3.0 (OpenAPI standard) to support multiple examples like how this article show: https://www.viralpatel.net/openapi-multiple-examples/. Multiple examples could help showing...