Jason Lengstorf

Results 58 issues of Jason Lengstorf

### Describe the bug Remix ignores `.*` files in the routes folder, but when running Netlify CLI a `.DS_Store` file will cause a routing failure: ```sh [1] Invalid route module...

good first issue
type: bug
area: frameworks
area: frameworks/remix

right now we have to do this: ```js import getShareImageModule from '@jlengstorf/get-share-image'; const getShareImage = getShareImageModule.default; ``` that's fine, but not great to fix it we need to update the...

enhancement
help wanted

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

https://github.com/gramps-graphql/gramps-express/blob/915a34d1816f403b707b4fc562d237554428d49e/src/helpers/GraphQLConnector.js#L98 This should point to the GrAMPS docs or be removed altogether since there aren't specific docs available for this error right now.

help wanted
documentation

It turns out the [IMDB API](https://www.theimdbapi.org) is pretty unreliable, which is a bummer. This makes it a bad choice for an example data source. We should revamp the tutorial to...

In looking at the various [Apollo server implementations](https://www.apollographql.com/docs/apollo-server/setup.html), the config object (`GraphQLOptions`) appears to be the same in all situations. We need to test that, but if that's true, there's...

question

The site is showing its enterprise roots and only works on desktops. ![shame](https://user-images.githubusercontent.com/163561/31865267-4628cde8-b73a-11e7-9a85-a51052ad833d.gif) The left nav should probably collapse to a dropdown or hamburger or something.

help wanted
Quality: Don’t Ship Shit!
documentation

We should have these in place and make it easy to extend them.

enhancement
Quality: Don’t Ship Shit!

Add middleware to attach a Redis instance to GrAMPS for caching. This will be a new package.

enhancement

What needs to change in a data source if data is coming from a database instead of a REST API? Let's figure it out, build a test case, and document...

enhancement
documentation