John Wilkinson

Results 5 issues of John Wilkinson

http://stevenbenner.com/2010/11/how-to-set-up-a-team-fortress-2-dedicated-server-on-ubuntu/

https://github.com/doximity/campaigns/blob/f3b5a7d457a0fc4b5e310c851ac9b55570ce18b2/app/jobs/audiences/sleepy_mass_cache_orchestration_job.rb ^ this job takes an approach to limiting the parallelization by recursively queuing itself after the partial set has completed, we could probably use a similar approach transparently in...

We have an initial experiment of this in Campaigns that went well, we could extract this into the gem but we also need to figure out what exactly should happen...

Reproduce: ``` echo -e 'helloWorld : '\''{IO, Exception} ()\nhelloWorld _ = printLine "Hello World!"' | ./ucm -Ctemp --exit run.pipe helloWorld ``` Expected behavior: I was expecting it to output "Hello...

Small change that seems to grant us all of the niceties of Roar's represent for free. The main thing I was running into that `Grape::Roar` does not support but that...