Cameron Beccario
Cameron Beccario
Hi @TheLarkInn: Thanks so much for offering your help. You're correct that this repo is quite out of date (and contains some embarrassingly bad code). I'm working on a complete...
Sorry, it isn't. I decided not to open source that feature.
If you can see the globe, then the main download is working. It's the loading of data from another domain that causes the globe to be blank. What does the...
Nice! For separation of concerns, probably best for you to create a separate repo for your script (or even a gist if simple enough?). If there are any changes to...
.cmd is for Windows. The other script is for unix/mac 2015/11/12 7:24$B!"(Beveritmatt [email protected] $B$N%a%C%;! Hi, I have got to the point where I am trying to launch the grib2json.cmd file....
Looks like the Tokyo Metropolitan Environment Bureau recently redesigned their website. The new URL is here: http://www.taiki.kankyo.metro.tokyo.jp/taikikankyo/realtime/index.html This means the code is broken now...
Thanks for the bug report. Can you please visit https://test.nullschool.net?debug and post a screenshot of both the globe and the first 10 lines or so of the javascript console?
Looking into this a bit more, during a single instantiation of `DurationFormat`, [isMatched](https://github.com/formatjs/formatjs/blob/%40formatjs/intl-localematcher%400.6.1/packages/intl-localematcher/abstract/utils.ts#L91) gets invoked a little over 1 million times. Some quick optimizations, like memoizing `languageMatchInfoLocale.split('-')` and manually flattening...
I use this abomination (once, as early as possible) to remove all the locales I don't need: ``` void function fixDurationFormatPerf() { const localesToKeep = new Set(["en", "ja", "fr"]); const...
Just think of all the CO2 emissions that could be saved by optimizing the locale matching algo...