Tit Petric

Results 111 comments of Tit Petric

Hey, first off, thanks for a great software package! Secondly: how would you go about just invoking a function in the interpreter, that would take some go-type (interface, actually) as...

I have implemented a basic client_credentials request, however, the token returned seems to be invalid, or cannot be used by discodgo.New. The API returns TokenType = "Bearer", and discordgo errors...

> The client credential flow is a quick and easy way for bot developers to get their own bearer tokens for **testing purposes**. The returned token is also not a...

It was explained to me, that the retrieved token from the code above can't be used to generate Bots credentials (hence the 4004 error on websocket), but it could be...

Sorry, I may have added the fmt line myself 😬 definitely missing the timestamps however. On Fri, 3 Jan 2020 at 23:10, Jonathan Pentecost wrote: > I am not sure...

This could be adapted for the health check: ~~~ package main import ( "context" "fmt" "time" ) func main() { ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(2*time.Second)) defer cancel() for { select...

@matiasinsaurralde could you please take a look at https://github.com/TykTechnologies/tyk/pull/4055 and figure out if there are some test cases that you could merge onto this ticket.

Not applicable to the way we share code around. As we reuse the test utilities in other products, we can't remove it from GW.

Everything LGTM, please rebase and check the test failures.