Jason Marshall
Jason Marshall
I’m a little disappointed there are no comments from others here. I can’t be the only one who wants this feature? Our CI tool uses the Xunit reporter, and we...
For the config files it should be fairly straightforward to allow reporter[s] to be a map: `“reporters”: { “lcov”: { “outputfile”: “build/lcov.xml” } } and send distinct options to each...
I believe this is the problem: In BaseLauncher, restart() calls self.start, which should emit a new start() event and cause the _start() functions to be called in the custom launchers....
Am I misunderstanding the problem here or can this be solved by using `async: true`?
We should always denote perf numbers with the version numbers of the runtime, which this SO response does not. I would recommend that @Uzlopak or someone else who is against...
@domoritz Since `performance.now()` still returns a number, the amount of code that needs to be changed for this might be quite a bit smaller than you expect. My recent experience...
You're the one telling people their fun is wrong. @domoritz After a bit of poking, I believe that this is the block of code where you would make that change....
I don't believe it's the best optimization level, but it installs and seems to run. Is it a matter of not finding precompiled images for my machine or that it...
@travisby the lion's share of this problem started over the summer but I think it was happening intermittently much earlier. Could be that Artifactory changed, and an old bug in...
I don't suppose there's a flag we can pass to stop it from generating the default boards in the first place?