AoDev

Results 34 comments of AoDev

You should check the plugin config and see if all the paths in there are correct. You should enable `debug: true` in the config and check the console for error...

Not exactly the same issue but probably the same cause. I can only format with the option `format_on_save: true`. It seems it's not running against the current altered version of...

We understood that so far. But that's not what people expect. If we run the command, we expect it to run against the buffer, state of the code that we...

You should set the option `debug: true` in the settings. Check if the console says something and report it here.

@Rob--W Thanks for your answer, I already learnt something :) - Regarding the `xfwd` header, it seems pretty useful and would be nice to just enable it in the options....

Ok, I didn't know if it was supposed to take the config from there or not. I will verify again, just so you don't lose your time.

So, I removed the whole settings part of my .eslintrc This: ``` "settings": { "import/resolver": { "babel-module": { "alias": { ... ``` And confirm I get this lint error: ```...

@elchininet Wow it's a big change, complete rewrite. I'll need some time to look at it.

Ah ah lot's of people asking, sorry I will work on it. The main issue isn't really React or Mobx, but the lack of good API's for forms :P

Wow, really sorry for not spotting the issues here. I will update the code to latest mobx so I will check this.