vl-01
vl-01
vibe.d won't compile on the Pi (lacks memory) but libasync does with GDC 5 (memutils fails to build with a forward reference error on older versions) but I had to...
Maybe. The code makes use of a RPi-specific lib though, and I'm not sure how that would work with an emulator. Also I haven't used cross-compilation before, so I thought...
I've been bitten by this as well. I've got some ideas and am willing to attempt a patch but as per the DEVELOPERS.md I'd like to discuss it beforehand. I'm...
For consideration, this is what I would do: 1. Replace datetime type instances with a zoned_time from stlibc++20 2. Parse datetimes in the timezone given, or local time if none...
Tried on master, numeric_limits doesn't seem to work (i.e. when I ask for `std::numeric_limits::max()` I get `0`)