Calvin Leung Huang
Calvin Leung Huang
git2consul's initial intention was for uploading entire files to the KV so that configuration files can be more easily propagated around consul-registered machines. However, as this project gained some traction,...
Those are great questions, thanks for bringing them up! I can't immediately provide an answer to all of them, but here are a few that I thought I could address...
That error was caused by a stack overflow ``` runtime: goroutine stack exceeds 1000000000-byte limit fatal error: stack overflow ```
Maybe functionality from https://github.com/pettarin/asciicast2gif could be merged into here. It seems that the only component missing is serving the JSON file locally to enable this.
I am also encountering this issue.
If the node was removed via `remove-peer`, you'd have to clear out its raft data first (i.e. the directory specified in the config's `storage.path`) in order to rejoin it back...
We can leave it and have it also generate a .gitignore inside that directory similar to how Zanzibar handles the credentials file. The potential problem is that it is another...
An example would be to build libgit2, openssl, and libssh2 for different operating systems using `crossbuild` as the base image. I am trying to get it to work in [here](https://github.com/Cimpress-MCP/go-git2consul/tree/crossbuild/build-multi),...
@Ehekatl do you have a documented process to statically build binaries that uses git2go for multiple platform architectures? I have tried different methods with little to no avail.
It's awesome to hear that others interested in this as well! I've also thought about using xgo, but then saw the CMake limitation as mentioned in [here](https://github.com/karalabe/xgo#cgo-dependencies), and decided to...