developerworks

Results 25 issues of developerworks

``` error [email protected]: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.*". error Found incompatible module ```

I try `brunch watch` and `brunch watch --server`, but seems like that the `brunch watch --server` could not work with `auto-reload-brunch`, why?

![image](https://cloud.githubusercontent.com/assets/725190/17282739/ab771246-57db-11e6-809c-ff1ad0df8c24.png) version: ``` elixir {:whatwasit, "~> 0.2.1"} ```

bug

When use `whatwasit` with phoenix framework, i use `mix phoenix.gen.model Post posts title:string body:string` generate a model that include a local `changeset` function which conflicts with `.Whatwasit.Version` model. I can...

bug