Scott W Harden
Scott W Harden
Is there any avenue to add an "email subscription" feature, where readers could sign up to get emails when new posts are made? I was interested in e-mail subscribing to...
Spectrogram 1.x uses System.Drawing (GDI+) to create graphics, but this will no longer be supported cross-platform starting with .NET 7. This PR explores using SkiaSharp to create graphics instead, and...
## ScottPlot 5 is being actively developed 🚀 * ScottPlot 5 uses SkiaSharp instead of System.Drawing for improved performance and cross-platform support * ⚠️ ScottPlot 5 is a work in...
ScottPlot is on Discord! * https://ScottPlot.NET/discord I'm starting to work on ScottPlot 5 every day (#1955) and I have been sharing progress, getting advice, and coordinating development efforts with @bclehmann...
Download count for popular packages typically follows an exponential growth curve (e.g., screenshot in #189). **By plotting exponential curves on a log-scaled Y axis they appear as straight lines, making...
## Color Properties Originally suggested by @davidbritch in #280 This PR adds common [properties from `Xamarin.Forms.Color`](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.color?view=xamarin-forms#properties) (`R`, `G`, `B`, `A`, `Hue`, `Saturation`, `Luminosity`) to `Maui.Graphics.Color` to make migration easier. These...

These issues remain unresolved after today's discussion on Discord #1966 ## DataClass and Automatic Update() > dataclasss ... I didn't want to start on this without checking in first >...
Hi @nocd5, thank you for this fantastic application! Many people utilize frontmatter in markdown documents for keeping track of metadata. Briefly, frontmatter is key/value pairs enclosed by triple dashes at...