iQQator

Results 34 comments of iQQator

workaround or patch: append it to `extension ChartDataSet: RangeReplaceableCollection` ``` public func replaceSubrange(_ subrange: Swift.Range, with newElements: C) where C : Collection, ChartDataEntry == C.Element { entries.replaceSubrange(subrange, with: newElements) notifyDataSetChanged()...

workaround: ``` radarData.forEach { element in guard let dataSet = element as? RadarChartDataSetProtocol, dataSet.isVisible else { return } drawDataSet(context: context, dataSet: dataSet, mostEntries: mostEntries) } ```

I have trouble when draw group of datasources ) ``` class XBounds` func set(chart: BarLineScatterCandleBubbleChartDataProvider, dataSet: BarLineScatterCandleBubbleChartDataSetProtocol, animator: Animator?) entryFrom = dataSet.entryForXValue(low, closestToY: .nan, rounding: .down) // - work perfect...

There is I found 20 books per page, enumerate it and parse book by book. When I tried to get the book author by the XPath template, I got an...

I did send an email for you with link to example-project

Hello, thanks for fast library, but I have same issue: - I was install latest version from git and check css regex query, it's still crash :( ``` root.xpath("//*[@id =...

redefinition on version 5.2.2 and Catalina + Xcode 11 :)

Please check this function with ASAN :) I have ``` ==42323==ERROR: AddressSanitizer: heap-use-after-free on address 0x0001150d1dd1 at pc 0x00010937ba74 bp 0x00016d591c50 sp 0x00016d591408 READ of size 1 at 0x0001150d1dd1 thread...

> Has anyone tested this on lower version of iOS such as 14.5? I am getting some crashes when applying this fix to my own fork. Which crashes ? May...