David Steinsland

Results 13 issues of David Steinsland

Why on earth? If I pull down the repo, I can't add submodules to the Strategy/ folder because of the .gitignore file. Also, is it possible to add the Google...

The terminal should update its progress, letting us know what the status is. Really useful when you have lots of benchmarks, each taking quite a bit of time.

Some annotations that one could set to a "desired running time" would be nice. E.g. > "this" method should preferably run below "0.0002" at average This way, the benchmarking could...

Also fixing bug with division by zero in `MethodResults`. This will introduce a new method API, so users should update their method signatures before using this patch. - classSetUp(array $methods)...

The `AthleticEvent` should change its private methods to protected, or: - add arguments `$currentMethod`, `$currentIteration` and `$totalIterations` to `setUp` and `tearDown` - add callbacks for before a method is ran,...

I've specified an alternate location of the pid files, and they are showing up in the commands: ``` PIDFILE='/var/www/releases/1446826801/tmp/resque/14468555833567' ``` No file with that path exists, nor does the logs...

Any plans to support OpenID Connect on top of OAuth?

Future Version

It seems that the `close` function is not called when `expires` is set to an integer (and the notification auto closes). If this is not implemented, consider this a Feature...

Would be nice if you would create a wrapper for `toArray()`, making the following output: ``` php /* Entry belongsTo Channel, Entry hasMany Files */ $result = Entries::with('Channel', 'Files'); print_r($result->toArray());...