Thiago Nache Carvalho

Results 12 comments of Thiago Nache Carvalho

did you test it? i'm still having issues. ``` failed to update service prod-swarm_logspout: Error response from daemon: rpc error: code = InvalidArgument desc = expanding env failed: expanding env...

A friend of mine has found the bug. ``` resource "google_compute_instance_from_template" "compute_instance" { provider = google count = local.num_instances name = var.add_hostname_suffix ? format("%s%s%s", local.hostname, var.hostname_suffix_separator, format("%03d", count.index + 1))...

> It's complicated because we _also_ need to allow overrides as a feature request (where people want to deploy the same template on multiple networks). > > The better thing...

at least for small texts I still think that cmp is simpler and as beauty as testify if you do a small trick. I did some tests comparing `assert.Equal(a, b)`,...

I'm trying to figure out why we can't just run ```go os.Chdir("home/me") script.Exec("ls /tmp").Stdout() ```

You paid too much attention to the os.chdir. It was just to show that no matter what’s the path you are you can pass via args to the cmd itself...

my idea is even simpler ```go workdir := "/foo/bar" cmd := "ls" script.Exec(fmt.Sprintf("cmd workdir", workdir, cmd)).Stdout() ```

Hi guys, I think that's it: https://github.com/anthonyjgrove/react-google-login/pull/204

@ajoshi83 @TommieEdwardBerry can you guys test it out, please?

for me, every time you have this error is because something is miss-configured, google or code.