Alexander Harding

Results 468 comments of Alexander Harding

> Even if we moved all this logic to front-ends, how would you prevent any other federated services or apps from rewriting to their own local links? Lemmy can't control...

That makes sense to me. Regarding images: Can you give an example of how you are imagining providing proxy information for thumbnail_url in GetSite would look like? I was thinking,...

> We'd just expose the [Pictrs image mode](https://github.com/LemmyNet/lemmy/blob/main/crates/utils/src/settings/structs.rs#L122), then force clients to build their own URLs for every non-local image if proxy mode is turned on. I see. That could...

Hi! Is there something specific that apps need to do? I saw this mentioned previously, but I thought it was auto generated!

I'd love to see this. I've been fighting with some CSS specificity changes due to https://github.com/stenciljs/core/pull/5926. With that change, all stencil component css is appended to the end of HEAD...

Hi! I've seen this issue too. It must be an iOS quirk. I'll keep an eye out for a workaround, otherwise it is possible Apple eventually fixes on their end.

Hi there! I just checked my android device and I cannot reproduce. Perhaps it is a LineageOS bug?

Hi! I am having trouble reproducing, can you provide a screen capture?

I've also been using https://github.com/AlwaysLoveme/capacitor-plugin-safe-area, works great. It also provides a listener for device rotation and other inset changes.

> Implementing this seems infeasible. The end result is that I'd probably still need a central server, and I'd probably still need to store all of the user tokens on...