Rowan Lupton
Rowan Lupton
no dice. falkon hangs indefinitely on finding my location; while i was waiting i opened it in chromium and had no trouble. must be something missing in qtwebengine, or something...
hey! i haven't worked on it in a while. where i've got it to is, i could get posts to show up on mastodon? i haven't implemented much beyond that
i got real work, and that kind of put big side projects like this on hold. so did trying to figure out how manage authentication ;)
yeah. i _think_ that i got signing to work, at least sometimes? posts wouldn't have shown up on mastodon at all otherwise, right? [in here](https://github.com/rowanlupton/pylodon/blob/f7cfa6745952743a110388f721670d1872ed7e6d/pylodon/utilities.py#L68)
viewPost is out of date :) i haven't updated any of the templates while i've been doing a bunch of restructuring data stuff (eg adding @-prefixes to ids)
spout omg
This is how Mastodon handles it! The reason why I've got separate URIs is bc my focus here is to have an API that anybody can write a frontend to...
Ooh, good point. I'm feeling torn right now about whether the find_user function should do the abort, or whether everything implementing find_user should `try catch` -- I'm not super fond...
yeah i hear you! i think that an exception is probably the way to go? i'll mull it over some more