Jonathan Arweck

Results 54 comments of Jonathan Arweck

Thanks for highlighting this issue! This is something I absolutely was not aware of. Considering that there are seemingly no guarantees regarding `double.Epsilon`, I'd be inclined to eliminate all its...

I have certainly don't have any objections to a new release! However, when looking at the list of unreleased changes, I think in the spirit of semantic versioning maybe this...

Closing this according to the discussion in https://github.com/oxyplot/oxyplot/discussions/2012. If there is interest to continue with this topic, feel free to let us know in here or start a new PR.

This PR came up in the discussion in #2012. Initially the links seemed like a nice idea to me. However, after thinking a bit more about it, I am not...

Yes, agreed, so I will close this for now. Thanks anyway @Lette!

> Do we want polygons to have holes in them? If so, how do we want to represent this? Our rendering API does not really support this I think... So...

I think that reason may be that SkiaSharp (or really skia) does not automatically fall back to a different typeface if the user-specified typeface does not support a certain character....

Do you happen to have any more details about what exactly is leaking the memory? I'm not quite sure how `LineSeries` itself could leak, but who knows. Could it also...

`LineSeries>Catmull-Rom interpolation` is an existing example showing this problem.

Regarding PolySharp: As far as I understand, the nice thing about this being a source generator is that it actually does not add a dependency for consumers, as it just...