oodaniI'm not so sure, I checked the relevant part of the master branch and it still seemed to have the same issue. I've made the pull request, take a look?
www.boffosocko.comedited /generations (+3141) "links in see also; list of related IWC sessions with brainstorming; additional brainstorming thoughts under gen2; section for generation examples and notes" (view diff)
KartikPrabhu, loicm, barpthewire and [kevinmarks] joined the channel
aaronpkcweiske: hmm I thought that superfeedr should be subscribing to your hub and then it'd show up here via Loqi. Tho I'm not quite sure how to tell superfeedr about your blog in the first place.
oodanicweiske, the <base> I use on 00dani.me is actually <base href="https://00dani.me" />, which is precisely what browsers would be using anyway. (At least for URLs relative to the site root, but all my relative URLs are in that form so. Yeah.)
oodaniFor example, I run commands in the form "https 00dani.dev | mf2" fairly often during development, which is useful because I've taught HTTPie about my self-signed dev certificates and so it all works out. :3
aaronpkalso it would seem this question would apply to more than just nested microformats objects, for example if the client sent a property you didn't recognize and couldn't do anything with
aaronpk[eddie] any chance of getting some instructions for how to build Indigenous from source? It looks like it's using some dependency management stuff I'm not familiar with.
snarfed"Twitter's API is the internet's worst joke, Instagram seems to have an API mainly to show what outside developers can't do, and Flickr is a hollowed-out shell of its former self." ???
schmarty[eddie]: getting a crash when trying to sign in on just-installed indigenous. My site uses IndieAuth for auth. I tried email code, Twitter, and Github, same results.
[eddie]aaronpk schmarty dgold: Yeah apparently something went wrong with the build. It's been working on my phone fine, but when I installed it from TestFlight it definitely is having the same issue as all of you
[eddie]When it goes to TestFlight, it compiles to bitcode and then that gets built on the fly for the specific device you're downloading to, so some of my code might not be working right with that
[eddie]!tell aaronpk: I haven't pushed the latest code up to github. I'll try to get that pushed up. The dependency library I was using wasn't working right so I decided to shift to a simpler method of just copy and paste the dependency as a folder for now. So I'll try to get that new method up onto GitHub
[eddie]Eventually the plan is to use carthage (that dependency library that the github code was using) but that would error out when uploading to iTunes connect but install fine on my local device
[eddie]Yeah it is very strange. I've been gone all day but I'm looking forward to sitting down and taking a look at my logs this evening and seeing what's going on with it
[jeremycherfas], eli_oat, snarfed, tantek, [miklb] and [kevinmarks] joined the channel
aaronpk1) turns out there's a huge variety of structures of h-feed once you go and look at even a handful of sites. Compare Tantek's home page to mine to a Known site
aaronpk2) you can't rely on just the html of the h-feed, since some people's lists of posts show only partial data and you have to fetch the post permalinks to get the full post data
aaronpki was trying to sit down and start the Microsub server by letting superfeedr handle all the polling for me, but then started getting overwhelmed by all the h-feed variations