mh-cbon
mh-cbon
might be fixed later.
lgtm, but need some tests. Have not touched that for too long.
That s really cool : ) Despite 5 years in china i still can t read it, unfortunately! Also despite my enthusiasm, i must ask, do you think its the...
i have better idea i forgot about this morning, too focused. Rather than returning a string, is returns a stringer, so you could chain calls like this shell "..." |...
Hi guys, i can really figure out why i got this error message, slightly different, see ``` $ sh xmr-stak.sh [2017-11-25 23:23:17] : MEMORY ALLOC FAILED: mmap failed [2017-11-25 23:23:17]...
indeed. after manual compile, short output is, ```sh $ cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF ... $ make install ... -- Install configuration: "Release" xmr-stak installed to folder 'bin' $ ./bin/xmr-stak Please...
if that might be of help, i was thinking you might use docker over travis to build artifacts, later push them on github releases via their api. totally possible if...
Hi, you should check the gb project to see how to build that version of the program. https://getgb.io/ Otherwise you can try my fork here https://github.com/Redundancy/gosync-cmd/pull/3
@xzyfer it should be fairly easy to implement as semver package already implements the increment actions https://github.com/Masterminds/semver/blob/master/version.go#L169 maybe we should fork ?