Mark Philpot

Results 7 comments of Mark Philpot

If you look at the github schema (https://github.com/APIs-guru/graphql-voyager/blob/master/src/introspection/presets/github_introspection.json) I believe it has a few interfaces/unions

Hmm... it looks like there was an update to the graphql spec to all `null` values to pass to the server, so it could be that when I updated my...

The plugin README needs to be updated -- If you have any guidance on how you want to incorporate it, I can take a shot at it.

> Is the `CHOKIDAR_USEPOLLING` environment variable not working for you? > > > You may also set the CHOKIDAR_USEPOLLING env variable to true (1) or false (0) in order to...

I found the issue: When you use the `options` parameter in chokidar, setting `usePolling` to true *also* sets `useFsEvents` to false, but only on macOS. ![CleanShot 2022-11-17 at 13 10...

I don't know if this is the right place to show support for this, but I have an additional use case that I think this would solve and right now...

This is definitely not the way hugo will probably do this for real, but if anyone is looking for how to get hugo working with TextBundles, I have a branch...