Martti T.

Results 274 comments of Martti T.

Other languages have "annotation"s as somewhat "similar" to tags. Quick Googling finds threads/blog posts "data annotations vs fluent API" (c#). Some ideas: "Struct tags based binding", "Fluent API based binding",...

@bruc3mackenzi3 this looks definitely better. :thumbsup:

sorry, when I am reading Github mails from phone I often forget to reply when I am back at desktop machine (mail being marked as read now in inbox and...

I am available most of the time 8am-24pm (UTC+3) including weekends - basically when I am at my PC. Most of the Echo stuff gets replied in less than 24h....

Thank you @bruc3mackenzi3

sorry, I meant middleware pages https://echo.labstack.com/middleware/basic-auth/#configuration we often forget to update these blocks

todo: probably should mention Nginx/Apache etc similar behavior and configuration settings

note to self: probably should add a note that order of middlewares is important. ala if `timeout` was added before `logger`. then logger middlewares logs response info for already served...

I just started to port our project to client v2 and it feels so different from previous version. At first I was baffled that options fields are all private and...

just reiterating what @russorat wrote > Use of interfaces: all the client API entry points are defined in interface types. Since adding a method to an interface is a breaking...