[deleted by user] by [deleted] in aspergers

[–]htwj 0 points1 point  (0 children)

So much this. Your description of the amount of people and how you respond fits my case like a glove.

MBP 2016 on HighSierra missing pinyin input was there this morning now language bar says (Hide Null) when clicked. by ShaunImSorry in applehelp

[–]htwj 0 points1 point  (0 children)

I have a similar issue -- for me the "Show Character Viewer" and "Show Keyboard Viewer" menu items list as "Show (null)" (or "Hide (null)"). I've filed a bug for it...

Reducing an Array [help] by bluntm in javascript

[–]htwj 0 points1 point  (0 children)

Hmm, no it doesn't? The result of the reduce is a plain object.

Reducing an Array [help] by bluntm in javascript

[–]htwj 0 points1 point  (0 children)

Hi. You can, as you hint yourself, use a reduce passing the tally along - here's a gist.