Jessica Kerr

Results 20 issues of Jessica Kerr

**Quick Summary:** ??? An example HTML file on this page: https://guide.elm-lang.org/webapps/ shows calling in to Elm like this: `var app = Elm.Main.init();` which produces a page that does not load,...

What I did: - in a project with elm-http 1.0.0

bug

There's a recursive grammar in Java9.g4: ``` packageName: identifier | packageName '.' identifier; ``` When it parses a packageName within a packageDeclaration, say `package foo.bar.baz;` I expect it to parse...

We have a custom bit of cypher in our schema that returns a map. `properties: String @cypher(statement: "WITH {this} AS this RETURN properties(this)")` In the Neo4J browser, that comes back...

I'm now able to take IDL like in #77: ```type Issue { # issue number number: Float, repo: Repo! @relation(name: "BELONGS_TO"), } type Repo { owner: String, name: String, }```...

**Is your feature request related to a problem? Please describe.** I'm a first-time Netlify user. (And pretty new to Angular.) I deployed my repo once as a static site, then...

I'm using rspec 2. The generative tests operate like any other "describe" unless I set the GENERATIVE_COUNT environment variable. This is inconsistent with the README.

this will involve reading request headers, which is possible with the Elm Http library but not built-in.