Jacob Christie

Results 9 comments of Jacob Christie

I agree it would be nice to have the the functionality #4297 provides, and I appreciate the frustration you are feeling. There are three issues: 1. There is supposed to...

For now I am going to leave my work as a fork. Where I can contribute back to this repo I will (like I have with the updated testing). I...

I'm all for this, but there has been resistance to adding more function calls in the past. I believe the justification for this hasn't been valid since about Swift 3,...

I think that as Charts is today, the implementation makes sense. Two notes: 1. It seems heavy to subclass the chart in the example. Why not just set the renderer...

@liuxuan30 I think this is a good start. I think this would be good to release alongside Charts 4.0.0. I will start to get familiar with the ChartsRealm repo so...

I have implemented a custom assertSnapshot in the referenced PR above for anyone needing to work in Silicon/Intel mixed teams. You can find it [here](https://github.com/danielgindi/Charts/pull/4574/files#diff-0d32a7d53d8fd03be1ffad9d1ec32e012e94cc23c3c299665402fec709f1832b) on line 22. While I...

@elisaBarindelli We greatly appreciate your work here. This PR is quite large as expected, but in an effort to make it a) more manageable for us, and b) more maintainable...

`asyncFunc` must be an `@Sendable` closure to enable Strict Concurrency checking