#oodaniFound the bug breaking Omnibear - grantcodes/micropub doesn't work properly if you have a <base>, like I do. I'll make a pull req. :)
tantek joined the channel
#grantcodesoodani: I think it should be fixed with the latest version of the micropub-helper library
snarfed1 joined the channel
#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?
#grantcodesThere was a fair bit of discussion about base tags
#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.
eli_oat joined the channel
#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.)
#oodaniThe only reason it's there is so that saving HTML from my site, then parsing it later, still resolves relative URLs correctly.
#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
j12t joined the channel
#aaronpkwow I really messed something up when I repost stuff that has html
#aaronpkweird, it must have something to do with a recent change cause all my old reposts are broken too
#dgoldNo, i'm trying to work on it to get my endpoint to accept it.
#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
#aaronpkif the endpoint is creating a post, then the response should be "201 created" and include the URL of the post
#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.
KartikPrabhu and snarfed joined the channel
#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." ???
#sknebelwhops, did I forget to clean that up? sorry :/
John___ joined the channel
#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.
#dgoldhas just realised the behavious I saw this morning is a crash, and not a persistence error
[kevinmarks], wagle, snarfed and [eddie] joined the channel
#[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]It's so strange how different the app can be between deploying to a test machine and uploading through iTunes ?
#[eddie]I guess it's kind of like a dev machine and prod machine in web dev ;)
#aaronpkmy app is very simple and I didn't have any issues like that
#aaronpkit's not Swift, and doesn't have any fancy dependency management stuff tho
#[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
#aaronpkI'm getting pretty overwhelmed with the idea of consuming h-feed again
#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
#snarfedalso it's definitely nice that superfeedr + microsub (hopefully) dramatically reduces your work to build a reader server
#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
#snarfedtry just blindly translating one of those two examples, see how far it gets you