John McCann Cunniff Jr
John McCann Cunniff Jr
It is something to do with the AssignmentItem component on the course page `/course?courseId=`. The AssignmentItem component is likely just missing the `visible_to_students` field - Course Page: https://github.com/AnubisLMS/Anubis/blob/master/web/src/pages/core/public/Course/Course.jsx - AssignmentItem...
Ok so it looks like the theia people caught this and fixed this a few weeks ago, though it has not made it into a release yet: https://github.com/eclipse-theia/theia/pull/10858 It is...
This issue was actually solved a while back. They fixed the socket.io nesting stuff in 1.25.0. We are on 1.28.0 now: https://github.com/AnubisLMS/IDE/blob/main/theia-base/latest.package.json#L19-L53
We've needed this for a while now. The hope that I've had is that we could put some kind of a knowledge base or something on the website itself. We...
Very nice stuff. Just let me know if you want extra help on this one
There is a bit more to this than just calling the function. The autograde functions generally take quite a while to run. We'll need the endpoints to enqueue the [bulk_autograde](https://github.com/AnubisLMS/Anubis/blob/main/api/anubis/lms/autograde.py#L151)...
We dont use celery, we use [python-rq](https://python-rq.org/). It is just like celery, but significantly simpler. I did half of the backend bit for this issue here if you want to...
Does anyone know if there has been any movement to make this possible? I've been chasing down old issues, and stackoverflow posts looking for a way to log commands run...
Yeah this is pretty much done. Please do not @ jepst randomly, he is a professor that uses Anubis and does not participate in development.
> @wabscale can you comment on the utility of the `TZDATA_DIR` vs `TZDIR` environment variables? why are these not the same in this PR? That appears to be a mistake...