Steven R. Loomis

Results 747 comments of Steven R. Loomis

There is a way to remove a user, see https://github.com/cla-assistant/cla-assistant/issues/406

@jerone the `Intl` PR was already merged into node's `v0.12` stream.

@jerone Can't answer your question on `v0.12` but see https://github.com/joyent/node/issues/7676#issuecomment-57535890

@caridy locale doesn't determine that aspect. The data should be looked up according to the currency code, irrespective of language. [CLDR data for IRR](http://www.unicode.org/cldr/charts/dev/supplemental/detailed_territory_currency_information.html#IRR) = 0 decimal digits Update: looks...

rebuilt corectl from HEAD (homebrew) but still getting the failure ``` $ corectld start Started corectld: Version: f9d212+untagged Go Version: go1.10.1 Built: Thu Apr 26 13:52:29 PDT 2018 OS/Arch: darwin/amd64...

> V8 backports complicate things yes, they tend to use the very latest ICU stable APIs and sometimes even draft. There is _sometimes_ a different API that could be used...

it should also be noted that ICU is called directly by node.js in some places such as encoders.

> Could we patch CLDR data separately? Short answer: Nope! (Edit) Instead, It would be much better to fix whatever is preventing ICU upgrades. > We are looking into CI...

I was going to add to the FAQ that - createToken can take a full URL or a relative uRL from server base (`/callback?foo=bar`) - createToken can only be called...

Hi folks. > Since v19 is not going to be promoted to LTS I think its a bit less crucial to have the latest LTS if v19 is not LTS...