Steven Arnott

Results 30 comments of Steven Arnott

Turns out this might be something to do with net/http Do() call

OK, after further digging this is a complex issue with something to do with the app doing a 'log.SetOutput' to a multi writer with OS.Stderr and some thing else.. Not...

Could you do something with a `...interface{}` signature and have the code decide if it's an `api.Node` or collection of details?

The problem is that Jira Cloud API accepts `query=blah` while Jira Server only accepts `username=blah`

I used this to write my own request for this. ``` req, _ := client.NewRequest("GET", fmt.Sprintf("/rest/api/2/user/search?username=%s", query), nil) users := []jira.User{} // users, _, err := client.User.Find(user.Profile.Email) _, err :=...

One idea is have each bulk request action size its self on creation and then bulk service could just tally the metadata. Then each action could have a accessor to...

Certainly looks ok to me... Go question... Each of the BulkableRequest sub types share the int64 for the `estimatedSize int64`. Is there a reason not to put that into the...

EventID is always returned regardless of the request outcome to Sentry.IO

The keepalived does not accept connections until I manually triggered an update in the config..