Michael Stramel
Michael Stramel
@jamesgeorge007 Good point, I have previously looked at the package but it looked unmaintained. Seems like they're maintaining it again. I can throw this in soon.
Sorry for the delay, I'm working to clean up some duplicated logic between the cli flags and the prompts.
I've ran into issues with this in the past on generators, I can take a look here soon
@FredKSchott `.gitignore` has always been problematic in template generators. https://github.com/npm/npm/issues/1862 The workaround that I have seen is for the template to have a `gitignore` or something like similar that we...
@jihchi yep, I remember participating in the issue that discussed the solution. Couldn't remember what it was though.
Based on @rolf-schmidiger's answer, I created an update script for it... Kinda sucks that this is the only way I could get it to work. ```sh #!/usr/bin/bash cd "$PROGRAMFILES"/nodejs mv...
When using `skip` set to `true` it is immediately exiting my entire script.
@morrys @sibelius @renanmav Is there any plan to support subscriptions via hooks? **EDIT:** I would be more than happy to contribute the `useSubscription` that follows the upstream version. (https://github.com/facebook/relay/blob/e2d5e5c4630931f35495d105353594b42babc818/packages/relay-experimental/useSubscription.js)
@morrys I tried the example in this repo: `examples/relay-hook-example/nextjssr`, I didn't see any of the queries or mutations in the chrome extension.
@renanmav This is actually my first time using Relay so I'm unsure. I assumed that the official extension would work with the official implementation.