Barry Frost

Results 15 comments of Barry Frost
trafficstars

Sounds great. I'd be happy to accept a PR. Let me know if you need any help. I originally intended adding h-event -- and built my site's software to handle...

I'd support this - far too bright when posting at night! I've been using Tailwind for recent projects which has great dark mode support. It would mean redesigning the views...

It looks like dark mode may be coming to Bootstrap 5 soon[^1]. Although there would still be work to do, it's probably less of a jump from Bootstrap v3 to...

Thanks, @jpcaruana. That's a good idea. The control that's used for categories has support for autocomplete/typeahead so I could try adding this for servers that support it. I'm not sure...

You're right. This is important for accessibility and should be supported. I'll have a think about how to implement this because currently photos are specified as a whitespace-delimited list of...

I've made `q=config` calls require authentication based on the Micropub spec examples. I also assume the config would be consumed by clients which must authenticate first anyway. What's your use...

I think I considered it when looking at your server because it's a nice way of seeing how others have done it 😎 But it's also convenient having all requests...

No worries, @jamietanna. Feel free to do so. I hadn't read about pipes - I like the concept 😄

Can you explain what you think the middleware should do? If you're writing a new syndication as src/events/process-post/syndicate/[service].js you should return the URL you want to use. For the Twitter...

I don't think a Micropub update would be needed if you keep the URL that's returned. With the Twitter syndication I use the tweet URL that's returned is appended to...