Clinton Blackburn

Results 123 comments of Clinton Blackburn

The lack of cookie support in Elm is a non-starter for me. Form submission is one problem. I also have a need to share data across services on different subdomains....

Full disclosure: I have moved past Elm, so this is not a priority for me. @mltsy at edX, our learner system (courses.edx.org) writes an enrollment hash to a cookie. This...

> Thank you @mokys, that seems indeed to be the source of the problem. The definitive solution for Django 5 would then be to implement `get_prefetch_querysets` in `SortedRelatedManager`. @clintonb @AlanCoding...

See https://github.com/jazzband/django-sortedm2m/pull/178 for a fix.

Rebase on master to fix the build failure.

Community Support: https://community.temporal.io/t/how-do-i-create-a-webpack-bundle-with-a-payload-converter/10439?u=clintonb

You can do that now with a data migration.

It's not documented in this app, but here are the official Django docs: https://docs.djangoproject.com/en/5.0/topics/migrations/#data-migrations. use `migrations.RunPython`. Feel free to open a pull request if you think others might benefit from...