{{ message }}
Phone number format #707
Closed
yuriyfedyshyn
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your project. The idea of CV generation out of structured config file seems much more elegant rather then using online builders where you need to focus on formatting. Thanks for LaTeX formatting.
I faced the following issue when file could not be rendered with following format of phone number:
It looks like validation relies on Pydantic and validation fails because it expects string but receives integer number instead. Validation succeeds if number is enclosed in quotes:
I'm suggesting to update the documentation.
Also, country prefix is removed from rendered output. But there are cases where user is located in one country while phone number is issued by other country. Please consider adding country prefix to avoid confusions with contact details.
Beta Was this translation helpful? Give feedback.
All reactions