sigod
sigod
Are you planning to support IE 9 (I [believe](https://en.wikipedia.org/wiki/Windows_phone#Windows_Phone_7) WP 7.8 have that version of IE)?
> ``` > [2019-09-29 22:37:40][[32mINFO [0m][test] Hello, world! > [2019-09-29 22:37:40][[33mWARN [0m][test] Hello, world! > [2019-09-29 22:37:40][[31mERROR[0m][test] Hello, world! > ``` Is there a way to prevent fern from writing...
### Zig Version 0.10.0-dev.4437+1e963053d ### Steps to Reproduce Try to compile stb_image v2.27 library: ```zig const c = @cImport({ @cDefine("STB_IMAGE_IMPLEMENTATION", {}); @cDefine("STBI_ONLY_PNG", {}); @cDefine("STBI_NO_STDIO", {}); @cInclude("stb_image.h"); }); pub fn main()...
### Zig Version 0.9.1 0.10.0-dev.3978+4fd4c733d 0.10.0-dev.4560+828735ac0 ### Steps to Reproduce This code is produced when trying to compile [miniaudio](https://github.com/mackron/miniaudio) v0.11.10 library: ```zig return @bitCast(ma_bool32, @boolToInt(ma_device_get_state(pDevice) != @bitCast(c_uint, ma_device_state_uninitialized))); ``` Reduction:...
Implementing it with `moment-timezone` would've been prettier, but this way is simpler, more flexible and adds no extra dependencies.
I moved a planet and statistics tab now shows two identical planets.
When I launch Nearby idles on a moon it thinks I'm launching it on a topmost planet. For example, I launch it on a moon in G6 it shows targets...

If a planet cannot be scanned because of newbie protection -- ignore all planets of the player in current spy session (queued spy actions). At least don't attempt to spy...
Yes, it can be done right now, but it would be unreadable. Something like this would look much better: ```js ifAsync(checkSomething) .then(doThis) .else(doThat) .run(finishIt) ```