Yash Shah

Results 4 issues of Yash Shah

https://github.com/covid19india/api/blob/7c1f7f195a4519592c32f9a7b03638572b4ac218/lib/index.js#L23 in `lib/index.js`, the function `task()` is marked as async when it isn't actually asynchronous. You can choose to remove the `async` from the definition and `await` from all the...

Currently, the code snippets on your blog don't switch styles after dark mode is toggled, they still have a white background. Switching over to something more dark might be more...

https://github.com/mbrn/filefy/blob/fd154dbb84ebe3b93f97726d644d3e5f151cbca8/src/csv-builder/CsvBuilder.ts#L10 A default value of `,` can be set if required. Something like: ```javascript constrcutor(fileName: string, delimiter: strinng = ",") { ```

https://keycodes.vercel.app/ displays different pages for the right cmd key and the left cmd key, however, the URL stays the same: https://keycodes.vercel.app/for/meta. The same happens for the option keys: https://keycodes.vercel.app/for/alt The...