Gargo

Results 22 comments of Gargo

> I created this extension, it works fine! > > ```swift > extension MoyaProvider { > > class MoyaConcurrency { > > private let provider: MoyaProvider > > init(provider: MoyaProvider)...

@kennic what about to add functionality which allow to avoid that? I also know that sometimes `layoutSubviews` doesn't work properly and `drawRect` becomes the only way to get a valid...

@MarioIannotta the question is why do you use 3 constraints to specify a vertical position on the screen while 2 of them is enough - bottom and height for example?

Found out that `LineChartRenderer` has `drawCircles(context:)` method and currently you need somehow override this method to add a shadow because circles are drawn in the middle of this method.

Found this solution: ``` chart.leftAxis.xOffset = 10 chart.leftAxis.labelXOffset = -chart.leftAxis.xOffset ``` But it is not appropriate because labels are cut from the left side

@dianaafanador3 I posted a bug. Then you didn't fix it (no commits) but immediately wrote to confirm if the error message persists. What do you mean?

@dianaafanador3 I confirm this issue persists. How to disable these logs if they don't work properly?

@Jaycyn in my case it compiles and works to but shows these inner realm errors. Does it depend on cpu (m2)?