Illia Pantsyr
Illia Pantsyr
@bodiam [List of locales](https://stackoverflow.com/questions/3191664/list-of-all-locales-and-their-short-codes). Cannot find the `sv_SV` locale, I will try to fix this later.
> Current state of `PhoneNumberValidityFinderTest.testAllPhoneNumbers` test: > > ``` > sk_SK=65 > lv_LV=72 > fr_CH=73 > en_MS=74 > pt_PT=76 > tr_TR=84 > zh_CN=89 > hu_HU=94 > by_BY=95 > ar_AR=97 >...
> > Current state of `PhoneNumberValidityFinderTest.testAllPhoneNumbers` test: > > ``` > > sk_SK=65 > > lv_LV=72 > > fr_CH=73 > > en_MS=74 > > pt_PT=76 > > tr_TR=84 > >...
> > > Current state of `PhoneNumberValidityFinderTest.testAllPhoneNumbers` test: > > > ``` > > > sk_SK=65 > > > lv_LV=72 > > > fr_CH=73 > > > en_MS=74 > >...
@bodiam At that moment, there are only 2 locales with error code > 50 - `ar_AR`, `sv_SV`, these two locales are not countries, it's just languages, so what should I...
@bodiam I wanted to do it. There are like +-4-5 locales with error code > 35. Maybe open another issue for these locales or it's better to not?
@bodiam I have a question not related to this issue. You have mentioned a tool for generation `providers.md`, I work on it and have questions about implementation. How to generate...
@bodiam I could just add any library in pom.xml? And another question, is it okay to place the file in `test.java.net.datafaker.script`?
@bodiam For me, phone number formats improved enough. If you think the same, you can close the issue
My prompt gives me arrays of objects in JSON format. For example: ``` { "array": [ { "title": "text", "description": "text" }, { "title": "text", "description": "text" } ] }...