Przemysław Wrzesiński
Przemysław Wrzesiński
Is [this fix](https://github.com/danielgindi/Charts/pull/4763/files) related?
I'm also seeing this issue. I'm using time interval since 1970 as x values and drawing a `CombinedChartView` with candlesticks, line and bar data. Not sure if this helps, but...
> > I'm also seeing this issue. I'm using time interval since 1970 as x values and drawing a `CombinedChartView` with candlesticks, line and bar data. Not sure if this...
> @PWrzesinski If you are using timestamps as X-axis values, you will be getting a thin candle stick chart as the difference between two consequetive timestamps is large. Thats why...
If anyone has trouble with the original problem, this is what I came up with: class OAuth2CodeGrantParams: OAuth2CodeGrant { var tokenRefreshParameters: OAuth2StringDict? override func authorizeURL(withRedirect redirect: String?, scope: String?, params:...
I've used something like this: import socket import socks ... socks.setdefaultproxy(socks.PROXY_TYPE_HTTP, "127.0.0.1", 8000, True) socket.socket = socks.socksocket this comes before any call to Imbox. Maybe it will help.
@bo0tzz could you make this configurable? I don't have any example right now, but sometimes displaying empty value for some languages is the desired behavior.
Thanks for taking a look @MattKiazyk! I've updated the implementation. Here's how it looks currently: * At the start: * When not logged in: Considering if the red color is...
Is it maybe related to this issue: https://github.com/yako-dev/flutter-settings-ui/issues/161 ?