Chris Timperley
Chris Timperley
``` def partition(block, effects) -> List[List[InsertionPoint]]: ```
Relevant bug: [geometry2/1b5fa94/1b5fa94.bug](https://github.com/robust-rosin/robust/blob/master/geometry2/1b5fa94/1b5fa94.bug) @gavanderhoorn we're unsure whether this leads to either: (a) a crash at run-time, or (b) using a meaningless/corrupted transform. If the former, then we should go with...
It would be nice if we could add an entry on how to use gdocs_reader.py to scripts/README.md. In particular, it would be useful to know how users should obtain a...
See: https://github.com/robust-rosin/robust/issues/415#issuecomment-844188177
An example of a bug that breaks this rule: https://github.com/robust-rosin/robust/blob/master/care-o-bot/0000000/0000000.bug
We can simply try to run all cells in the notebook to completion and check that no errors occur. This would be helpful in spotting regressions caused by changes to...
In most cases, `fix-in` provides a list of the files that were changed as part of the fix. However, it seems that in a few cases, this field specifies the...