Mike Stoddart
Mike Stoddart
Don't switch to GPL as that's more restrictive and less permissive.
It doesn't look like it works with Django 1.11.x either?
Interesting, I'm having the same problem. I haven't worked out whether the DB is not sending notifications or if there's a problem in the Java code. I'm using 0.8.2 but...
Is there anyway the listen "connection" could be closed due to inactivity? My app is listening to a table that doesn't get updated that often. Do I need to perform...
I think this happens because your username probably has characters other than a-z or A-Z. I hit this same problem because my username contains a period/full stop (e.g. "."). It's...
Thanks - I tried that but I couldn't get it to work. Let me try again. For context, I'm trying to parse binary data from a websocket.
Same problem here on the older 2.11 and 2.12. I take it there's no interest from OpenLayers to fix this? Thanks
Currently I'm just doing this when the gesture state is "change" and there are two touches: ``` this.centreX = Math.abs((evt.touches[1].pageX + evt.touches[0].pageX) / 2.0); this.centreY = Math.abs((evt.touches[1].pageY + evt.touches[0].pageY) /...
This might explain what I'm seeing. My docker compose file includes: ``` build: context: . dockerfile: Dockerfile args: - NAME=${NAME:-Fred} ``` My docker file includes: ``` ARG NAME="${NAME}" RUN echo...
> Don't know if reproducible but the latest occurrence worked like this: > > I tapped a post from a thread to see the thread at that point The thread...