Alex Gorbatchev
Alex Gorbatchev
Here's a fix for undefined `id` variable. Also, please release `1.0.0`, i think this is stable enough :) If you need help housekeeping this, please add me on git and...
## Is this a bug report or a feature request? Bug ## Version Info - Version of Majestic: 1.4.1 - Version of Jest: 24.7.1 - Version of Node: 10.13.0 -...
This looks very impressive 👍 I suggest splitting out Promise spec implementation and additions into separate modules so that the Promise could just be used as a polyfill.
``` Traceback (most recent call last): File "tools/js2h", line 25, in for c in jsmin.jsmin(f.read()): AttributeError: 'module' object has no attribute 'jsmin' g++ -DK7_VERSION=20100617 -g -DSTATIC -DWITH_LIBTASK -DWITH_LIBNODE -DEV_MULTIPLICITY=0 -Ideps/v8/include...
Posting this for those that will be looking for something like this. I have a working kubernetes manifest that works with cert-manger and traefik. Please note to update `container/image` and...
I'm trying to use the gulp plugin and it doesn't seem to work. ``` js gulp.task('test:remap-istanbul', function() { var remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul'); return gulp.src('coverage/coverage.json') .pipe(remapIstanbul({ reports: { 'html': 'coverage/html-report', }...
I have a script that is actively deleting some of the directories being watched, this was causing gaze to fall over with `ENOENT` exception. This PR addresses this issue.
Added `./scripts/test-with-docker` script which starts arangodb in a docker container, runs `npm test` and then shuts down the container. This should make it much easier for people to run tests.
Hey friends, I've just upgraded from 2.x to 4.x and now my buffers are missing `length` property... is that expected? What's the alternative I should be using?
Module blows up when cookies are disabled in the browser settings. This addresses the issue by simply returning out of the module leaving it up to the user to determine...