Loren ☺️

Results 258 issues of Loren ☺️

```js typeDefs: ` type Query { loginInProgress: Boolean } type Mutation { setSectionScroll(id: String!, scrollY: Int!): Boolean } `, ``` adding ``` type Section { scrollY } ``` doesn't work:...

bug

`Firefox can't establish a connection to the server at wss://api.graphql.guide/subscriptions.` ![image](https://user-images.githubusercontent.com/251288/45130148-764e9c80-b155-11e8-83f0-8469eed1d5cc.png) Thanks @zenweasel for reporting. If anyone else runs into this, let us know your environment and if you have...

Pending https://github.com/apollographql/react-apollo/issues/2067 branch `9`: `this.props.viewedSection`

Waiting on: https://github.com/apollographql/react-apollo/issues/2324 Branch `8`, after `Now we’ve got login working.` ```js export const withUser = graphql(USER_QUERY, { options: { notifyOnNetworkStatusChange: true }, props: ({ data: { currentUser, loading }...

Made `withAuth` to not have to mess with `` and give example of making HOC. Not feeling like either reason is very important. ## Globals? Inspired by DHH's series on...

discussion

like this: https://twitter.com/skidding/status/971716661895024642?s=21 their code is here: https://github.com/skidding/flatris/blob/b9088b80c2d01eb375502903df2a7262b406a5b5/components/pages/Error.js vscode might have a version that checks for existing duplicates first? https://github.com/Microsoft/vscode/blob/27adc85a73a9f1784dc4d7bb3f48c3fe41360655/src/vs/code/electron-browser/issue/issueReporterMain.ts would be nice as a npm package

enhancement
help wanted

https://github.com/FormidableLabs/react-progressive-image and/or https://jsfiddle.net/idobarnoam/k89ff3ay/1/

enhancement
help wanted

https://github.com/loktar00/react-lazy-load/issues/123

enhancement
help wanted

Spinner inside the order button? Related: #31

enhancement

Currently Training is kept in first row on smaller screens as a price anchor. Test if that has any difference compared to traditional increasing-price order.