Michael Wittig
Michael Wittig
Hi @gully, can you show me the value of `tickTable.time` ?
I agree with you. Converting to BigDecimal is something most users want to do on their own because they need to know the corresponding tick value. This change will break...
Hi @fsproru I must have missed your initial message here. What I understand is this: We set `entry-node.js` as [main](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#main) in package.json which defines what is loaded when the module...
@bvanderdrift I see. Not sure why I thought that files have been removed from the langs folder. How do you deploy your Lambda function? Any framework like SAM, Serverless Framework,...
@bvanderdrift I see. It would be interesting to see if the langs/*.json files are in the artifact that serverless creates and uploads to S3.
this could be related to #212
If a native speaker could confirm the changes I'm happy to merge them.
Hi! Are you referring to the change made in #276 ? According to [this logic](https://github.com/michaelwittig/node-i18n-iso-countries/blob/master/index.js#L68-L90), the official name must be first, the alias second. The entry for `CD` should be...
I get your point.
One idea/hint: this lib recently added "alternative" names. For example: ```json { "KP": ["République populaire démocratique Corée du Nord", "Corée du Nord"], "KR": [ "République Corée du Sud", "Corée du...