Harald Nezbeda

Results 48 comments of Harald Nezbeda

Good point, I will upgrade [SnyPy](https://github.com/snypy/snypy-backend) to Django 4.1 and look deeper into this :wink:

I was not able to reproduce this on SnyPy with Django 4.1.0. Thanks @Collederas for confirming that it work with 4.1.1 The [release notes](https://docs.djangoproject.com/en/4.1/releases/4.1.1/) also mention that some fixes where...

This is actually not a bad idea. I think it would make more sense to have a list of configurations that can be added in the readme.

I updated the PR according to the curent `master`

It seems that the issue I described above is still open https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_js_plugin.go#L570 @lghiur Is there a reason why it was closed?

Sure, you can use a different `IP` configuration in the `.env` of each project.

In you `.env` file you can use: ``` IP=127.0.0.2 ``` Define a new IP for every project, this way they can all run in parallel. You also need to make...

You can also make use of https://github.com/nezhar/wordpress-docker-compose/pull/86 and now define the `PORT` in the `.env,` file

AT the moment there are no known issues. The support needs to be updated in the action test workflow and README according to the current active support https://endoflife.date/django @TomaszKrassowski if...