#Loqiaaronpk: rhiaro left you a message 1 hour, 34 minutes ago: - do you have a way of automatically picking the best zoom level for a map to fit a path on?
#aaronpkstart at max zoom level. subtract 1. check if everything on the map is within the window. if so, do it again.
#aaronpkgo until you eventually start clipping stuff off of the map
#aaronpkalso i'm checking based on the pixel locations, after having converted latlng to x,y pixels
#aaronpkand you only need a bounding box, not the whole data, so the math is really simple
#aaronpknow that i think about it, it might make more sense to do that the other way around. start with the smallest zoom, see if it fits. if not, increase 1 and check again
#marcthiele.comcreated /2017/Düsseldorf (+6092) "Created page with "= <span class="p-name summary">IndieWebCamp Düsseldorf 2017</span> = The third IndieWebCamp in Düsseldorf, but just one of many [[IndieWebCamps]]! <div class="p-description d..."" (view diff)
#tantekh-entry validator is one of the features of indiewebify.me (https://indiewebify.me/validate-h-entry/) and can be used to check the validity of your [[h-entry]] permalink page, including whether it has various required or recommended properties, and [[authorship]].
#bearthat's why having a static site works well for the CI side -- it's something that can be generated using various tools / libs and then given to a CI suite to test against
#bearuse text source files -> generate -> store -> standup with flask (or whatevs) -> run client side tests against temp site
#bearboth sides of the above can be stored as artifacts for others to use against their tools or generators
marcthiele joined the channel
#KevinMarksThat reminds me that I should take another look at the mf2 test suite
miklb joined the channel
#miklbweirdest thing. Two domains on my new server, using same nginx conf file save the domain, and same certbot command also swapping domain and getting error on one of them (the one I really want to issue the cert for)
#tantekand if you didn't know about that, I'm going to question your assertion "if twitter suddenly added mf2 support i think we'd know ahead of time" :)
#aaronpki do remember that :) I'd have to check that it actually includes all the parts of the tweet which i suspect it does not