Mohan Raj Rajamanickam

Results 28 comments of Mohan Raj Rajamanickam

Thanks for the explanation. Makes sense. Maybe it would be useful to cross-reference the extensions in their chrome webstore pages if they are not already ?

@deanoemcke Would it be possible to add some info e.g. the list of suspended tabs (in maybe the extension settings) or count of suspended tabs over total tabs e.g. 4/7...

> Could we potentially show a summary of discarded tabs somewhere else - perhaps another view accessible from the sidebar in the options screen, that both shows how many tabs...

Looking to switch to drone from Jenkins, and this is the feature that is holding me back. I guess options for the following would make sense * auto-build on PR...

Thanks for clarification @bradrydzewski Didn't know that drone supports PR triggers - just found http://docs.drone.io/github.html#hooks > and these can be done via plugins today Can you post links to the...

@AnanyaJha @atnmorrison Is this issue still relevant? If not can we close it?

Also tested with latest `golang` docker image and got the same error ``` $ docker run -it golang ... Status: Downloaded newer image for golang:latest root@1a8a2de474fe:/go# go version go version...

I guess the workaround is to call `pact.Setup(true)` immediately after initializing the struct and before calling `pact.Server.Port`. Wondering what a fix to this would look like in `pact.go` .. because...

> a more idiomatic go way would be to create a NewPact(...) type interface to it 👍 > what's your use case where this is required so early? As part...

> have you got a reproducible example I can run? Or at the very least, could you please provide your entire consumer test (I'm assuming it's a consumer test)? I...