Michał Leszczyk

Results 2 issues of Michał Leszczyk

We're using [`[email protected]`](https://github.com/webdriverio-boneyard/wdio-sync), which in turn uses [`[email protected]`](https://github.com/laverdet/node-fibers), which doesn't build properly on Node11. [email protected] builds just fine on Node11. However, I noticed that `wdio-sync` is a part of `webdriverio-boneyard`...

Hi 👋 As I'm implementing a custom storage implementation for our needs, I noticed that the typing expectations for `getEntries()` method feels off: ```ts public getEntries(): Promise; ``` This method...