Richard Tibbles

Results 482 comments of Richard Tibbles

Did you reinstall dependencies after checking out the PR @AllanOXDi? I am still seeing the same issue that I had seen with 5.2.1 where no assets load from the dev...

Hrm, what caused the change? It's not working for me even after refreshing.

I've managed to get it to work by adding the `allowedHosts` setting for the dev-server. I'll push that change to this PR if you can test.

Thank you @nathanaelg16 - you have been assigned!

This must be a dependency of another dependency, as we have not hard coded this anywhere.

Typing extensions only supports Python 3.8 plus, so we won't be able to bundle the required version for this in Kolibri. This would have to be addressed by having a...

There seems to be a problem with how files are being handled that is leaving file handles open - this is why things are erroring on windows, because it is...

@nucleogenesis and I had a quick sync up to see how to consolidate the file handling here - seems like there are some deficiencies in the Django Storage conformance to...

@nucleogenesis I did a quick manual test here by generating a users CSV, downloading it, and then adding a new user, and generating a new users CSV. When I went...