I hereby claim:
- I am srl295 on github.
- I am srl (https://keybase.io/srl) on keybase.
- I have a public key whose fingerprint is 08A5 87A8 FEDE 899F 2A88 FD88 D352 4D5F FA8D 6911
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| diff --git a/aclocal.m4 b/aclocal.m4 | |
| index 2797241..d96be59 100644 | |
| --- a/aclocal.m4 | |
| +++ b/aclocal.m4 | |
| @@ -1,7 +1,7 @@ | |
| -# generated automatically by aclocal 1.9.6 -*- Autoconf -*- | |
| +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- | |
| + | |
| +# Copyright (C) 1996-2013 Free Software Foundation, Inc. | |
| Intl; | |
| new Intl.DateTimeFormat('en',{'month':'long'}).format(new Date()); | |
| new Intl.DateTimeFormat('ru',{'month':'long'}).format(new Date()); | |
| new Intl.DateTimeFormat('mt',{'month':'long'}).format(new Date()); |
Downloading from scratch! look ma, no arguments..
$ ./configure
creating ./icu_config.gypi
* ECMA-402 (Intl) support didn't find ICU in ./deps/icu..
<http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.zip>
ICU: / 26.3MB total, 26.3MB downloaded
MD5: 6b89d60e2f0e140898ae4d7f72323bca ./deps/icu4c-54_1-src.zip
Extracting ICU source zip: ./deps/icu4c-54_1-src.zip
* Using ICU in ./deps/icu
| Node resources and loading discussion | |
| === | |
| Participants: | |
| Bradley Meck | |
| James Snell | |
| Steve Atkin | |
| TJ Fontaine | |
| Steven R. Loomis [scribe] |
| // these 3 produce green underbars in Visual Studio Code, but shouldn't. | |
| // complains that [] must be a string. no, it can be an array. | |
| var df_point = new Intl.DateTimeFormat([], {year: "numeric"}); | |
| // complains that ["es"] must be a string. no, it can be an array. | |
| var df_point1 = new Intl.DateTimeFormat(["es"], {year: "numeric"}); | |
| // complains that 'year: numeric' requires hour12. no, hour12 is optional. | |
| var df_point2 = new Intl.DateTimeFormat("de", {year: "numeric"}); |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/.cfignore b/.cfignore | |
| index 1273728..066ae58 100644 | |
| --- a/.cfignore | |
| +++ b/.cfignore | |
| @@ -1,12 +1,7 @@ | |
| -launchConfigurations/ | |
| -.git/ | |
| -node_modules/ | |
| -.cfignore | |
| -.gitignore |
| graph wg { | |
| build -- docker [color=green]; | |
| build -- website [color=green]; | |
| build -- tsc [color=green]; | |
| build -- smoketest; | |
| build -- lts [color=green]; | |
| build -- native; | |
| build -- documentation; | |
| build -- benchmarking; |