Tim van der Linden

Results 14 comments of Tim van der Linden

@zerolab I'm running into this while trying to install my fork ... what am I missing? I am installing via Poetry instead of PIP by the way. Simply doing `poetry...

Thanks for the quick reply! What I am missing is that I made an exact fork of the current repo on version 1.2.1. So the code, including the Makefile, should...

Any updates on this? Running into this issue as well using the latest version of Wagtail Localize.

I see. Would it not make sense to simply check if a field has a value before trying to let HTML parsing do its bidding? For example, in my case...

Running into this as well. PG 14 has been released for a while now, this exporter breaks there to. Someone might want to review PR-553?

It makes sense to keep kind of a "point-in-time" data on the order, which cannot be altered by the customer itself once the order is complete. But I think this...

I'm afraid this issue is back since 1.5 release. Exactly same scenario as shown in the video above: Save an async translation and it reverse back to a synced one...

More specifically, this code in `translatable_edit.html`: ```django-templates {% if translation %} {% trans "Start Synced translation" %} {% endif %} ``` If translations are enabled (sync or async), `localize-restart-translation` will...

HI @zerolab , that is unfortunate to hear indeed but I fully understand. It is difficult to debug things if you do not have an active project running for this...