Joe

Results 5 issues of Joe

Cloned this repo and ran `npm i && npm test` - tests immediately failed. ``` module.js:549 throw err; ^ Error: Cannot find module 'karma' ```

On windows 10, in git bash. ``` $ nodist (x64) 11.13.0 > 12.14.1 (global: 12) ``` ``` $ nodist npm 6.9.0 > 6.13.4 (global: match) ``` ``` $ npm -v...

`all` assumes a shared type between arguments, causing the type inference to devolve to `any` for types that don't share a more refined base type. `Promise.all` handles this well, if...

This is the first hit when googling "angular image crop" and appears to have been abandoned for over a year. @alexk111, would you mind putting a blurb in the readme...

Noticed this for `input[type="date"]`, `.getShadowElement()` returns the injected `input[type="text"]` but does not also return the corresponding `span.step-controls` or `button.ws-popover-opener`. From the docs: "Webshims lib sometimes has to add additional DOM...