I am Goroot

Results 4 comments of I am Goroot

Perhaps it could be implemented as separate method like [WithForeignKeys](https://github.com/uptrace/bun/commit/8333021634c903cd9b84ad7a218a4b0968c7baf4) so user can setup effortlessly his indexes? ``` If your DBMS does not allow to use expressions in indexed columns,...

https://github.com/labstack/echo/pull/2657 Created PR to address this issue. Would like to hear some feedback (especially from people who worked with that code)

Marshaller doesn't mix with other interfaces either. Makes little sense to wrap typed code into untyped one just to save to redis (which also apparently supports only strings) I don't...

There are some really important lints that should be enabled. Especially after looking into the code... Can this be enabled for new code for now? I think current issues can...