Doug Bacelar

Results 3 issues of Doug Bacelar

After installing it globally via yarn, it did not generate a required dist folder 🤔 Cloning the repo and running it seems to work fine though. ![screen shot 2018-10-16 at...

**What**: Inspired by https://github.com/testing-library/dom-testing-library/issues/582 This provides a way to suggest close matches to users when the query cannot find any elements. ```js render() screen.getByTestId('kat'); // output `Unable to find an...

The [`onResize` method](https://github.com/krakenjs/belter/blob/master/src/dom.js#L1016-L1018) in `dom.js` currently uses `offsetWidth` and `offsetHeight` to get the elements dimensions. These two attributes always return integer values--disregarding the fractional part * https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth * https://bugs.chromium.org/p/chromium/issues/detail?id=360889 As...