Felix Frank

Results 14 issues of Felix Frank

Prometheus tests are busted. Make their output more readable, and make sure they don't leave lingering mgmt processes upon failing.

## Versions: * mgmt version (eg: `mgmt --version`): `mgmt version 0.0.19-30-ge15f110` * operating system/distribution (eg: `uname -a`): `Linux dev-app01-ffrank 4.4.0-140-generic #166-Ubuntu SMP Wed Nov 14 20:09:47 UTC 2018 x86_64 x86_64...

## Versions: * mgmt version (eg: `mgmt --version`): 0.0.17 * operating system/distribution (eg: `uname -a`): any * golang version (eg: `go version`): 1.10 ## Description: With the goal of enabling...

## Versions: * mgmt version 0.0.17 * operating system/distribution (eg: `uname -a`): all * golang version (eg: `go version`): 1.10 ## Description: The environment for `exec` resources should be customizable...

There was a short discussion of regex tests vs. fixtures in #371. I still quite strongly disagree with @ghoneycutt's assertion that fixtures fix a problem with the data structures at...

enhancement

The `reconfigure` parameter for `network_config` is dysfunctional because no available provider has the `reconfigurable` feature. Add it to providers on platforms where we can do this. Closes #86

With md010 disabled, it is possible to lint this document (where line 3 starts with a tab character): ``` Consider this code: code block here ``` The following document is...

waiting for issue fix verification

Hi, first off - I loved the blog post and this demo, it was exactly what I'd been looking for and a great help. I did notice a minor issue...

We have been using Ruby for two things 1. a test script to find non-conforming YAML files (which has not worked in a long time and had been disabled) 2....

I wrote a suggestion of how to store the mcl code coordinates of notable AST nodes in the parser. (It's not done for each last node.) The approach is possibly...