Leon Windheuser
Leon Windheuser
Hey, I am currently setting up a new webapp I have been building using gRPC as a backend and I want to now send my client gRPC requests to Nginx...
* Adding the `DCMAKE_POSITION_INDEPENDENT_CODE` flag for cmake. * Fixes #455
Hey, I had trouble linking the SDSL library to one of my problems and got the following error message: ``` can not be used when making a shared object; recompile...
Add a button to save and download the terminal output as an `.txt` file.
Possible idea: Write the client Id as well as the password to a file in the current working directory, such that the user can access it again if the command...
AES-GCM is the more secure cipher mode. See * https://crypto.stackexchange.com/questions/6029/aes-cbc-mode-or-aes-ctr-mode-recommended * https://stackoverflow.com/questions/1220751/how-to-choose-an-aes-encryption-mode-cbc-ecb-ctr-ocb-cfb
Hey, I was wondering why the actual http response error does not get returned but only a pre-defined string for the actual error, e.g. in [http/common.go#L256](https://github.com/go-git/go-git/blob/master/plumbing/transport/http/common.go#L256): ```go func NewErr(r *http.Response)...