Nick Law
Nick Law
Looks good @Cidan! We're going to need to add some additional documentation for this change. Did you want to take a stab at that in this PR or in a...
I'm open to introducing breaking changes. We'll just need to bump to v3. I'm also ok with the variadic functions approach. Variadic functions are used widely throughout the Go standard...
@Cidan I've just merged #133. Could you please make sure to update `GetExtensionLiveChannels()` to a variadic function as part of this PR too? Thanks :slightly_smiling_face:
So I can understand your problem better, are you able to provide an example what you're trying to achieve with this library in its current state and the issues you're...
I agree that is generally a good idea on the surface, but without diving in and having a deeper look I'm not sure what changes need to be implemented. I'm...
I think the solution here is to implement the proposal in #128.
Happy to accept a PR :slightly_smiling_face:
Thanks for bringing this to our attention
Yeh, I've been meaning to add logging to requests and perhaps responses(?). Essentially what I had in mind was to add a _Debug_ and _Logger_ field to the [_Options_](https://github.com/nicklaw5/helix/blob/master/helix.go#L45) struct....
> We could use go-spew to pretty-print requests and responses, so even with many fields printed to the console they stay readable. I would prefer that we not include external...