Justin McNally

Results 16 comments of Justin McNally

almost all the deps have been forked and updated. ``` gem 'birch', github: "billthompson/birch", branch: "birch-ruby22" gem "treat", github: 'xiao0720/treat' gem 'stanford-core-nlp', github: 'frankel/stanford-core-nlp' gem "bind-it", github: "j-mcnally/bind-it" ``` Is...

instead of doing the install via the cmd line, i opt'ed to put together my own jars and have been working through deps. then i just added ``` # Treat...

Should we be storing this to redis, or just log it?

I implimented applying middleware to all resource routes however the middleware array must always be present because i havent worked out checking types and moving params yet. Also i plan...

thanks for the report will take a look. for now lock to 1.3.1

Hey guys, Sorry for the absence, i've kind of deprecated this project, as other solutions have emerged since, that solve this problem better than this project. This project was started...

Yea, will look into updating things per https://github.com/ansible/ansible/issues/8563 this should be do-able now.

dohosts has been updated to v2 looking into the provisioning

In the code ive hacked together the use can kill a pid if its stuck etc. automated would be super nice basically to set a timeout Sent from my iPhone...

Yes i have the config stuff working in my fork but things got messy in my pr so i closed it basically i want to rebase that feature off ur...