Eric Kidd

Results 172 comments of Eric Kidd

Oh, no problem! If anybody figures out how to write a regex that matches whatever the latest version of `compose` is doing, I'll be happy to merge it. (Hint: Check...

We could add more complicated examples in the docs. We have a full set of examples in the `examples` folder, for example, showing off many variations of how to use...

Does Rails pretty much assume a Redis server by default these days, for example? If so, we could rename `db` to `placeholders` and add a `redis` pod. Many cage projects...

If we're going to provide both `db` and `redis` in the default code skeleton, then we should place them both in a single file named `pods/placeholders.yml` or something like that,...

The `cage source mount` command does not currently do a great job with compiled languages. Usually I resort to something like `cage run $CONTAINER compile_command && cage restart $CONTAINER`. I...

This is definitely still an interesting issue. Certainly, `--build-arg` can replace `Dockerfile.in`, but the rest of the issues are still of interest.

Hello. I'd like to apologize for being a bit backlogged right now. I do want to get all these changes merged soon. :-)

Could you please provide me with a walkthrough of how you triggered this using https://github.com/faradayio/cage/tree/master/examples/node_hello ? What commands did you run? What output did you see? What output did you...

No, but thank you for reminding me! I did have just enough time to experiment with this and verify that yes, it does appear to be broken.

Good catch! In general, these features would need to be added to the compose_yml crate. I don't have time to do that myself right now, but I'd be happy to...