David Maxwell

Results 12 comments of David Maxwell

Hi Piotr, Sounds strange. However, this is over the old version -- I fixed several things that were outstanding and it looks like this is one of them. The code...

Hi Piotr, Thanks for reporting this. As I went through the exercises, I actually did notice there was a view that was missing a`return`. If possible, could you check the...

We’re working on a new version for Django 4. There have been delays from my side, so apologies for that :( But it is on its way. Sit tight. >...

Thanks @rkochar, I will check this out. I'll look at the logic that works out whether there is data or not -- I thought I had it such that it...

Just to add a bit more context here, the log file in its entirety is 489MB -- but the `TIMEOUT` occurs when ~338MB is downloaded (it depends, but it is...

One potential solution. So the Gunicorn worker process times out, and when it does, the download, which is still taking place, is terminated. The progress of the download will obviously...

So it seems like the `django-compressor` code is messing everything up. There's a problem in there with larger modules (over 2-3MB in size), and it seems to spit out incorrect...