Code Hugger (Matthew Jones)

Results 46 comments of Code Hugger (Matthew Jones)

Maybe have this as a separate docker-compose file if you were going to add this? Like have a `docker-compose.yml` (Whatever UCF feels the defaults should be, maybe Postgres+Nginx) `Then docker-compose-nginx-mysql.yml...

I was thinking about this and wondering how this scanning works in the new UDOIT. If you're in a course with a lot of content does someone have to stay...

Was there any more progress on this? I think I'm hitting something similar and navigation isn't working is many of the courses we have. I can pretty consistently reproduce it...

This is still an issue on 3.3.1 for us. A course that has the problem has over 100 issues. Before fixing any issues there are no problems with navigation. As...

So I've debugged this a little more. It looks like the value of `this.props.filteredRows[newIndex]` in `UfixitModal->handleIssueChange` doesn't match up with `props.report.issues[stateActiveIssue.id]` in in `ContentPage->getDerivedStateFromProps`. So `getDerivedStateFromProps` is resetting the active...

I'm not seeing any CSRF cookies set from UDOIT. Do you have to do something to turn this on? It looks commented out https://github.com/ucfopen/UDOIT/blob/d19ef66a7fd70d45f85d17b1ba1ec6e4c3a64f65/config/packages/framework.yaml#L3 Thought this commit changed some things....

Oh I remember this one. It looks like to reproduce this you have to have "Prevent Cross Site Tracking" checked which I believe is the default in Safari. I didn't...

Also some libraries like the [Python PYLTI13](https://github.com/dmitry-viskov/pylti1.3/blob/master/pylti1p3/cookies_allowed_check.py) do his check and display this message in Safari if it has this option checked. Not ideal but at least it works around...

I've been working on [some changes ](https://github.com/tl-its-umich-edu/UDOIT/ )and using NGINX was much easier than running Apache. I'd vote for removing Apache from the main Dockerfile and just improving the process...

Sorry @rob-3 haven't had time to look into this. The source of this is just the Dockerfile on the branch https://github.com/ucfopen/UDOIT/blob/v3.0.1/Dockerfile at revision 399badd7648f67aa30f2bf1d4bda6b552dc4a8bd. You can see in the build...