Tim Schneider

Results 21 comments of Tim Schneider

that is exactly what you should get with the sortable option enabled. Under the hood, the plugin re-orders the `` elements within the `` element to match the ordering in...

I came across the same problem. Is there a solution for this yet?

I actually did find a workaround by simply defining ANONYMOUS_USER_ID = 2147483647 in the settings for my tests

I tried that, but i got the same error since the sequence seems to start at 1, so I simply selected max_int.

ok, it gets weird: If i set `ANONYMOUS_USER_ID = 2147483647` as I said before, everything works fine as long as I don't actually generate any users. I just wrote the...

I'm still interested in seeing this merged in. I updated the branch to be up-to-date with the upstream branch.

As far as I understand it, you can only have one VIRTUAL_PORT per container. If a container has multiple VIRTUAL_HOSTs, they all point to the same port.

There is the possibility of customizing the nginx config for your container / hostnames and send the requests for different hostnames to different ports, but that basically means you are...

You're right. I added the reference. I also merged upstream.