sathishvj

Results 15 comments of sathishvj

``` On the external ssd it doesn't work. ``` [vj:/Volumes/SD-500G-SSD/br-on-ssd] $ ls abcd.efgh* [vj:/Volumes/SD-500G-SSD/br-on-ssd] $ brename -d -p "abcd" -r "xyz" [INFO] 0 path(s) to be renamed $ cd -...

Ethereum accounts have a way of sending the entire amount - I've seen it on EthereumWallet and MEW. You should be able to send the entire remaining amount with that...

One other issue I noticed for my team mate is that windows doesn't allow you to overwrite an exe file that is already running. So I'll have to first kill...

I'm checking some of these things you asked and I'm seeing weird results. One, I actually am not able to run it via go run. I see this other stackoverflow...

To your other question, here is what happens/happened to me ... 1. I write code (v1.0), godo detects file change, it builds correctly, it runs, I use it via the...

Changing code as in fixing bugs and adding features locally. I miss a parentheses here or there, build breaks, but older executable is still running. I was thinking that if...

I'm a little embarrassed to show you my current Godofile as it is not really following the dependencies mechanism. Instead I'm controlling each line of execution at the moment. I...

Hmm, and there isn't a way to kill the process tree with go? Anyways, I'm not running it with go run. I'm doing a ./executable. So that issue doesn't apply...

Oh ok. Thanks. I tried -v which is the idiomatic way I think of getting verbose output. But it gave me version.

awesome man! thank you for your work.