Mike Kovařík

Results 6 issues of Mike Kovařík

**I'm submitting a feature request** * **Library Version:** aurelia-script 1.3.1 **Current behavior:** If you make a typo, or on this case I forgot to add `async` to a function, you...

### Minimal reproducible example https://github.com/MikeKovarik/expo50-icon-font-issue-repro ### What platform(s) does this occur on? Web ### Did you reproduce this issue in a development build? No (web-only issue) ### Summary After upgrading...

Platform: web
needs review

I've tried to use david on couple of my projects throughout this year and it only ever worked for a couple of days. I tried to refresh the page and...

Hello, I'm currently using only few parts of the whole chain to rebuild and sign my app after doing incremental changes rather than having it rebuilt from ground up every...

Support for importing modules without accessing anything out of them ``` import 'module-name' ``` or ``` import './file.js' ```

Hello. I've been using this library through js-xxhash and i was wondering why does `XXH('abcd', 0).toString(16)` not equals `XXH('abcd', 0).toNumber().toString(16)`? Is there some standard it complies to? Other than that...