Jesus (iOS)
Jesus (iOS)
Thanks @kwridan for the support. Yeah, because I don't want to run this scheme, only is for testing purpose.
Hi community, I'm trying to develop this, but I'm lost in this large amount of mappers generators etc ... At the moment I added a flag to the generate command,...
@jpsim Same issue
Hi: @dackers86, Do you know when is it going to be develop? . I think that it's a very interesting feature
In the version, "0.5.0" this not happened. https://github.com/TokamakUI/tokamak-todo-example @MaxDesiatov @revolter
Would be great, if Firebase would provide a method with your snippet under the hood. @peterfriese
Any update?
Workaround: Create a custom init(from decoder: Decoder), decode it with the container using [String:String] and then reduce Into your [StringRawValueEnum:String]
Thanks @tom-andersen the example should look like this: ``` struct YourCustomStructToDecode: Codable { var property1: String? var property2: [CharacterAlignment: Bool]? } And the CharacterAlignment must be String as RawRepresentable Value...
The only thing that I'm doing differently is getting data from the snapshot listener, also not using a local simulator (that I don't know if it's your case) and using...