Gianni Gambetti

Results 3 comments of Gianni Gambetti

I believe this can be addressed in a similar manner to `after_commit`: ```ruby # in lib/aasm/persistence/orm.rb # Add: def aasm_execute_after_transaction yield end # Change the 'ensure' branch in aasm_fire_event: aasm_execute_after_transaction...

You want to attach your authentication to [`git.ListOptions`](https://pkg.go.dev/github.com/go-git/go-git/v5#ListOptions): ``` refList, _ := remote.List(&git.ListOptions{ // https://pkg.go.dev/github.com/go-git/go-git/[email protected]/plumbing/transport/http#BasicAuth Auth: &http.BasicAuth{ Username: "user", Password: "password", } }) ```

As a heads up to anyone who might be waiting for this: I have deprioritized the work, and am unlikely to do it any time soon (if at all).