Gerasimos (Makis) Maropoulos

Results 259 comments of Gerasimos (Makis) Maropoulos

The correct behavior is the current one, and had been always like that. The redis driver changed since v12.1.8, we are using HSET instead of Set after 12.1.8 (see [here](https://github.com/kataras/iris/blob/bfbed2f84174dd29e6770a0fc90ec02c2968667d/sessions/sessiondb/redis/driver_goredis.go#L139))....

@hjzCy, we wait for `go1.16` release, which will contain support for multi struct field tag keys per value :) Check the conversation here: https://github.com/golang/go/issues/40281#issuecomment-666500138. When go 1.16 will be released...

That really sucks... I will take a look for a solution soon (probably this weekend).

> To Reproduce https://github.com/kataras/iris/blob/master/_examples/request-body/read-query/main.go < don't send a query with name in it -> no error @Dexus this is working on me. ![image](https://user-images.githubusercontent.com/22900943/107875221-46c82080-6ec7-11eb-9d4b-05006a370558.png) ![image](https://user-images.githubusercontent.com/22900943/107875228-4e87c500-6ec7-11eb-914b-aab0967ca521.png) ### And your example also works:...

Of course there is no error without query string. You have to first check if the URL Query is empty. This is intentional: ```go func (ctx *Context) ReadQuery(ptr interface{}) error...

OK I am on it! Can you also please reply to you other issues labeld as "BUG" too? (e.g. https://github.com/kataras/iris/issues/1723) thanks!

OK It's done, upgrade on latest `@master`. The [example was also updated to have comments about this feature](https://github.com/kataras/iris/blob/master/_examples/request-body/read-query/main.go).

@Dexus Hmm what do you mean? If the data are empty, there is no other "error" that can happen (so MultiError has no reason to contain that error), decoder won't...

Hello @flykarry, There is no a builtin feature like this, I think it will be better if you have just opened this issue at https://github.com/golang/go, as the underline functionality we...

Hello @sado0823 1. This is NOT golog or iris issue. Why you use `SetReportCaller` on logrus and not in golog? Iris logger has a stacktrace option which is visible on...