Alex Morega
Alex Morega
https://github.com/overcastsoftware/wagtailcharts looks like a good candidate. It's based on https://www.chartjs.org, which claims to display responsive charts.
> I think `pip install . --upgrade-strategy eager` would do it. Nope, but `pip install . --upgrade-strategy eager --upgrade` will upgrade dependencies. > You can also pass that through flit...
Sure, I'd forgotten about this, I'll see about rebasing and fixing the tests.
I've rebased the branch. I'm not sure why the CI is failing now. I've narrowed it down to this change: https://github.com/mgax/django-tasks/commit/36d3d3815ed63c5e7619047a0bca2154e3d58306. It looks like the failures are flaky, and I'm...
On a non-SQLite database, it would be possible to lock `DBTaskResult` rows, and the lock would be automatically released if the worker died. But I'm not sure if there's a...
I think a good plan is to: 1. Set up a local dev environment for this repo. 2. Set up `wagtail-newsletter`. 3. Recreate a few TWiW episodes. The latest is...
@vossisboss good point! The template is actually part of the demo project that is part of the wagtail-newsletter repo: https://github.com/wagtail/wagtail-newsletter/blob/main/demo/templates/demo/article_page_newsletter.html.
I've fetched the archive of newsletters from Mailchimp, and had a go at generating a Streamfield block schema using Cursor, along with a script to import the content into Wagtail...
> Do you have thoughts on what we should do about this? I think the issue stems from this `if`: https://github.com/wagtail/wagtail/blob/abcb2da37259c16d1efd16d7233794f00bb29680/wagtail/images/static_src/wagtailimages/js/vendor/jquery.fileupload-image.js#L202-L203 When there is a thumbnail in the EXIF, the...
> * Could you either find someone who does to review this, or provide guidance on which parts of the code need attention? I could review it. It's easier since...