Ben Owen
Ben Owen
Expected path to be `D:\site\app\bin\x64\libzstd.dll` Actual path reported: `D:\local\Temporary ASP.NET Files\service\413c8295\f1e75485\assembly\dl3\62e9e505\95643d38_7883d501\x64\libzstd.dll` Caused by ASP.NET shadow copying managed DLLs, but not unmanaged DLLs. See https://stackoverflow.com/questions/6855924/third-party-dll-cant-find-its-dependencies-in-asp-net-mvc-project. Possibly needs to be solved at...
Is it possible to use winit to get a `Window` struct representing an existing window (not created by winit), given a `RawWindowHandle`? i.e. an equivalent to the .NET [NativeWindow.FromHandle(IntPtr)](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.nativewindow.fromhandle?view=netframework-4.8) method
Calling `Howl.Seek(TimeSpan)` does not seek to the expected position - instead, it essentially restarts the audio clip from the beginning. ~I believe that the code below should use `position.TotalMilliseconds` rather...