Simon Tsvilik

Results 18 comments of Simon Tsvilik

Looking at the code I see that you attempt to extract source file from source map, which in most cases would be relative where `pathMap` hash uses absolute paths. This...

There are two more discrepancies that would prevent source maps from working: 1) Source Map file still points to original non-hashed file name 2) Source File is not pointing to...

I hope you guys realize that coverage capability is not part of Karma. Whatever coverage you get is handled by a completely separate library - Istanbul (NYC).

There is one solution that I found to be working - its not ideal but it is something. Returned `through2` stream has an event `finish` which you could use to...

@jasp402 If only we had reference to the right process which spawns `webdriver`, we could kill just that.

Same issue. Looks like including just `WiFiManager` in lib_deps downloads outdated version of `WiFiManager.h`. If i specify full git repo path `https://github.com/tzapu/WiFiManager.git`, it loads the lib fine without editor error,...

Why isn't this merged yet? So many unnecessary issues b/c of this

Thats definitely possible - will need to promisify native fs and some refactoring around checking for log files writeability.

@kapilag Option `healthCheck` is designed to be configurable for cases like that. If you feel that Zelenium takes longer to start simply adjust the delay like so: ``` healthCheck: {...

@kapilag Are you suggesting to wait on Docker events for built-in health check monitoring before starting a test? As an alternative to polling for service start using `fetch`?