Dan Polivy
Dan Polivy
I generally agree with this, and actually have spent the past few days looking at alternate solutions here. For me, the issue is that I want the "full" set without...
@rxaviers I've been looking at this and think I have a decent solution (at least for my own purposes, at the moment) which is based on the official Unicode CLDR...
Personally, I'd vote for depending on the official packages, assuming folks can manage the breaking change. Depending on how they use `cldr-data`, the change could be very easy if they...
I'd like to add a vote to add this functionality, too. And to also make sure it is easily accessible from a user of `globalize`. As a developer, I really...
@rxaviers See https://github.com/jquery/globalize/issues/460 as a starting point. At the moment, I am working to globalize our server-side components built on node.js and express. We use `handlebars` for template rendering. I...
Thanks, this is really helpful! The approach to loading looks a little simpler than what I am currently doing (basically, `require`'ing all of the files you linked to in the...
> I am still resistant on making it an addition to the library as setAvailableBundles, because developers shouldn't need to worry about setting up bundles, they should worry about loading...
The behavior as implemented is doing the same thing as `hbs`. As I look into it, I'm not sure of the reason for that, or whether `handlebars` itself has any...
I found the change where the replace was originally introduced into the `hbs` module, and commented on the post to ask the author if they could recall the reasoning for...
After doing a lot of experimentation, I think there are a few areas for improvement in how the plugin manages scaling. In my scenario above, with a Pixel 2 at...