You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Very useful project, but not enough types for me to use unfortunately. I can create a PR to add UUID, LocalDateTime etc, but the problem is I need to populate my record with custom enum type and I don't know how to do it. Fork also is not an option because this enum type is something generated (not in runtime) and I don't know that it will be.
I was thinking something like that (but I'm not sure it even possible since it uses reflection):
I can do it myself if you'll give me a hint, I didn't work with reflection before and from first look I don't know if it's doable to pass a class here like that.
The text was updated successfully, but these errors were encountered:
Hi there. Very useful project, but not enough types for me to use unfortunately. I can create a PR to add UUID, LocalDateTime etc, but the problem is I need to populate my record with custom enum type and I don't know how to do it. Fork also is not an option because this enum type is something generated (not in runtime) and I don't know that it will be.
I was thinking something like that (but I'm not sure it even possible since it uses reflection):
I can do it myself if you'll give me a hint, I didn't work with reflection before and from first look I don't know if it's doable to pass a class here like that.
The text was updated successfully, but these errors were encountered: