SirWhiteHat

Results 6 comments of SirWhiteHat

I second this, having encountered this exact problem too. Could we do both @wangjunZeroZeroSeven 's suggestion of a class that contains all the currently-static variables, but in doing so create...

@wangjunZeroZeroSeven I'm proposing keeping the existing API using the static spdlog instance, but we also allow use of a lifetime-managed spdlog instance (which contains the same as those existing static...

I'd be very interested to know what distance scheme is used. I'd imagine it's Haversine distance, since it's easiest and accurate enough for these short distances. I'm seeing a very...

Xcode will build for x86_64 separately, if manually opened and instructed to build for the simulator. Doesn't seem to build a fat archive.

I’m thinking the same. I’ve put in a pull request to update the documentation to make it clearer that the install step is needed. I wonder if it has always...