André Pena
André Pena
Hi. First, thanks for this project. I have interest in it and I would eventually contribute. My problem is that you're using `MAKE` which doesn't work on Windows (at least...
Today, when you create a calculated field (a field which value is specified as metadata) the model is not updated to contemplate that value
Today, in order to run the demo locally, two commands are needed: ``` npm run wpds npm run start-demo-dev ``` With [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) that wouldn't be necessary
This class was introduced because I needed a way to test the MetaForm behavior without having to render it and deal with HTML. Now, most of the behavior is the...