Egor

Results 4 issues of Egor

## Problem Statement I want to use keys as value only for one base lang, cause other languages should be translated. When i set defaultToKeys = true all languages got...

enhancement

Hello! I have two models ``` type Event struct { gorm.Model Title string `json:"title"` About string `json:"about"` StartDate *time.Time `json:"start_date"` EndDate *time.Time `json:"end_date"` Type string `json:"type"` Photos []Photo `json:"photos""` Comments...

Im trying to resolve viewModel in my MVVM architecture My assembly class ``` public final class CancelAssembly: Assembly { public init() { } var container: Swinject.Container? var viewController: UIViewController! public...

Is there possibility to save to db not struct like this {"FileName":"3jN7ESzgidE.jpg","Url":"apis.com/storage/backend/photos/5/image.jpg"} I need to save just url string. How can I do this?