Justin Karneges

Results 129 comments of Justin Karneges

Strange behavior. Can you try against 1.39.1?

This project is on hold, since Apollo recently stated that subscriptions are [no longer supported](https://github.com/apollographql/apollo-server/issues/2129#issuecomment-875066349).

Unfortunately, regular middlewares don't work with Django Channels. In the meantime, try these settings: https://github.com/fanout/django-eventstream#cross-origin-resource-sharing-cors-headers

The kubernetes files might assume you've already set up redis.

Hi @iMichka. We've released a new version of zurl that should build with Qt 6. Pass `--qtselect=6` to the configure script.

Ah, probably because Django returns a code 301 redirect, which means the client is supposed to use GET when following the redirect. We should consider using code 308 which preserves...

Looks like the way to do this is to subclass `CommonMiddleware` and override the `response_redirect_class` attribute.

Hi, the latest pyzmq (25.1.1) works with python 3.12 for me. The formula refers to pyzmq 24.0.1.

Not abandoned, but not unfortunately not high priority. I'll see if we can get to this issue sooner.