Dave Johansen

Results 154 comments of Dave Johansen
trafficstars

Also, would be great if `contour_plot` was removed from `dependencies` when those changes are published

The issue is that the `close` event isn't being handled: https://nodejs.org/api/http.html#http_event_close_1 I feel like that should have a different `msg` than `request completed`, like `connection closed`. To my knowledge, there's...

Also, in my quick testing by adding the event, it incorrectly logs `statusCode` as 200 when the connection is closed.

What appears to be happening with `statusCode` is that express is setting the `res.statusCode` to 200 and then that's being output, so that's probably more argument for the handler of...

I'm loading `Video.js` and then playing the HLS URL using it. Like with this demo page: https://videojs.github.io/videojs-contrib-hls/

I just disabled this plugin to continue testing with webpack 5

I'm seeing the same issue since the upgrade to 7.12.0.176 (didn't see it with 7.10.0.175): ``` Traceback (most recent call last): File "/usr/src/venv/lib/python3.9/site-packages/asgiref/sync.py", line 472, in thread_handler raise exc_info[1] File...

Still seeing this after the upgrade to 8.0.0.179: ``` Traceback (most recent call last): File "/usr/src/venv/lib/python3.9/site-packages/asgiref/sync.py", line 472, in thread_handler raise exc_info[1] File "/usr/src/venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 38, in inner response =...

Thanks for fixing this! Is there an ETA for a release that will include this fix?

This is still happening with 8.1.0.180. Here's the traceback: ``` Traceback (most recent call last): File "/usr/src/venv/lib/python3.9/site-packages/asgiref/sync.py", line 472, in thread_handler raise exc_info[1] File "/usr/src/venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 38, in inner response...