Scott Perry
Scott Perry
this depends on Issue #11, as the password hashes use sha1 and the less we leak hashes that are relatively easy to compute the better.
Do you know if the gmap location rows in production are all valid?
I wrote the sanitizer blindly thinking that lat/longs were ±180 (x/long) and ±90 (y/lat), I guess that's not true? What should the bounds be? The decimal ones should have a...
``` mysql> SELECT * FROM maxxer_locations WHERE userid = 3871; +------+--------+---------+---------+------------+---------------------+ | id | userid | y | x | mapversion | timestamp | +------+--------+---------+---------+------------+---------------------+ | 8134 | 3871 |...
May as well fix it, since the map is currently broken anyway. I'll look into this tomorrow.
Yeah, that's a good plan. I'm in Winnipeg next week which means there's a higher likelihood than normal that I'll have time to do server stuff.
Reasonable! What got me started down this path was the idea that it should be possible to write a correct invocation of a command after the briefest possible glance at...
http://maps.stamen.com/stadia-partnership/ > ## What do I need to do in order to keep getting tiles after this date? > > You can start the migration process at stadiamaps.com/stamen/onboarding/. You'll receive...
The `associatedWith:` portion of the `CollectionDifference.Change` type exists to support the encoding of move operations and is set by `inferringMoves()` :)