MortimerCat

Results 2 issues of MortimerCat

``` $a = new Project(); $a->retrieveJobs(); //This autocompleted try { $a->retrieveJobs(); //This autocompleted } try { $b = new Project(); $b->????????? // Not working } ``` When I create a...

bug
investigate

I am updating from Angular8 to Angular9. My older version of ng2-charts (1.5) did not like the upgrade, so I also updated ng2-charts to the current latest (2.3.2). But I...