Gerasimos (Makis) Maropoulos

Results 259 comments of Gerasimos (Makis) Maropoulos

> Live template is a fast code generation method provided by Goland ide I've never used Goland IDE, I am VS Code fan from its first steps. But if you...

I'm excited to see that @aadog, don't hesitate to ping me for help!

Hello @spolischook and @gf3, If the addition requires the amazon s3 go dependency, then it's better to live as its own repository that will work as an "extension" of the...

Yes @spolischook but Aws S3 is a heavy dependency we really don't need in the main repository, that's why we must put it on iris-contrib/s3. And about Ukraine I am...

Hello @RelicOfTesla, I've pushed a commit which does that and more. Now you have the option to change the default way of how "matchDependency" behaves with two ways: 1. In...

Hello @RelicOfTesla, why do you manually construct a &hero.Dependency? I can't control the parameters there. You should just use RegisterDependency(customStructValueOrFunctionHere).

Hello @TheWayYouMakeMeFeel, Iris is a very modular framework, you can even run it under [http/3 quic](https://github.com/kataras/iris/tree/master/_examples/http-server/http3-quic) or, as in your case, follow the example to enable http/2 without TLS and...

Hello @TheWayYouMakeMeFeel, sorry for this kind of delay. I've just pushed a commit for a new `Context.ReadMultipartRelated` method wihch may help you.

Oh @johntostring this was on the`mergeClusterOptions` function. It's fixed now. Thank you a lot and sorry for the delayed response!

@johntostring sorry for so delayed response, fixed on `/v12@master` version.