Gabe Kangas

Results 1024 comments of Gabe Kangas

Auth is now available in the read/write chat embed for 0.1.0. https://owncast.online/components/?path=%2Fstory%2Fowncast-chat-embeds-read-write-chat--example. Webpack App

I added a custom `player.scss` to fix the z-index of the large centered play button.

Now the z-index of the player button is too big and makes it draw above everything. CSS is hard.

That's unfortunate. And yeah, the single object vs. array of objects is legal across the spec, but this won't be the first time I've seen an implementation have an issue...

https://social.shadowfacts.net/objects/14cacd62-a0ce-4a08-bd92-ea902a9f256c suggests adding a media type: > it looks like pleroma expects your attachment object to have a mediaType property: https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/pleroma/web/activity_pub/object_validators/attachment_validator.ex#L49 and that probably means the description should be in...

I just gave adding the `mediaType` a shot (and fixed the image description being set), and it didn't seem to make a difference. But it's good to have this anyway.

Did some back and forth troubleshooting with [Shadowfacts](https://social.shadowfacts.net/users/shadowfacts) and it works after he tweaked the Pleroma attachment code to accept single objects, per the spec. He commented on the Pleroma...

Wohoo! :1st_place_medal: Thanks for checking in on it.

Thanks for the comment! There's plans in the works to redesign and rebuild the Owncast frontend. This time around it'll be built with a UI framework that should hopefully give...