Isaak
Isaak
In your case, you are using schemas wrong way. Instead of doing this: ```python for i in range(0,5): data = schema.create(5) print(data[0]['id']) ``` Do this: ```python for i in schema.create(5):...
@rgoubet Sorry, I don't get the idea. Can you, please, illustrate it on example?
@gvanrossum You said that you use `JsonDict = Dict[str, Any]`, but how to be if json has similar structure: ``` [ {...}, {...}, ] ``` Is it correct? ```python from...
@ilevkivskyi I understand. Thanks!
I'm not sure aliases make sense for custom fields, since you can already give them any name you want.
Well, almost any. Most names allowed for aliases aren't allowed for custom fields (like emojis and stuff).
I see. I'll merge your PR and release new version later this weekend. Thank you!
> I'm _very_ new to open-source contribution, so bear with me : ) > > So provided `.JSON` file of the projects, the `action` will basically re-create `/languages` folder? Right!
I would be happy to provide assistance with the transition to `mimesis`. Let me know if you have any questions.