Karl Purkhardt
Karl Purkhardt
Yes, pretty much. It would also be used at the class-level too: ``` js @Action('add', 'remove') class MyReducers { add() {} remove() {} } ``` We could have both plural...
I agree this is useful info but I think it should go into a new section to keep the main example concise.
**Additions** seems like a suitable title. Nice suggestion. It would be good to keep the note brief, but I think this raises a question that I'd not considered yet -...
Yes I think there's little benefit to negative testing, the main value in testing the definition file is to make sure it covers the API fully (and correctly) so we...
I really need this feature too. Blocking the whole UI while one component loads data isn't a viable solution. @devyumao can you please comment on whether this is a planned...
@giannico I've got this working using a relative positioned container as mentioned in the FAQ. To get this working with the example you gave just wrap the second table in...
The following warning was given when installing plugin-scss using JSPM 0.17.0-beta.12 ``` warn Package github:KevCJones/[email protected] has a directories.lib override configuration which will work, but is deprecated for directories.dist in future...
The following error is given when trying to bundle a project using the new `jspm bundle x --watch` command. ``` [plugin-scss] Stacklite :: github:KevCJones/plugin-scss/sass-inject-build.js -> npm:sass.js [plugin-scss] Error: File to...