Matt Baer

Results 148 comments of Matt Baer

Appreciate you taking a look at this! I don't have a huge opinion on which route is better, but I think we'll go with #894 just because it doesn't add...

Looks like this is caused by this line, where we're expecting the ID to be 10 characters long: https://github.com/writefreely/writefreely/blob/e3323d11c8b7e49bd0107cb2c3b884c4e5a7f683/routes.go#L162 Since the ID for `/api/posts/0` is only one character, WF falls...

Thanks for reporting this -- we'll get it fixed.

Thanks for creating an issue. Previous [discussion here](https://discuss.write.as/t/support-upgrading-a-user-from-type-user-to-type-admin/3978) and [development tracked here](https://phabricator.write.as/T538).

Thanks for reporting here. As mentioned in that thread, this seems to be affecting users that sign up via oauth. We'll need to apply the same lower-casing logic to users...

Thanks for reporting, @ryankrage77. Apparently it was taken down by Google because of a trademark claim by Facebook. Will put it back up soon.

Continuing from writeas/writefreely#320, @idelem which provider are you trying to set up? Slack or GitLab?

Sorry for the delay -- thanks for submitting this! Looks good to me, merging now.

This likely doesn't affect the app's behavior, but we should definitely avoid logging this. If anyone wants to tackle this, please feel free! A good place to start will be...

Thanks for submitting this! My main concern here is that each outgoing request to an ActivityPub server happens in sequence, so any slow server will hold up other requests as...