Results 7 issues of Trond Sørås

Adding multiple source directories to out elm.json, when opening the project those diretories are not added as content roots in the project view ``` "source-directories": [ "src", "../shared/ui" ], ```...

We install the Elm binaries using nix-shell and the plugins doesn't seem to be able to use `elm` directly from the $PATH, but needs an absolute path

**Describe the bug** When using the `where: connection` filter option, and the connection is to an interface, the query fails **Type definitions** ```graphql type Screening { id: ID! @id title:...

confirmed
bug report

**Describe the bug** I'm not sure what actually triggers this error, but it triggers given the following schema **Type definitions** ```graphql type SomeNode { id: ID! @id other: OtherNode! @relationship(type:...

confirmed
bug report
high priority

**Describe the bug** When a node has multiple properties using a relationship with the same `type`, the graphql library gets confused and tries to add all nodes to the same...

enhancement

![screen shot 2014-03-21 at 13 52 40](https://f.cloud.github.com/assets/1482164/2482991/d475ae42-b0f7-11e3-94c5-da1adf629e56.png) Or at least the plugin gets confused. Possibly check for the presence of a colon and semicolon on the same line?

bug

**Describe the bug** Just to preface - I'm not sure if this is a bug or a feature, it just left me a little confused and after talking with darrell.neo...

bug report