Andy Jeffries

Results 102 comments of Andy Jeffries

I understand now. I think it would be nicer if this sort of Acornfile and commands were supported: ``` containers: { worker: { build: "." image: "docker.io/something/myapp:latest" } web: {...

I saw in the webinar this seems to be implemented. I'll leave the issue here in case I've given something above that isn't actually implemented.

I'm assuming then it would only run a one time job for multiple containers then? So this should run only one job, and then only upgrade all four containers if...

Nice, that works for me.

What about if you use `build: "."` on each of the containers and the job, I assume it will automatically run when you do `acorn build && acorn push`?

I only see a master branch on https://github.com/Jeffail/leaps. I'll wait though, it's not urgent.

@pointlessone is there any reason this can't be merged? (tagging you because you seem to be the person who commits most here). I really need this functionality for my project....

Thanks @gettalong, I don't know the codebase but I'm trying to get in to this. I've just checked current master though and it fails for me: ``` 11:07 ~/Developer/vendor/prawn-table (master...

I was just looking for this and was going to build it in my app. I'm planning on doing it like this: ```ruby html = my_markdown.gsub(/\A\-\-\-(\r\n?|\n).*?\-\-\-(\r\n?|\n)+/m, '') ``` That removes...