Wesley Schwengle

Results 26 comments of Wesley Schwengle

Hi, I didn't wrote a test for it because I'm too dumb I guess to get a working developer environment. So I did tests with my own setup which work....

There is CPAN::Perl::Releases[1] which can give you some information about where you can download the tarball. It does not give you the checksum. But I think that is just a...

@zakame I was thinking a bit along the same line. If docker hub allows subname spaces, you could also opt for another option. Gitlab's registry allows namespaces as such: project:tag,...

Just wanted to say that I love what I'm seeing. Looks really good, loving it!

For external volumes (and networks) you need to create it first. You need to remove the `external: true` from docker-compose.yml (or override) to make for docker-compose to create the volume...

``` $ docker-compose up pgdb Attaching to metacpan_pgdb_1 pgdb_1 | Error: Database is uninitialized and superuser password is not specified. pgdb_1 | You must specify POSTGRES_PASSWORD to a non-empty value...

When you stop the `elasticsearch` container you get a warning that the elasticsearch host is down when you run the index script. When the `elasticsearch_test` container is down (or up),...

Do you want to send out real mails to the world or do you want to test mail functionality? For the latter I have found the mailhog image to be...

With Perl one has [Test::Class::Moose](https://metacpan.org/pod/Test::Class::Moose#Declare-a-test-method) where you can have `sub test_foo { ... }` or `sub foo : Test { ... }` or `sub foo : Tests { ... }`....

I have the same error, but ONLY if I have `command:` in the `molecule/default/molecule.yml`. When this isn't there I don't get the error. Although other errors occur at that point...