Brian Glass

Results 5 comments of Brian Glass

My first attempt was to try using Newrelic's `newrelic.agent.web_transaction` decorator, but that didn't seem to work consistently. My workaround to this problem was to write my own decorator. You have...

@Archmonger, I'm running your branch in production in a Django app. I'll let you know if I have any issues, but so far so good.

@Archmonger, when Whitenoise returns a 304 response for a file that is already cached on the client, it gives the following warning: `/Users/bglass/src/orthocal-python/ve/lib/python3.12/site-packages/django/http/response.py:517: Warning: StreamingHttpResponse must consume synchronous iterators in...

@Archmonger, I'm running Django 5.0b1. I just tried it with 4.2.7 with the same result. I though it might be `django-cors-headers` since I had the middleware before `whitenoise`, but I...

@thomasw, I have a proof of concept for this. I'm using djproxy in combination with a Django Channels based websocket proxy consumer to proxy VS Code/code-server as well as NoVNC...