CodeLenny
CodeLenny
Closes #11.
I'm not the biggest fan of using code coverage to drive development, but I sometimes reference the report to make sure that tests hit what is expected. [Codecov](https://codecov.io/) is simple...
I believe #8 isn't included in the latest release. Are there any plans to release a new version?
Feature suggestion! It would be nice to see how seats are changing over time for each courses. A graph would be perfect, but given your current data storage techniques (don't...
**Describe the bug** When using `Can` in React (via `createContextualCan`), most of the type definitions strip (via `Extract`) most subject types, which prevents using `ForcedSubject`. Please see lines of `Can.ts`:...