Slava Dzyba

Results 5 issues of Slava Dzyba

### Description Wails application crashes when executing a gRPC request. The problem seems to happen only on Linux, on macOS the requests are executed well. Also plain non-gRPC HTTP requests...

Awaiting Feedback

Hi @anykeyh, first of all thank you for a great shard! Is there any plans to support polymorphic associations/relations similar to how it's done in [Rails](https://guides.rubyonrails.org/association_basics.html#polymorphic-associations) or [Jennifer](https://github.com/imdrasil/jennifer.cr/blob/master/docs/relations.md#polymorphic-relations)?

enhancement
question

Hello @vmihailenco From [docs](https://bun.uptrace.dev/guide/queries.html#scanning-rows) I understand that it's possible to execute a custom query and scan the results into a custom model. But that's only possible to do on `*bun.DB`,...

question

This change adds an ability to typecast the attribute value in getter similar to how it's done in [ruby version](https://github.com/soveran/ohm/blob/master/lib/ohm.rb#L1015). Also added an ability to initialize the object with not...

I faced an issue with stacktrace first entry being incorrect. Say in application we have something like that: ``` gitlab.com/project/api/repositories.(*ModelTranslation).Create /service/repositories/model_translation.go:33 gitlab.com/project/api/services.(*Model).Create.func1 /service/services/model.go:68 github.com/go-pg/pg.(*Tx).RunInTransaction /go/pkg/mod/github.com/go-pg/[email protected]+incompatible/tx.go:79 ... ``` But Sentry received...