Nick Palmer

Results 22 issues of Nick Palmer

## Describe the feature Add the ability to load a struct that has an interface element which has a struct assigned to it ## Motivation This would support go style...

**Describe the Bug** When running migrations that were created with the same timestamp migrate will crash. **Steps to Reproduce** Steps to reproduce the behavior: 1. Write two migrations with the...

I am not seeing my organizations. I also do not see private repositories owned by my organizations.

## Describe the feature Gorm should round trip an embedded pointer to a struct as nil when the struct is given as nil. ## Motivation My domain model has optional...

type:feature_request

There should be a way to override the os.Exit() function call with a different exit handler. ``` zerolog.SetExitFunc(exit func(int) {}) // or even via a global var ExitFunc = os.Exit()...

The builder seems to throw an NPE which makes Jenkins hide the builds from the build list. ``` WARNING: Caught exception evaluating: it.getTestResultPath(testObject) in /job/na0_newaer-ng-server_gitlab_merge_request/34/. Reason: java.lang.NullPointerException java.lang.NullPointerException at java.lang.StringBuilder.(StringBuilder.java:92)...

When integrating maildev into another process directly, it would be nice to be able to skip maildev's installation of signal handlers so that we can finish our cleanup without having...

Our system consists of multiple micro-service backend processes which we would like to collect all the coverage from. We would like to have a way to configure the plugin to...