Viewing profile — codepsycho
codepsycho
HN member- Joined
- Mon, Apr 18, 2016, 8:16 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About codepsycho
No profile information was provided.
Recent public activity
-
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
-
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 …
- story
-
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…
- story