smachave

Results 7 comments of smachave

You could install the binary rather than building from source: ``` gvm install go1.12.5 -B ```

@SamZapata It takes a long time because it tries to build a binary using the Golang sourcecode. On the other hand, `-B` downloads a pre-built binary.

I was able to achieve a desirable result using sym-linking ``` ln -s $GOPATH "$HOME/go" ```

I made my RPi into a WiFi Hotspot 📶 , and while doing so I had to add certain rules: ``` sudo iptables -t nat -A POSTROUTING -o eth0 -j...

Just saw this (possibly related): https://github.com/crystal-lang-tools/emacs-crystal-mode/issues/11

When I cloned the repo and installed it, it worked. But when I downloaded the macOS release it didn't open the editor. It only displayed the home page with 'New...

I think it is better if it's installable through PyPi. The dmg is 200MB+ and once extracted the whole package goes over 700MB! When I run it from the cli,...