Bojan Zivanovic

Results 48 comments of Bojan Zivanovic

Sure, no reason not to. Will you be using banker's rounding in your own project? I'd love to hear how/why. I didn't add the constant because I'd never seen it...

That's great news, thank you.

Such lists are usually used in address forms, but it will take a while until the CLDR list is actually usable in this context. This is why https://github.com/commerceguys/addressing uses Google's...

Google's dataset, same as the address formats. They have a [REST endpoint](https://i18napis.appspot.com/address) which I scrap with my script.

Public domain. I got explicit confirmation from them that the data can be committed into an MIT library.

Running into this as well, but only in my storage method that performs a subquery. The query: ``` SELECT * FROM test WHERE namespace = ? AND id IN (SELECT...

I agree that this would be a great feature to have. Right now running my tests results in an HTTP request to fetch the external schema. And due to #334,...

https://github.com/santhosh-tekuri/jsonschema now supports draft 2020-12, putting it ahead in the race.

Any updates on this? I have the same bug in my reimplementation of number formatting in PHP, would love to know the correct approach. The currencySpacing rules are a bit...

Might make sense to take a look at my https://github.com/bojanz/currency, or more precisely gen.go, which has a lot of parsing logic to fit CLDR symbols and number formats (cldr-numbers-full) into...