Michael Dwan
Michael Dwan
@karllhughes could you share the connection string you're using with [email protected]? When you say `redis-client` isn't working locally do you mean `redis-cli -u URL` is failing to connect?
@cheshire137 I also just ran into this and found out you can specify a sha like this: ``` go get github.com/machinebox/graphql@3a92531802258604bd12793465c2e28bc4b2fc85 ```
The [cli's app generator](https://github.com/superfly/fly/blob/master/packages/core/src/cmd/new.ts#L22) could do this. Right now it's giving the user a choice to clone an app from the examples package, but maybe it'd be better to remove...
To be clear it's not cloning as in `git clone`, just copying the directory structure from the examples package to the target directory.
> Homebrew: brew uninstall (no deps?) (if any, do brew autoremove too?) `brew uninstall` -- no deps here > If installed with curl, it's just a matter of removing the...
@billyb2 does that PR achieve the same thing as LOG_LEVEL=debug? Or just sets that env variable?
Awesome work again on #20, @afinch7, let’s keep going :) Right now we're focused on gradually migrating production to the `distributed-fly` binary and replacing our node cli with the new...
Hey @afinch7, sorry for the slow reply. I think we're on the same page with backwards compatibility, but don't let that slow you down. We're making progress on our end,...
Are you still working on this?
#2400 fixes the failing tests. I'll get this ready to go when ready!