Dan Braghiș

Results 382 comments of Dan Braghiș

Related Wagtail issue - https://github.com/wagtail/wagtail/issues/8821

Does this happen with v1.0? I tried replicating the issue on a variety of browsers and could not. One thing I suspect may be happening is the server receives an...

> That doesn't seem to apply for AUTH_KEY and seems too verbose for an option. Since it can also be used in the future for other endpoints I'd leave it...

#604 provides a simpler approach to this, so may use that instead

Went with #604. Thank you very much for this @vladox

@vladox #604 conditionally loads the endpoint based on the key ([deepl library reference](https://github.com/DeepLcom/deepl-python/blob/dc44527b5416528779cd958d71f4b0ef5dbbb03e/deepl/util.py#L37-L40))

@vladod you're right, let's do it. Just make sure you mock the request/response

needs: ``` nvm use npm install npm run build ``` you can see https://github.com/wagtail/wagtail-localize/blob/main/Makefile for more so it compiles the front-end assets. the translation editing interface is React based (due...

The PyPI package includes the compiles JS as one of the steps in the package build process. It usually does not make sense to keep the compiled assets in the...

@JoanEliot you need to add at least one block for the "page body" field. Or, change https://github.com/wagtail/bakerydemo/blob/master/bakerydemo/base/models.py#L311 to have `BaseStreamBlock(required=False)`, may need a new migrations (in the VM or virtual...