Günther Grill

Results 36 issues of Günther Grill

There is no activity in this repo for over a year. Is someone actually maintaining this?

When using the `mainBody`, the system performs a `exitProcess` when e.h. `--help` is used. This brings down my whole unit test VM, so it would be nice to have the...

This upgrade also includes the upgrade of kotlin to 1.2.x. This also make the PR #29 obsolete and also resolves Issue #27

One challenge (it even is in scala with scalatest) is the testing with spek + SpringBoot. A sample test would be great.

When you have a folder like this ``` bar.go bar_test.go foo.go foo_test.go ``` where the `foo.go` and `bar.go` contain a interface each the command ``` mockery --all --case=snake --inpackage ```...

Amazon has a version 2 of the api which is already the official predecessor of v1. The main advantages of the new API are performance improvements, easier error handling, easier...

Currently, the data structures themself (Map, List) are designed as structs. Do you think in a future major release it would be possible to change them to interfaces. This would...

enhancement

Currently there is no easy way to delete an element from a list. Only recreating the list can be done what is very annoying. Something like this would be very...

enhancement

With go slices it is possible to append multiple values: ``` s = append(s, anotherSlice...) ``` This is quite cumbersome currently with immutable, and also would create a lot of...

enhancement