Jeremy Walker

Results 80 comments of Jeremy Walker

>I don't think that this is a library for a "narrow" use case. Exactly my point (that question was meant to be more rhetorical). If it's intended to be used...

>At this point, we expose a single Autosuggest component, which is a controlled component. You can think about it as a low level API. >We could definitely explore exposing a...

Awesome. Specifically, regarding: > By default JS environments output description + call trace and we can't include a query or query variables into description since they can be huge and...

But then you have to catch and log the error (specifically as a string) to see that info. Surely you would agree that, just in general, it would be more...

Just to give a few more details, I've tried all of the following in my custom loader function: export function resolve(originalSpecifier, context, defaultResolver) { if (specifier === 'lodash-es') { //...

Actually, it looks like this would be super simple to fix (but it does look like a change is needed, not just documentation). On line 371 of index.js (https://github.com/graphql/express-graphql/blob/34f4b210dece533d94f642e3fe2b892c02c0d556/src/index.js) we...

Actually, this was so simple I decided to just make the PR anyway. I'm happy to modify as needed, but since I can't imagine this would hurt anything, and would...

@danielrearden Fixed, sorry about that (https://github.com/graphql/express-graphql/pull/612)

A salute to the brave people in this thread. It's amazing/unfortunate that this giant thread (with associated repositories and whatnot) exists, and yet using the amazing `esm` module with Mocha...

@sheerun instead of the `"type": "modules"` entry in `package.json` you can also use the `.mjs` extension :scream: :scream_cat: ... you know, instead of the `.js` extension which we've all used,...