Live data from Hacker News

Viewing profile — codepsycho

codepsycho

HN member
Joined
Mon, Apr 18, 2016, 8:16 PM UTC
HN karma
1
Public activity
5 items

About codepsycho

No profile information was provided.

Recent public activity

  1. comment
    Comment #26326994

    AFAIK it hasn't "added support". We've used material icons for a year or two now from Google Fonts. Good to see this getting adoption but it's been available for some time

  2. comment
    Comment #19089664

    We have used Polymer (1, 2 & 3), lit-html and LitElement on large production websites for some time now. Following the progression was a rocky road at times but it really does now …

  3. story
  4. comment
    Comment #12428776

    This is because: > [] + {} Becomes: > [].toString() + {}.toString() Empty array to a string is "" (empty string). Object to string is "[object Object]". > {} + [] Becomes: > +[] Th…

  5. story