Vadym Markov
Vadym Markov
I haven't experienced this, but you can try one of the solutions from that stack overflow post, such as replacing `node.outputFormat(forBus: 0)` with `AVAudioFormat`, and make a pull request if...
Thanks! But it seems like it's failing on Travis.
HI @jatinchauhan. That's right, this framework is not supposed to work with Objective C by design.
Yes, you're right. This library was meant to be used on iOS initially, but could be ported to tvOS I guess, by using conditional compilation statements. I'd be happy to...
It's not possible to use the app on Simulator, try to run it on a device.
Hi @johnellmore and thanks for your feedback. I think it could be a great feature and yes, it's welcomed as well as any kind of contribution 😉
Sounds like a great feature to have. Feel free to make a pull request if you're up for it.
I'm ready to accept as soon as my comments in https://github.com/vadymmarkov/Fakery/pull/138 will be addressed.
That's true, but I'm afraid it will make the parsing logic more complicated. Also, if we do it for `en.json` file it means we should probably do it for other...
@akhatmullin How do you create an instance of `Faker` class? Is it `let faker = Faker(locale: "ru")`?