Chris Thorn

Results 7 issues of Chris Thorn

mimics the webcomponent static get observedAttributes interface on the react component, and threads through that value to the web component, since that's needed to be declared for attribute observation... i...

I'm seeing a weird parse for the below filterQL input. The trivial `AND` is needed for the minimal repro. (Without the `AND`, the statement cannot be parsed, but more on...

This method would return a representation of the signatures for all the methods of a kite: ``` javascript { "square": [ "num", "callback" ], "pow": [ { "kwargs": [ "base",...

enhancement

on the kite.js side, we're doing: ``` javascript ok = k.tell('getKites', [query, changesHandler]); ``` I think we want to get rid of these positional parameters (or at least avoid them)....

enhancement

I've been trying to use the alpha-4 release of this component to replace `ember-list` in an Ember app I've been upgrading from Ember 1.11 (still). Unfortunately, I immediately ran into...

Hello. [The `appInstance` variable is shared by all the instances of the web component in a manner that is subject to race conditions](https://github.com/LukasBombach/react-web-component/blob/master/src/dev/index.js#L17). i recommend storing it as an instance...

I am of the opinion that private state should have the `@` sigil, and decorators should have the `#` sigil. Pardon me if I am bringing up a subject that...