Peter Jarrett
Peter Jarrett
Currently there is no way to determine how many (if any) bytes have been added to the internal Buffer by the WaveInProvider. This PR exposes the internal BufferedWaveProvider via a...
Hi, Looking in TimeSystem.cs in `ITime.GetNow` at line 22 it's using `DateTime.Now`, but if the code is running in an environment where the clocks change from DST to non-DST then...
We have found an issue with opening a very large (>1hour long) mp3 file that is stored on a remote network share, This is running our application on Windows 10...
From Pushover API version 2.3 they added in the ability to include very simple HTML formatting - https://pushover.net/api#html - is there anyway to specify the html flag currently? Thanks,
I've added a new MessageStyle Enum and added this as a new optional Param to Push and PushAsync. I had to migrate the References to PackageReferences before VS2019 would let...