Maxime Bury

Results 11 comments of Maxime Bury

Just ran into this (@QuinnyPig fancy seeing you here :P). I'm happy to take a stab at fixing, the question is how to go about it. I'm pretty sure the...

@QuinnyPig I'm definitely interested in a good init script, if you don't mind submitting a PR

If globs are only resolved on startup, how does that work when a file gets created at a matching location after the daemon starts? It seems like it would get...

The problem I'm running into is between two glob patterns though. One of them is more "specific" than the other, but I think that'd be hard to determine programmatically. One...

Running into the same problem. It seems that https://github.com/codegangsta/cli/commit/65d50017d4f34772b8d767fb7478b9416b5d30c5 broke gin, the port flag isn't being set properly. Temporary fix: ``` bash cd $GOPATH/src/github.com/codegangsta/cli git checkout 4ee3fafcf # before the...

No, it's just the last commit on [context.go](https://github.com/codegangsta/cli/commits/master/context.go) which is where the `GlobalInt` method used to get the port is. Reverting to the commit before it works. So I didn't...

What's a reusable service? Is the intended behavior here the following: - if you specify nothing, it starts numbering ports from a random value by increments of 1 - if...

OpsWorks has options to specify a regular link or an S3 link as the application source. I was planning to detect what kind of application source we're dealing with, and...

Mostly, it would go something like: - run `activator dist` - upload the resulting zip file to S3 / some HTTP accessible location - trigger a deployment in opsworks. in...

`2.1.x` is supported. I believe `2.0.x` works as well. `2.2.x` breaks because of the changes to the `stage` and `dist` tasks. `2.3.x` breaks further because the play command was replaced...