Casey Kolderup
Casey Kolderup
Instructions I've given to a few people which have yielded mixed success: ```shell git remote add upstream https://github.com/ckolderup/postmarks rm .data/.keep git pull upstream main ``` I just did a remix...
Thanks for reporting-- this was working at some point ([this switch case](https://github.com/ckolderup/postmarks/blob/0522da2c250ad139c67a5dbc42c1a084d8f01a1b/src/activitypub.js#L221) should handle it) but this code got heavily refactored a couple times in August/September, so probably without tests...
oof, I wish I had documented more thoroughly what I was seeing there, because that seems like a mistake. I'm not an expert on the Mastodon codebase but it _appears_...
Yeah, I mean I'm just working from memory at this point since that was a stage of the project where I was working on it entirely on my own and...
Thanks for reporting! I think there are two issues here: the PUBLIC_BASE_URL needs to not have the `http://` in front of it-- maybe the documentation should be more clear about...
Thanks Andy! > Not certain whether the current logo is "The Postmarks logo", or a temporary one. I have no strong attachment to it-- I'm not even completely attached to...
this is a good idea, and will dovetail nicely with me documenting some things around how to update your deployment when you've got it hosted somewhere with a git repo...
for the record, I don't necessarily _want_ Glitch to be the primary deploy target, I just want one that results in instructions that are as simple as possible, and I...
@johnholdun I'm okay with that, but I do think it will require some changes to the activitypub.db schema, and we need to figure out a strategy for not only ongoing...
Thanks for writing all this up! It definitely feels like an inevitable transition of going from something that I tried to make "developer-friendly" to being...actually just friendly. It's also a...