Freek Wielstra

Results 6 comments of Freek Wielstra

The correct usage should be `x.c().map(e => e()) === [-100, 200, -300];`, which will unwrap the value from the ts-optchain proxy.

I'm trying to get this to work in Polymer 2 too, but no luck so far; using the wrapping syntax (`class MyElement extends PolymerApolloBehavior(Polymer.Element) {}`) gives the error `Uncaught TypeError:...

I am an idiot and used a wrong version of a polymer component again. Sorry

I found this issue because I was looking at the same issue - a simple bar chart with only a few dozen datapoints visible (also using the optimization guide found...

I'm still running into this issue; `polymer lint` is green, but the editor plugin is indicating it can't resolve the superclass, even with `@memberOf`, `@namespace` or `@polymerElement` (which, as an...