Loren ☺️

Results 258 issues of Loren ☺️

**Is your feature request related to a problem? Please describe.** When I look at the docs, it's missing schema field: https://www.graphql-scalars.dev/docs/quick-start#graphql-code-generator-integration When I try just: ``` schema: schema.graphql ``` where...

Great resource, thanks for writing! https://github.com/jlevy/og-equity-compensation/blob/master/README.md#stock-awards-vs-isos-vs-nsos 1. In the three examples, you only mention 83(b) in "Restricted stock awards", but not in "NSOs" or "ISOs". I think it would be...

improvement

For people that don't have control of the server—who are just working on the client—can we provide a URL of a GraphQL API instead of a file? If not, could...

Update `with-temporal` example to latest version of Temporal TS SDK API. AFAICT, next.js doesn't yet support `type: "module"` in root `package.json`, so I added a nested `package.json` for Temporal. ##...

area: examples

From #578, I understand that it's possible to add a query string, something like this: ``` http://api.foo.com/playground?query={me{name}} ``` However, this is the incorrect format. Could the format be added to...

bug/0-needs-info
kind/bug

For keyboards without arrows, it would be nice to eg copy bash & Mac alternative keys, like `ctrl-F/B` forward/back `ctrl-N/P` next/previous line

enhancement

Some methods check `this.context` and some assume it's an object: https://github.com/apollographql/fullstack-tutorial/blob/master/final/server/src/datasources/user.js I think it's safe to assume it's an object: https://github.com/apollographql/apollo-server/blob/875944ea8358caa2140e6f7fff861f7a8f0149e4/packages/apollo-server-core/src/ApolloServer.ts#L587

![image](https://user-images.githubusercontent.com/251288/42850834-91b0f8c2-89f7-11e8-873d-5718a007654b.png) Perhaps when a verification token is successfully used, if all remaining tokens are for that email, we can delete `services.email`?

enhancement
help wanted
low hanging fruit