Niall O'Higgins

Results 45 comments of Niall O'Higgins

I added a backwards-compatible version of --input using the same globbing method and changed the version to 0.3.0 as per your suggestions.

added integration tests. these exercise selection via --inputs globbing and UNIX filename globbing and verify they produce the same results.

I envisage something like the web-based wizard you get on a vanilla WordPress install. We'd have a flow for: - Adding admin user - Setting up database (perhaps even provisioning,...

Yeah, we should have an environment variable and a `-c [config file]` flag on the CLI interface would be nice too.

Problem with json is it doesn't allow comments unfortunately. Not the biggest fan of yaml but it might be the right choice here. Sent from my iPhone On Jul 26,...

+1 Sent from my iPhone On Jul 26, 2013, at 8:49 PM, Jared Forsyth [email protected] wrote: > What about using something like json-minify? > https://github.com/getify/JSON.minify > That would give us...

I'd suggest DB On Saturday, February 21, 2015, Ilya Radchenko [email protected] wrote: > @keyvanfatehi https://github.com/keyvanfatehi @niallo > https://github.com/niallo how should I save the config? Use .striderrc > (from the rc...

The only thing about a file is a stateless environment like docker. Need to make sure that state is saved properly, or people will be really confused. Folks likely already...

Stack overflow would be great. It's not something I've ever gotten into as a contributor but there is a urge amout of valuable content there - agree that irc doesn't...

It depends which plugins you mean, but most of the reasoning is to have a very strong and well-tested module system. If the default Strider distribution is heavily plugin-based, then...