evilwombat
evilwombat
Hello. The RuntimePlatform enum needs to gain the following entry: NintendoSwitch = 38 (and I need to be less sleepy and actually send a pull request, but I'll probably forget)
Consider the following code: ``` function testSunsets() { var sc = new SunCalc(); var location = [39.0, -77.0]; var now = Time.now(); location[0] = location[0] * 3.14159 / 180.0; location[1]...
Long story short, I'm ending up with Moments backed by a floating point type (rather than an int type) when running on sim. This leads to truly bizarre results, arising...