Code Hugger (Matthew Jones)
Code Hugger (Matthew Jones)
I think this is still an issue and we could pre-validate somehow. I don't feel this has come up as a problem much and the hjson format is a lot...
Pylint is still not enabled. It looks like I closed the issue back in 2020 and it still isn't merged. I haven't looked at this one since but seems like...
I'm not too sure how we'd implement this. MyLA doesn't have any way of knowing it was removed from a course navigation. We could stop pulling data for courses after...
This is still in there on the latest 2021.01.01 release. I'm seeing this error from this line on the Assignment Planning v1 view. This code is an older for loop...
What if you can't increase the width of your window, like if you are on mobile? I believe "request desktop site" just changes the user agent rather than the width....
On the [pinax-eventlog](https://github.com/pinax/pinax-eventlog/#overview) page they mention. For small sites, it should be good enough to use inline but you might want to consider wrapping calls to the log() method and...
It actually *looks* like most courses are graded on points. I wonder why we went with percentages. I think this option sounds like a good one. Canvas provides the data...
I'm not sure what you mean, submission_dim has score in points. We're calculating the percent toward final grade locally. What I think this is describing is instead of having percent...
For instance in a gamified course, you want to show something like 600/5000 (points) This is basically the same as showing 12% of 100% (which is what we're doing now)...
I was talking to @jennlove-um about this the other day and I'm not 100% sure of the desire here. This is the Canvas data dictionary: https://portal.inshosteddata.com/docs The assignment_dim defines grading_type...