William Luke
William Luke
Hey @DilipCoder, If you want to add unit testing I'll more than happily merge it :) Sorry for the delayed reply
Do you have a link to the Github?
@zachlatta Ok perfect, ill have a look and let you know my thoughts :)
## Thoughts 1. Query `csse_covid_19_data/csse_covid_19_daily_reports` to get all the files ```ts interface File { name: string; path: string; sha: string; size: string; url: string; html_url: string; git_url: string; download_url: string;...
Very quick and hacky, let me know your thoughts
I'm pretty swamped atm, so if someone else could take over that would be great. Great work @jajoosam
@TheHacker66 Have you had any luck?
@zwhitchcox Did you manage to solve this?
@zwhitchcox Sorted it Changed this ```tsx import { createStyles, WithStyles, withStyles, Theme } from '@material-ui/core'; ``` To this ```tsx import { createStyles, WithStyles, withStyles, Theme } from '@material-ui/core/styles'; ```
Ok awesome, this has been driving me nuts!! I am looking in to implementing [apollo-server-lambda](https://www.npmjs.com/package/apollo-server-lambda) in to yoga2, do you think that this would be worth while?