Mark Birbeck

Results 24 comments of Mark Birbeck

Sure. I'll take a look when I get a minute. On Thu, 9 Apr 2015 at 13:47 Yousef [email protected] wrote: > Thanks. I think this can be easily fixed by...

I don't know if this helps with *specifying* this functionality, but from the implementation standpoint I split the problem in two--first, the ability to run a one-off job on a...

I've come across the same problem. After juggling around with the code I've found that if I change the Joi definition for the tasks list command from `Joi.object()` to `Joi.string()`...

I ended up writing my own with the following differences: * I used the Docker Swagger files to go directly to the source definitions; * I used ES6 proxies to...

I see what you are getting at @shin-, that when you explicitly start a service you aren't saying anything about the other services in the `docker-compose.yml` file, and so it...

It is, of course, worth changing the defaults, but this is one of the problems with ST...how do you keep track of which key bindings are being used? And what...

I came across a plugin recently--can't remember which--that didn't have *any* default bindings, and instead documented how they should be added. It would be worth investigating whether it is now...

Is the use for this that you simply don't want to see any output at all? I'm wondering whether instead of having a `title` attribute to name output buffer, I...

Seems straightforward. My previous comment was along the lines of 'suppress all output unless there is an error', but I think I overcomplicated it since then we would then need...