Kavi Gupta
Kavi Gupta
We should include denominators on score reports, including in python ok --score and on the web gui. This will be more useful information for students One complication is the case...
Not sure if this is the right repo to put this on Currently discussion attendance suffers from a number of problems - the process takes about 3-4 minutes, which can...
Resolves https://github.com/okpy/ok-client/issues/117
We decided not to go for this in 61a-sp20 but we might want to do this in future so I'm leaving this up
It could take in a link to a submission ID as an argument Use cases: (1) the obvious, so they don't have to copy/paste. (2) we could back up the...
##### Issue type - Bugfix The code hangs when accessing a large query (e.g., all parks in California). This is because the code as written repeatedly adds to a string...
It should work exactly like error. ``` scm> (define x (delay (begin (print 2) (/ 1 0)))) scm> (force x) 2 Error scm> (force x) 2 Error ``` but right...
This works but shouldn't ``` >>> '[1 2 3) (1 2 3) ```
Resolves https://github.com/unitedstates/python-us/issues/84