Evgeniy Serykh
Evgeniy Serykh
Same problem with Rails 5.1.1 **UPDATED** Sorry, my bad. I thought default column is called 'state', but it's 'aasm_state'. I added option `column: :state` and it works fine
The same problem
I'll do it later. Now don't have so much time
Perhaps @planio-gmbh branch [https://github.com/planio-gmbh/rpush/commits/mozilla_push](https://github.com/planio-gmbh/rpush/commits/mozilla_push) looks more completed
Hi @aried3r, you are right - I would like to merged Firefox functionality to the main repo (because supporting fork is like pain in ass). I'm quite busy right now...
hi man! hope you are doing well. I'll try doing it next week. ok?
I have the same problem :+1:
Yes, I can
I can fix it using options for eslint-loader: ```javascript ... module: { rules: [ { test: /\.jsx?$/, enforce: 'pre', use: [{ loader: 'eslint-loader', options: { emitWarning: true } }], exclude:...
@rizkiandrianto I guess you have two options: 1) `webpack-hot-middleware/client?overlay=false` - it will disable eslint's errors overlay and you won't see it anymore or 2) `use: [{ loader: 'eslint-loader', options: {...