~tsileo

https://a4.io

~tsileo/microblog.pub-devel

Last active 7 days ago

~tsileo/gemapi-discuss

Last active 10 months ago

~tsileo/gemapi-devel

Last active 10 months ago

~tsileo/gemapi-announce

Last active 10 months ago

~tsileo/microblog.pub-announce

Last active 11 months ago

~tsileo/blobstash

Last active 3 years ago
View more

Recent activity

Re: [PATCH] Add documentation about image_url and custom favicon 4 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey,

I just applied this patch, thank you! (and sorry for the delay).

Re: [PATCH] Use object name in the RSS feed title if possible 4 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey, that's a good point, I just applied the patch (and sorry for the delay).

Thanks!

Re: [PATCH] Fallback to unresized image on attachments 5 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

I just realized we may be able to look at the `Accept` headers to determine if the browser supports webp, for example, my browser set this header when requesting an image:

```
image/avif,image/webp,*/*
```

I think this would be a better approach.

Re: [PATCH] Fallback to unresized image on attachments 5 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey, I will try to take a look at this today.

Not all the resized version are webp, for example we leave animated GIF alone, and if it fails, we fallback to the original picture. Can that be an issue if we specify the wrong type in the source tag?

I am not sure we should hardcode the width, I think the CSS already handle that (and I don't want to break custom themes).

And I think the patch as-is is breaking the microformats2 classes (for example `u-photo`  mark a tag as a picture, I think having it on the `picture` tag may fail with some parser). But I can take care of testing that and tweak it if needed.

I will keep you updated once I tested this/played with it.

Thanks!

Re: [PATCH] Fix og:title always being empty on articles 5 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey,

Good catch, I just applied your patch.

Thanks!

Re: [PATCH microblog.pub 0/1] fix unshare 6 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Oops, that's a good catch, I just pushed a fix.

It should re-use the recipients on the `Announce`: https://git.sr.ht/~tsileo/microblog.pub/commit/34c7cdb5fb9c5b681f91fd52c6323bb22c46a4ad

Thanks!

Re: [PATCH] Document running from subpath 6 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

So, favicon, imgae_url and overriding individual blocks sounds ok to add in the doc.
A single patch for the 3 above should be good.

But I would wait about the stream customization, as I will change the API, I would like to wait until it's stable before it gets documented.

Thank you!

Re: [PATCH] Document running from subpath 6 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey,

Thank you, I agree, since this it works right now, your edits in the documentation look correct (and I appreciate the "Advanced" notice), I just applied the patch.

Thanks!

Re: [PATCH] Whitelist object types in the index query 6 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey,

I just applied the patch, thanks for your contribution!

Re: [PATCH] Use <details> element for sensitive text 6 months ago

From Thomas Sileo to ~tsileo/microblog.pub-devel

Hey,

Thank you for this patch, it makes sense! I may add a tiny bit of JS to disable expanding when clicking on the text, but I think we can live with it.

I just applied it.

Thank you!