merefield
(Robert)
2025 年 1 月 7 日午後 11:07
489
Marking this broken for time being.
I’m not sure when I will get around to investigating this.
「いいね!」 1
Moin
2025 年 1 月 7 日午後 11:15
490
Is the Theme component broken or the sidecar Plugin ?
「いいね!」 1
Jagster
(Jakke Lehtonen)
2025 年 1 月 7 日午後 11:22
491
The component works really well. For me, any way. It is the sidecar that is broken.
My bad. I forgot mention it.
「いいね!」 1
merefield
(Robert)
2025 年 1 月 7 日午後 11:26
492
It’s something to do with rebuilding the rmagick gem.
An online rebuild seems to work.
FYI in any case this Theme Component is about to require a massive refactor due to changes to the Topic List. I can’t guarantee that will be ready in time, but I will try as use it myself.
「いいね!」 5
merefield
(Robert)
2025 年 1 月 8 日午前 11:10
493
@Jagster online update definitely works … have no idea why, maybe the gem is cached?
If you need to, restart your container and perform an online update.
「いいね!」 1
Jagster
(Jakke Lehtonen)
2025 年 1 月 8 日午後 12:01
495
I hadn’t any real reason to do upgraiding, so starting app did the job. And honestly… in my case I’m not sure if I really need the sidecar for anything.
But good to know.
「いいね!」 2
merefield
(Robert)
2025 年 1 月 8 日午後 12:07
496
it’s mainly useful for YouTube thumbnails, topic list based actions … and currently dominant colour.
「いいね!」 1
Jagster
(Jakke Lehtonen)
2025 年 1 月 8 日午後 12:28
497
Yeah, that it was… all those plugins that doesn’t need any love and caring, after a while I don’t even remember any more why I had such one in use
「いいね!」 2
merefield
(Robert)
2025 年 1 月 10 日午後 6:36
498
If someone wants to try this they are welcome, I’ve not had chance yet:
You can do something like pull in the gem’s compile-time dependencies - something like the following:
hooks:
after_code:
- exec:
apt-get update && apt-get install -y libmagickwand-dev
we aren’t blocking anything from being installed, we are just no longer including the static libs that the gem is dependent on in the base image.
「いいね!」 1
merefield
(Robert)
2025 年 1 月 21 日午前 9:11
499
This is fixed now (plugin rebuild) as the reliance on the rmagick gem has been removed and the plugin refactored to accommodate.
paviliondev:master
← paviliondev:zeitwerk_refactor
opened 07:31PM - 20 Jan 25 UTC
* Enables autoloading of modules and better aligns with standards.
* Removes re… liance on `rmagic` gem which was preventing a rebuild after changes in core removed the required build dependencies
Note there is still loads of work to do to resolve the deprecations of the Theme Component and this is partly waiting on the kind efforts of David to extend the new Topic List API in core.
modifyClass itself is not deprecated. It’s a risky customization method, and you should take precautions when using it (as described in the doc @don linked), but we don’t have any imminent plans to remove it.
The reason we’re printing a deprecation message for component:topic-list and component:topic-list-items is that those components are the legacy implementation of the topic list, and are not used when the glimmer topic list is enabled. Now, we have a set of glimmer components like component…
For now I’ve removed the broken tag.
「いいね!」 4
Ahmed26
2025 年 1 月 26 日午前 10:16
500
Hi Robert @merefield
How can I remove the topic summary description?
I installed the sidecar plugin and although I set the value to zero, it appears even if there is one letter.
merefield
(Robert)
2025 年 1 月 26 日午前 10:22
501
Remove “excerpts” from your settings?
「いいね!」 2
merefield
(Robert)
2025 年 1 月 26 日午前 10:41
505
Wrong setting. Further up.
「いいね!」 3
merefield
(Robert)
2025 年 1 月 26 日午前 10:45
506
Btw you could also use this:
Topic AI Summary can display its AI summaries on the Topic List via Excerpts on most of the Discovery lists as per the OP.
I’ve now built a small Theme Component that will allow you to toggle Excerpts (on or off) and you can set the default (on or off).
It respects Pinned. You can use it without this plugin. It works with Topic List Previews and the official Topic List Excerpts Theme Component.
Credit to Discourse Team for the idea. Made sense to implement it here and is a slightly diff…
「いいね!」 3
Ahmed26
2025 年 1 月 26 日午前 10:53
507
Thank you for sharing such a beautiful component
solved my problem
「いいね!」 3
Images are distorted when I reduce thumbnail size in list view
looks very clear in mobile view
is there a setting to make the thumbnails clearer?
「いいね!」 1