Roman Dvornov
Roman Dvornov
@smelukov had refactored API logic and extracted it into an abstraction layer (a lib) to work with React 15 & 16. It works good on our internal project. However, we...
You can include inspector w/o building, as described in [implementation](https://github.com/lahmatiy/component-inspector#implementation) section of readme (see first `` example).
Glad to know you solve your problem. I thought about dev-version. But we need to change building process, so it builds only on publish and don't store it on git...
@Mavrin Could you fix it? Since I don't use `express-open-in-editor` currently. The changes was made according to #5
Middleware recieves an absolute path to host, but relative path to cwd. We need keep path relative, but normalize it - that's why `path.resolve('/', filename)` is using. But on windows...
@mitsuyoshi4 Thank you! I need a time to validate changes, since it affects all editors not emacs only.
All those fails is about wrong values in config. If you want to know why configuration doesn't work, you should provide `failCallback`
It's something about validation. For example `editor` or `cmd` should be set
@kaushalyap There is no plans to out of rempl, because it's a foundation for communication between React's internals integration which collects data and UI. It's not clear to me, why...