Justin Nuß
Justin Nuß
It seems possible, but I think there are still some more important thinks at the moment. Also one would need a local JIRA to test everything, which takes extra time...
Having thought about this a bit more, I think a `PushUnmarshaler` interface that can be implemented by any `Unmarshaer` isn't really as clean as I initially thought. While it should...
Just read this issue and #282 and had a random idea, which may or may not be useful: Go since 1.9 supports [profiler labels](https://rakyll.org/profiler-labels/) which can be used to tag...
I can not reproduce this error. Code (requires Docker to be running, container will be created/removed automatically): ```go package main import ( "database/sql" "fmt" "log" "github.com/go-sql-driver/mysql" "github.com/ory/dockertest/v3" ) func main()...