Adam Berlin
Adam Berlin
I just stumbled on your library. It works great for quick analysis, except when I was trying to extract a JSON version of the data to compare with another set...
From what I understand the StringSliceFlag allows multiple files to be initialized ``` gouml --file somedirectory/ --file someotherdirectory/ ``` Currently the help documentation for `gouml init` does not make this...
I was wondering while I was making my pull request: * how do you prefer contributions? * how do you run the entire test suite?
I received this error after adding microseconds to my timestamp: ``` panic: version number was not valid: Expected component '20190310162427027000' from version segment '20190310162427027000' to be a parseable integer: strconv.Atoi:...
Helm installs CRDs that are in that directory during helm install Authored-by: Adam Berlin
When running a nested test method in Intellj with Ctrl+Shift+R (a focused test), this is the failure. However, the tests run and pass when running the entire file. ``` @RunWith(NestedRunner.class)...
…n Go - provides xUnit style setup/teardown and setup suite/teardown suite behavior. > Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull...