Jennifer Thakar
Jennifer Thakar
This would be somewhat similar to #633, except instead of opting-in to early errors for specific active deprecations, it would opt-in to early warnings for all known future deprecations. -...
A static analysis tool that uses AST nodes to track scope doesn't currently have any node for rest arguments. This means it can miss those definitions when determining what a...
Partial fix for #633. This restructures deprecation warnings into a class that gives each deprecation an identifier and structures the warnings themselves primarily based on the instance variables of that...
## Bug report Twice within `shake-keyframes` ([here](https://github.com/material-components/material-components-web/blob/master/packages/mdc-floating-label/_mixins.scss#L144) and [here](https://github.com/material-components/material-components-web/blob/master/packages/mdc-floating-label/_mixins.scss#L169)), the calc expression `calc(0 - #{$positionX})` is used. The default value for `$positionX` is `0%`, so if no alternate value is...
We used the `correctness` and `private` score tags for a couple of specialized scores around the midterm for 61A this summer not realizing that the grade exporter was limited to...
Right now, anyone can create a course with any available endpoint. This means that a course's standard endpoint format may already have been taken for a particular semester. We should...
61A Su18 is using the groups feature of Ok to allow students to select their exam group. To export the selected groups (for use in assigning seating areas outside of...