Results 20 comments of Evilenzo

Actually I couldn't find any info about texts with outlines. Probably should test it with real ui text

@EwenQuim hi! Some discussion needed here. I don't clearly know how to solve this problem but I really think that some other way to add description to models needed. We...

> What do you think? It's way more verbose than the other way Looks awesome! I don't have much time now to implement this but I'll probably do it later

@EwenQuim @dylanhitt any thoughts/suggestions?

Maybe we should store middlewares everywhere as `any` and only when we apply routes we convert them (not by wrapping but by type conversion `v, ok := middlewares.(func (http.Handler) http.Handler`)?...

So I decided to simplify task with such separation: 1. Only default http middlewares for default server 2. Only gin middlewares for gin server

> Is there not a way to convert `func(http.Handler) http.Handler` into gin.Context? 🤔 Indeed there is some functions for conversion (but no function for such conversion. You can try it...

> Maybe we should wrap our BaseRoute with GinRoute Can you please provide some example? Can't understand the idea

Hm... I see no problem with `Route[...]`. Problem is a little bit down the flow (with `fuego.BaseRoute`). Look at the options: ```go options ...func(*fuego.BaseRoute) ``` Main problem here is they...

@dylanhitt @EwenQuim sorry, but I still can't understand your idea... It would be cool if you provide some draft/MRE so I can finish this PR