Keith
Keith
I think it is useful to anticiplate more than one extension, sometime you have duel code hierarchies sharing the same repository. Such as code and adjacent tests. If you start...
I would like to see a version of https://nixcloud.io/tour/ and with #661 I venture you will have a much greater audience than just k8s.
From an outsiders perspective I have found the repository structure somewhat confusing. Perhaps the dhall-lang/dhall-lang repo description could indicate what it is used for.
"On" has been used for error handling for 40 years! OnError: ifError on_error on_error_wrap on_error_report on_error_inform on_error_log on_error_do {} or perhaps use fail/failure on_fail on_fail_do {} on_fail_report on_failure_report on_failure_wrap fail_with(...
I was trying to use simple use numbering, hence needing to raise the issue.
Anyone notice that the only thing that you can't do with docker-compose.overide.yml, is to actually override anything!
Hi Thomas, I wrote a simple script, docker-compose-use, as the basis of my AngelBox toolkit. This makes docker-compose files "composable". You will find this at http://github.com/keithy/sprankle-pod and http://github.com/keithy/angelbox
You need to have a look at my docker-compose-use script see github.com/keithy/sprankle-pod a more advanced form is available in https://github.com/keithy/angelbox
``` { pkgs ? import {}, nixt }: nixt.mkSuite "always passes" { "always true" = true; "can use lib" = ("hello,world" == pkgs.lib.concatStrings ["hello," "world"]); } ```
This extra instruction appears to be expected behaviour, until you have a configuration.nix defining your own users.