David E. Wheeler

Results 436 comments of David E. Wheeler

Removing documentation of the `--without-*` options in #63.

Yeah, the idea is to have a reasonable default value for the full name of the user who hasn't set `sqitch config --user user.name`.

I don't understand this issue, because [this line](https://github.com/sqitchers/sqitch/blob/v1.4.0/lib/App/Sqitch.pm#L5) enables `say`. What version of Perl are you using? The first line of `/opt/homebrew/bin/sqitch` should tell you, and if the path doesn't...

This is the Homebrew-installed Perl?

Finally getting back to this. Just upgraded Homebrew Perl to 5.38.2 and reinstalled Sqitch v1.4.0. I do not get the error: ``` ❯ /opt/homebrew/bin/sqitch --version sqitch (App::Sqitch) v1.4.0 ``` The...

Looks good though we may want to split out the common bits to a separate layer to reduce duplication and runtime. Be sure also to include a text editor for...

>I would imagine if we could achieve de-duplication, we'd be able to import a base image, however, the very first command installs packages specific to each database. Yes, that's exactly...

Hey @pyramation, where do things stand on this PR? Still in progress?

The idea is to put all the common stuff into a common image layer, then have additional `Dockerfile`s that build on that base image, where they add the stuff unique...

Yeah, doing something like this would probably require some sort of templating system to generate all the appropriate `Dockerfile`s. Which would sure be a PITA. How much work do you...