January Clark
January Clark
@marko444 There's some new guidance since netstandard1.6 is now depreciated, so I'm going to update this weekend to multi-target.
Right, apologies for my absence, but I plan to knock this out tomorrow. I've been occupied with moving and changing jobs over the past couple months.
The library works by attempting to read file headers out of the actual file. MPEG files usually have a decent enough file header for the library to match against. However,...
@objorke okay I've been able to pin this bug down to a single point. It's actually in the Oxyplot.Windows project in the implementation of Windows.UI.Xaml.Controls.Control class for PlotView. More specifically,...
From PR: I thinking one of the main problems is that the size parameter is only provided to the protected override Size ArrangeOverride(Size finalSize) method once, and in all my...
@objorke It seems that in the Windows PlotView, when being invoked by the Xamarin.Forms Renderer, `PlotView.ActualHeight` and `PlotView.ActualWidth` are not set before the first arrange pass.