johnjbarton

Results 33 issues of johnjbarton

Hi, I was just following your instructions blindly ubuntu@ip-10-88-163-66:~/node/src$ sudo npm install connect connect_json move npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: [email protected] npm ERR!...

This feature has been trouble and there are cases it cannot work. Any socket disconnect during a test can lose data. The server will disconnect if the client does not...

The input config supplies 'patterns' which FileList expands into Files. These files are preprocessed and then 'file-list-modified' is fired. The event offers a pair of file lists, {included, served}. The...

This is a long standing issue I've tried to fix in the past. A user in my company hit a case that failed 30% of the time or so and...

The current system is too fancy and mysterious. DI is by its nature 'mysterious' because the values are set in code not directly known to the getter. But karma system...

Testing master on Chrome Version 35.0.1897.0 aura (257451) fails testProxies. Looks like PR #27

Based on same config a karma-runner/karma-jasmine.

The browserstack-based tests for karma project stopped working: https://travis-ci.org/karma-runner/karma/jobs/577415432 Basically none of the browsers can be reached, eg: ``` 27 08 2019 20:23:04.986:WARN [launcher.browserstack]: ie 11.0 (Windows 10) has not...

Jasmine tests are defined during load (describe calls). The timeout is bound into the first test at that time. Set the default to the config value during file load rather...