Marty McGuire

Results 45 comments of Marty McGuire

Another one that seems to fail with flipped normals: http://www.thingiverse.com/thingiview:47031

I'm running into some weird issues deploying these new changes. First, on some models I am seeing the weird lighting, as you suggested might happen. More importantly - for a...

A new thing that doesn't load right. http://www.thingiverse.com/thingiview:149426

> should the bookmarklet have an interactive way to specify tags? A `window.prompt` each time it's clicked? I think a bookmarklet generator might make sense for this, letting them select...

To give some examples of collisions, these WordPress-based sites have `rel="alternate" type="application/json+oembed"` which can get matched when checking for `application/json`: * http://bearmageddon.com/ * http://www.justinkownacki.com/ Example: ``` ```

Thanks, @zaguragit ! It's true that this is not a true "ring". You can see in the code here that `/next` and `/previous` just pick a random site in the...

Thanks for kicking this off @ohhelloana ! I've been idly thinking about this for the past week and I am currently leaning towards using your proposal and wrapping it in...

Thanks, @Seirdy ! I agree there are some performance and configuration issues that an image proxy could help work around. In terms of real-world errors, the most common issues I...

Hey @Ruxton ! Thanks for looking at the webring! You can find the code that handles finding representative h-card here: https://github.com/martymcguire/indiewebring.ws/blob/master/lib/representative-h-card.js The TL;DR is: * it uses the (somewhat outdated)...

Thanks @hirusi ! Similar to issue #5, this is more an issue with the upstream microformat-node parsing library. You can find the code that handles finding representative h-card here: https://github.com/martymcguire/indiewebring.ws/blob/master/lib/representative-h-card.js...