Congwen Ma

Results 7 issues of Congwen Ma

![image](https://user-images.githubusercontent.com/3012884/37235869-0e1bba82-23c8-11e8-8590-7064245d5233.png)

For someone starting on elm like me, its painful how many times i've used multicursor to append `\` to end of repl lines to test how they work.

The specific goal I'm trying to achieve is to allow `statechart devtool` to read off `Statechart.State.instances` instead of hardcoding `CMM.statechart` into the devtool.

This addresses the problem that whenever you use `forFeature` you must explicitly add an initialState ```ts StoreModule.forFeature('cars', carReducer, { metaReducers, // This was implicitly required initialState: carInitialState }) ``` ###...

feature stores
known workaround

> sbt [info] welcome to sbt 1.6.2 (Amazon.com Inc. Java 18.0.1) [info] loading global plugins from /Users/myuser/.sbt/1.0/plugins java.lang.Exception: The system property 'plugin.version' is not defined. at $09e901f3bb9bfda1e449$.$sbtdef(/Users/myuser/dev/sandbox/sbt-openapi-generator/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt:7) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at...

You can view but not install plugins under `/pluginManager/available` page.