Jennifer Thakar
Jennifer Thakar
Cross-tag score overriding would be a complex feature to implement. Scores of the same category already override each other. Is there a reason we have a separate revision tag at...
There were empty (aside from the creator) courses for cal/cs61a/sp18, cal/cs61a/su18, and cal/cs61a/fa18 that I used admin permissions to remove the creator and repurpose them for 61A, but if someone...
I believe calculating exam recovery will require something beyond just categories, so I'll leave this issue open for now
It would be nice to allow arbitrary calculation rules, so we didn't have to implement every possible configuration in Ok. One semi-serious suggestion would be to have grade calculation input...
Python code would be hard to sandbox. I like the spreadsheet idea though. I'll look into it
I think I figured out the best way to do this: have courses provide a snippet of JS that we then run in a web worker when the user clicks...
@nex3: Can you deploy this branch so we can confirm it works? I'm having trouble getting the site to build locally.
Yeah, that makes sense. I've also filed https://github.com/sass/dart-sass/issues/1443 to have Dart Sass output better error messages for cases like these.
This sounds similar to #2791. Does that meet your request here, or is there something else you mean by "`@use` as reference"? If so, can you briefly summarize what that...
In the long term, this use case should be covered by sass/sass#2745. In the short term, adding support for the `stats` property on an error object seems reasonable, but since...