William Roseberry
William Roseberry
I'm testing out Halfmoon on Blazor Server Side (an ASP.Net SPA framework) and noticed anything that relies on the `pageWrapper` and `stickyAlerts` doesn't get updated correctly. To fix, ``` if...
So I'm using numsharp `np.arctan2(np.array(-0.0012562886517319706), np.array(-0.7499033624114052))` I get the wrong value, approximately, `-4.33e-5` using numpy.net and C#'s Math library `np.arctan2(np.array(-0.0012562886517319706), np.array(-0.7499033624114052))` `Math.Atan2(-0.0012562886517319706, -0.7499033624114052)` I get `-3.1399`, which is the correct...