Reese is on Codeberg
Reese is on Codeberg
Gotcha, that makes sense. I'll start making a basic Ruby API then and try to figure out how to make that talk to the rust code. As a side note,...
> What do you think of our data model graph? > > `*/settings/objects/overview` > >  I'm specifically looking for something that graphs individual records,...
No, I just want to be able to "subscribe" in a reader to just a playlist, not an entire channel. Take the channel XYZ, XYZ makes a series called ZYX....
I was using the search feature, as in pasting the URL and hitting the "look up" button 
Self hosted, Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0, unsure if there's a trigger
Just seems like there was no padding on the header
Did some more poking around and realized that I shouldn't add rak_ in apps permissions, so I switched it out for `stripecli_session_write` but got the same error: ``` Request failed,...
``` { "id": "ci.reeseric.united", "version": "0.0.3", "name": "United", "icon": "./pictures/icon-filled.png", "permissions": [ { "permission": "payment_intent_write", "purpose": "Checkout" }, { "permission": "webhook_write", "purpose": "Listen for payment events" }, { "permission": "stripecli_session_write",...
Running into this same issue with my own relay software, where posts don't appear in the federated timeline unless I direct them to a user and not the relay client...