Eskil Gjerde Sviggum

Results 8 issues of Eskil Gjerde Sviggum

### Description Currently, when adding an Encodable document to a collection, the `addDocument` method returns a `DocumentReference`. Often this is not need and thus generates a warning in Xcode which...

type: feature request
api: firestore
Swift API

Error thrown: `NSConcreteMutableData replaceBytesInRange:withBytes:length:]: range {0, 73} exceeds data length 0` Workaround solution until a fix is available: -> Attempts to replace `replaceBytesInRange:withBytes:length`: with `setData:` ```swift class AppDelegate: UIResponder, UIApplicationDelegate...

This PR aims to implement support for parsing @\property declarations, an interface’s superclass and conforming protocols. The following header-file: ```objective-c @interface BasicName : NSObject // Another comment @property(nonatomic, readonly) NSArray...

Fixed #21897 missing points in scatter series with boost This fix changes the behavior for scatter and bubble series (where sorted is false). The optimization attempts made in `pushSeriesData` does...

Product: Highcharts
Changelog: Bugfix

Fixed #21928, Setting plot options for pie-chart with multiple data labels does not work. - Issue was resolved by merging data label options in pie plot options with the defaults....

Product: Highcharts
Changelog: Bugfix

Fixed #21863, Boost does not work with Treemap --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1208339061077327

Product: Highcharts
Changelog: Bugfix

#### Expected behaviour Setting plot options for pie-chart with multiple data labels should show pie chart. Using `series` plot options works as expected, but not `pie`. #### Actual behaviour Pie...

Type: Bug
Product: Highcharts
Status: Has workaround