GRPC install instructions and production warning - #74
Open
manojpramesh wants to merge 2 commits into
Open
Conversation
ixmatus
reviewed
Feb 7, 2019
| sha256 "efad782944da13d362aab9b81f001b7b8b1458794751de818e9848c47acd4b32" | ||
| ``` | ||
|
|
||
| Installing GRPC on Unix |
Contributor
There was a problem hiding this comment.
Instead of recommending that the user clone the repo and update the submodules, I think we should instead recommend downloading the release package from the project's release page: https://github.com/grpc/grpc/releases.
e.g.
1. Download the 1.2 release: `curl -O https://github.com/grpc/grpc/archive/v1.2.0.tar.gz`
...
Even better is if we can suggest installation via a specific distro's package manager but I don't know how many versions of grpc core are available for Debian, etc.
Co-Authored-By: manojpramesh <manojpramesh@gmail.com>
RichardWarfield
pushed a commit
to litxio/gRPC-haskell
that referenced
this pull request
Apr 25, 2023
There's a bug with GHCJS, boxed tuples, and inlining, but it's hard to pin down, so I just disabled inlining in the two places it was being used for that compiler.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GRPC installation instruction for UNIX based systems and a warning for production use.