Gerasimos (Makis) Maropoulos

Results 254 comments of Gerasimos (Makis) Maropoulos

You mean the comment and the declaration below don't match, it's fixed now. Thanks a lot. Note that I am preparing a new Iris wiki and an e-book for the...

Sorry for the delay @speedwheel , it's done now, thanks for the notice!

Hello @mistraminayasa , you've right, it's `Mailer#Send` , not `mailer.Send`, so you have to first use `sender := mailer.New()` and after `sender.Send`, the README example is also updated :)

Hello @LycEcho, Please check your PR, you change the import path... you've added `.idea` directory and an xml file...even the travis build breaks. If you need to add a `DefaultStart`,...

Your feature request is implemented, It's done on both [iris](https://iris-go.com) and here, `go-sessions` @cheesedosa, now databases (redis and badger) sync all actions, no memory storage if a database is used,...

Yes, you asked months ago, assume you were prepared for it... I am not a redis fan but ofc, if you find any bug I will do my bests to...

We used that approach in the previous release, I know the benefits and the downsides. You can create a PR and I can review it, maybe you can do it...

Hello, This feature is not yet implemented? I am trying for hours to find a way to generate a TOC here...

Hello @CyJaySong, So, the [example](https://github.com/kataras/iris/tree/master/_examples/request-body/read-many) doesn't work on your side?