DIY Brad

Results 56 comments of DIY Brad

> Not really, since iam not that familiar with git. My solution is kinda dumb. I made a script that restarts the container once a week to update and then...

Unrelated but interesting Ghost integration for selling content w/o subscription: https://readwithacta.com/

won't fix, i'm working on this in the theme repo

I should see if I can get ChatGPT to compare the revisions in the debouncer queue and summarize the changes

More changes needed to the update document flow - it's putting the original author on the embed, it should be the person editing. I should also list all authors/editors/collaborators in...

My approach here debouncing the real time documents.update API is unnecessary, should be using the revisions. See discussion here: https://github.com/outline/outline/discussions/5726 Also I think something has changed with new published documents,...

Outline is planning on adding Discord notifications natively

See https://github.com/bluesky-social/pds/issues/217

I have the same issue, it happens on both web and phone app. In PDS logs I see: `"status":413,"message":"request entity too large","msg":"error in xrpc method com.atproto.repo.uploadBlob"` I tried to repeatedly...

I noticed I was missing `PDS_BLOB_UPLOAD_LIMIT` in my env file. Adding it appears to have resolved the issue.