Michael Prentice
Michael Prentice
Duplicate of https://github.com/karma-runner/karma-firefox-launcher/issues/29
It should be `require('karma-junit-reporter'),` instead of `require('karma-phantomjs-launcher'),`.
karma-phantomjs2-launcher works well on OS X and Windows, but the binaries don't start on Linux. This is especially problematic on Travis CI.
I couldn't downgrade because `2.3.2` has broken cluster images which my site depends on. I was able to hack it for now by adding the script tag into the index.html...
I couldn't downgrade because `2.3.2` has broken cluster images which my site depends on. I was able to hack it for now by adding the script tag into the index.html...
It looks like that is only the case if the `file` passed in is a `string` and not a Vinyl File Object. In the second case, it appears that both...
I am seeing this as well. Interested in the proper way to workaround this or handle it.
For now, I'm just not sending these Errors to stacktrace.js: ``` // Don't try to send stacktraces of HTTP errors as they are already logged on the server // and...
Why `false` and not `true`? https://github.com/mdbootstrap/perfect-scrollbar/issues/873 already requests the ability to set this via an option. The [guidance here](https://web.dev/uses-passive-event-listeners/) is to use `passive: true`.
Ah, the answer to that and the PR for this is here: https://github.com/mdbootstrap/perfect-scrollbar/pull/945#issuecomment-734504756