Alikhan Oitan

Results 3 issues of Alikhan Oitan

I tried to run the demos and got this for `getOpenTasks` and similar to this for `getCollections`: ``` UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'reminders' of undefined at iCloud.getOpenTasks (......./node_modules/apple-icloud/resources/apps/Reminders.js:7:63) at...

In my project I have multiple different jest config files to different filename endings. Like `*.api-spec.ts` files use `jest-backend-api.json`, `*.unit-spec.ts` files use `jest-unit.json`. Is there a possibility to map those,...

enhancement

when trying to use express `Request` and `Response` for `pinoHttp` options, TypeScript argues that they should be of type `IncomingMessage` and `ServerResponse` (the default ones). This make generics for `pinoHttp`...