Kan Yilmaz
Kan Yilmaz
I'm not familiar with this change. Can someone who knows ios14 confirm the changes are correct?
I'll wait confirmation from another person who can review the code. Till then, this can stay as a branch
@goktugyil what do you think?
Hey, I have another repository where the code is fairly simple. https://github.com/thellimist/SwiftRandom/issues/29 Let me know if you have any questions. Thanks for helping out!
Could you modify the `README.md`? Also I think it'd be nice if there were both `String.random(5)` and `String.randomUnicode(10)` which would include weird characters like ę, ç, æ, :1st_place_medal: (emojis) etc.
@henryhardy I also have https://github.com/thellimist/EZAlertController repository. Feel free to send PRs, review other PRs, answer issues etc.. I'll double check your work for a while until I'm sure you have...
I think this is a Swift 3 change. Could you add the necessary checks and tests as well? https://github.com/azakordonets/SwiftRandom/blob/026db916dc668c5bd9ca978b1252d322820389f3/SwiftRandom/Randoms.swift#L21-L27 Thanks
this feature would be great.
``` ``` this works however, the colors are still not based on the specific item I'd want to color.
@josruice can you give an example of how you are using it, specifically `optionsWithoutRelations`. Also does it support nested relations like `team.members.classes` rather than just `team.members` > I've done some...