Christian Brunotte
Christian Brunotte
A `docker pull debian:latest` did the trick. It is still confusing that it says "Could not save Docker image" - either it should pull and save it or say "Could...
Very annoying indeed! Maybe related to https://github.com/propelorm/Propel/issues/861 As a workaround one can write $c->where('`a`.first_name = ?', 'john'); The bug seems to be introduced in 1.6.8.
Quoting from problem-specification/exercises/largest-series-product/canonical-data.json: ``` { "comments": [ "There may be some confusion about whether this should be 1 or error.", "The reasoning for it being 1 is this:", "There is...
According to https://en.wiktionary.org/wiki/evenly_divisible and https://math.stackexchange.com/questions/58555/what-is-meant-by-evenly-divisible it's common English so at least not wrong. As it is on the other hand indeed unnecessary, it could be removed to help non-native speakers....
Das kann ruhig in einer Zeile bleiben. Der Sinn wäre ja, dass man "+2 auf FW" o.ä. als Gedankenstütze dahinter schreiben würde und das wäre ja für alle gleich.
Any progress? opentracing-spring-jaeger-cloud-starter:3.3.1 is still the latest version on Maven Central.
It is irritating for new users that "kubectl port-forward service/... 5432" does not work. Please do at lease document that this is expected in the "check created service resources" block...
I've stumbled upon issue #2 where this is answered in quite detail. Maybe you could add the answer to the README?