Matthias Dietrich

Results 8 comments of Matthias Dietrich

Hey, any comments from @josephschmitt?

Me too ``` ⮀ flow --version Flow, a static type checker for JavaScript, version 0.10.0 ```

It seems there is an issue when activating this plugin after the startup of Atom. When the plugin is activated and Atom being restarted, the activation process succeeds. I don't...

This is because flow cannot be found in the path. Go to the settings of the installed `ide-flow` Package and add the `flow` binary with its path to `Flow Path`.

One thing that could also fall into this issue is diffing the active file against itself. Use case: I have several panes and want to see changes to the current...

So this PR is dead and should be rejected? Do you already have some actual plans for switching to dgeni?

FYI the postinstall script of [full-icu](https://github.com/unicode-org/full-icu-npm) is also not executed here. I'm on a Mac with: ``` > yarn -v 1.13.0 > node -v v10.15.0 ``` The way the postinstall...