Coen van der Kamp
Coen van der Kamp
During a quick meeting with project contributors, we decided that this is the most wanted feature. - Use [Wagtail media](https://github.com/torchbox/wagtailmedia) to manage the video files. - Slack and Telegram do...
Maybe you can query the current object in save method and inspect if the file field has changed. https://stackoverflow.com/questions/12461100/django-detecting-changed-imagefield-with-same-filename
Hi @danieltomasku , Sorry, there is nothing yet for other storage backends. Since we only use the default backend for now. What do you think is needed to make wagtail_textract...
Seems like Wagtail does the 'is-this-a-local-file' check in the same way: https://github.com/wagtail/wagtail/blob/7034cd131774b8971ff3c7424999a28164480f29/wagtail/documents/views/serve.py#L35
I encountered the same error and specified the bootstrap an setuptools versions: `python2.7 bootstrap.py --version=2.2.5 --setuptools-version=7.0`
I don't think it should be a core feature but a third-party package. As a power user I just open two windows next to each other and compare. But that...
Jeroen is working on this during Wagtail Space NL 2024, if we have a PR ready with the technical implementation, we always improve the styling/design later.
I think Jeroens efforts during Wagtail Space NL are not continued. So please go ahead.
I'd like the 'Items per page' to be defined in code. I think deciding the length of a list is a developer decision. Not something a user should have control...
Great work. Looks really good. Just wondering, does that second example not depend on word length? What if those words are longer or shorter in some languages? Does this still...