Johan Bloemberg
Johan Bloemberg
I noticed the CI for macOS is currently broken on Github Actions. I've tried to debug it, but haven't found a solution yet. My assumption is that Github updated their...
I just bought the new accucell 80W (with XT60 input connector and usb port), http://www.hobbyking.com/hobbyking/store/__64345__Turnigy_Accucel_6_80W_10A_Balancer_Charger_LiHV_Capable.html After successfully running cheali on a clone iMax B6 I am so fond of it...
Instead of having to specify the primary key field of a table manually for every table, could it be auto detected instead?
## Versions: * mgmt version (eg: `mgmt --version`): 0.0.14-13-g7e6d013-dirty * operating system/distribution (eg: `uname -a`): Linux faalserver 3.16.0-4-amd64 #1 SMP Debian 3.16.51-2 (2017-12-03) x86_64 GNU/Linux * golang version (eg: `go...
Lang should support some kind of heredoc, eg: ``` $x = template(@(EOF) some text that spans mulitple lines but with leading whitespace removed |EOF ) ``` Reference: https://github.com/puppetlabs/puppet-specifications/blob/master/language/heredoc.md
Running custom build using https://github.com/purpleidea/mgmt/pull/343, but also reproducible on master. Given the mcl (with a missing comma after `"test"`): ``` file "/tmp/mgmt" { content => "test" } ``` The server...
For example: https://github.com/NYTimes/collectd-rabbitmq#example-configuration
Currently I find it hard to (re)discover the `--rm` function to 'reset' an environment. For me it would make more sense to have it as a command rather than a...