Hein Meling
Hein Meling
The problem could still happen if we forget to check github always before update the database, because changes can be made on github during autograder downtime. In this case autograder...
Ok, can you point me to the html code where this is relevant? We should instead report missing JSON score objects as: ``` No score data found in log output....
JHawk is a tool that we might look into. http://www.virtualmachinery.com/jhawkprod.htm
Stumbled over this one while searching for something else just now: https://github.com/emil2k/tab https://www.reddit.com/r/golang/comments/2u5t96/tool_for_generating_table_driven_tests_tab/ This is a tool to generate table-driven tests for Go. This could be useful for autograder.
We should also show how many students have signed up on autograder to make it easier to compare with the numbers in ITLs list of students.
It was strange that I had to make him TA, even though I had given him Teacher access from the Admin panel.
Maybe the Approve button could be Green if all have previous labs are approved, and Yellow if some members are missing pervious labs and Red if none of the group...
Not sure how slip days are implemented, but here is a suggestion: Only start to count slip days if an exercise is below the 60% passing level. We should add...
I guess it would not hurt if `go install` reported the path in which the binary was installed. Users new to Go often don’t know about GOPATH/bin.
Maybe some other UI element could be used instead of overlaying with a tooltip, especially when the box would be large. Maybe this type of information could be shown in...