Mark
Mark
Yeah, and some RSS readers will actually download the `enclosure` and let you play the video right inside of the RSS reader. 👍
> An "ask" is an `Offer` to sell something at a particular price, and a "bid" is an `Offer` to buy something at a particular price. "ask" in this context...
Good ideas here! I'd like to at least point out my use case that I think could help around the brainstorming of an approach here. I tried setting up a...
Couldn't the server just map the username in the `id` to a const identifier in database? So `id` of `http://mydomain.com/user/amy` would map to user `1234` (user id) in database? Then...
Yeah there are definitely caveats with the approach. Having feeds with both users would be confusing. So it would require updating the old user to the new user everywhere 😬....
Couldn't this be covered by just adding something like "all content you upload must be owned by you" to your rules/terms on the instance? After all, a checkbox can be...
Try [this](https://openrss.org/news/mastodon-rss-feeds), it provides feeds for Mastodon hashtags, timelines, etc for most instances. But if the instance you want isn't supported, you can request that it be supported.
Yeah, looks like something this has already been filed: https://github.com/whatwg/html/issues/4180 and https://github.com/whatwg/html/issues/10206.
OP it sounds like you want to use the same endpoint for two seperate things: 1. To determine if the boolean in the form is false and 2. Determine if...
Sure, you're welcome to do what you want. But again, whether you have this feature or use an hidden input field, it's still not a reliable way to check form...