Jonathan Arweck

Results 54 comments of Jonathan Arweck

I will play around with PolySharp a bit and see what happens. Regarding `ValueTuple` - this is actually not something PolySharp provides. Rather, there is an official Microsoft package (https://www.nuget.org/packages/System.ValueTuple/)...

I vaguely started to get the feeling that we already had this discussion at some point, and I found it in #1681... So that would be the reason why we've...

Sure, feel free to make a PR if you have time! I might even have an example for a real-world application for this: Wafermaps with non-rectangular dies - I can...

This is the kind of wafermap I was talking about: ![image](https://github.com/oxyplot/oxyplot/assets/18097859/10f62ceb-a137-4de6-a8d6-0f0198c87e29) This can of course be done using a ScatterSeries and custom markers (this is how this plot was created),...

`Border` sounds more adequate at first, however the property `TextBackground` doesn't make sense when renamed to `TextBorder`. I guess we'd have to do `TextBorderBackground` then. `TextBorderStroke`, `TextBorderStrokeThickness` and `TextBorderPadding` would...

I think this particular PR should be in the latest pre-release on MyGet, as CI seemed to stop pushing to MyGet around December 2022. @HavenDV We used to push automatically...

Following the discussion in #2012, I will close this for now and revisit once we have fewer open PRs. If you have a VS config file that you could share...

Hi @mattico! First of all, sorry that this PR has been open for so long. We would like to get this merged finally! Would you be interested in rebasing /...

Thanks @mattico for this PR (and for your patience)!