Storm Heg
Storm Heg
I've investigated and this is an issue upstream in Pillow 10.3.0. There is an issue open about it already and I've commented on it with my findings here: https://github.com/python-pillow/Pillow/issues/8333#issuecomment-2349279247 Let's...
The issue is fixed in Pillow 11.0, which is not currently supported by Willow. I created https://github.com/wagtail/Willow/pull/158 for that. I suggest we keep this open until https://github.com/wagtail/Willow/pull/158 is merged and...
@balogun14 I've created a repository with a quick demonstration of the issue: https://github.com/Stormheg/wagtail_issue_10815
@gasman I'm not familiar with how `SnippetViewSet` is implemented, does it really involve much magic to make it recognize choices and automatically use the display value? I'd be grateful if...
Great, thanks all! I'll add a commit to drop `wagtailaltgenerator` 👍
Not sure what this is. Hope it goes away once the new CI setup is merged.
Hi @sk8ermeb, I don't think I full grasp what you are trying to accomplish – if your issue is simply about not being able to access the widgets' `attrs` dictionary...
@Chiemezuo I see you added the fixtures, but I'm still missing initial data for the contextual alt text fields. http://localhost:8000/admin/pages/77/edit/  Could you populate...
Fix for the `build-container` workflow here: https://github.com/wagtail/bakerydemo/pull/495
@Chiemezuo I wanted to test drive https://github.com/wagtail/wagtail/pull/11791 using this branch but I got an error importing the fixtures with `manage.py load_initial_data` ``` File "/Users/storm/projects/open-source/wagtail/bakerydemo-chiemezuo/venv/lib/python3.12/site-packages/wagtail/blocks/stream_block.py", line 392, in get_searchable_content content.extend(child.block.get_searchable_content(child.value)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...