Tobias Pfeiffer
Tobias Pfeiffer
Looking at the code, part of the problem is probably also that we calculate all the statistics in parallel for each scenario :joy: ```elixir def statistics(suite) do percentiles = suite.configuration.percentiles...
Same thing for formatters :sweat-smile:
I had a minor hope that #408 would maybe put a dent into this one, but it doesn't which makes sense as the inputs used here are relatively small. That...
@sabiwara you said closing as it still needs discussion but immediately reopened - accidental double click? :sweat_smile:
Hi micah, no need to be sorry! Thanks for developing this :-) Well too bad I hoped that it'd be a simple configuration problem :-(. I am running a desktop...
Okay cool thanks! =)
Update the README with what? If you have any specific update wishes you could fire up a pull request to make it easier for the maintainer :-)
There at least is no arm version on the [downloads page](http://download.eclipse.org/eclipse/downloads/drops4/R-4.4-201406061215/#SWT). There are only x86/x86_64 versions. We'd need an ARM version of SWT and add it to the gem. I...
Hi Douglas, [this](https://github.com/danlucraft/swt/blob/master/lib/swt/jar_loader.rb#L29) is where the JAR loader should end up. Could you give me the output of `RbConfig::CONFIG["host_os"]` and `RbConfig::CONFIG["host_cpu"]` from your PC? you can just type them into...
Okay awesome then I believe we can close this issue and I have some classes to add from the shoes side probably :-)