Results 14 issues of Oskar Thornblad

Hello! I'm trying to wire up a User model with two GraphQL query fields. The type: ``` js const userType = new GraphQLObjectType(BookshelfType({ name: 'User', description: 'A user', fields: model...

Hi, I'm unsure on how to add the functionality from inside a test. `dragMock.extendWebdriver(webdriver);` and `dragMock.loadLibrary(webdriver);` assumes I have a `webdriver`, but afaik I only have a `browser`? ``` js...

Hi, I'm new to Go and trying out the Quick Start on [your landing page](https://revel.github.io/). I have a working, new, Go installation (`go1.11.5 darwin/amd64`) with `$GOPATH` (`/Users/oskar/src/go`) etc. Following your...

waiting-for-reply

It's bad practice and can lead to whitespace problems. (I'm referring to the trailing ?> tags in your classes) Thanks!

Cloning and then installing changes the `package-lock.json`, which is kind of a weird start.

Wouldn't it be sensible to allow environment variables to determine the user, as is common in a CI context? This solution requires one to commit user credentials into git 😓

Travis is dead.

A gotcha with the `UniqueNode` parser is that it doesn't support XML structures that has similarly named nodes within nodes if you want to capture that node name. It should,...

Possible option: Check in beforehand if input XML is erroneously truncated in the middle. (Might be problematic for url streams)

enhancement