Eric Avdey

Results 4 comments of Eric Avdey

I'd +1 for trying `mix` too. I don't have an opinion on it itself, but I personally don't find `rebar3` a significant improvement over "classical" rebar.

All right, so the strange part is that I can reproduce this on `couchdb:3` docker image with the following ddoc, but can't reproduce when I'm building from repo's `3.x` branch...

@kxepal @davisp : Bump for a great justice. *.d files in question appears to be "deps files" generated by rebar's [port_compiler](https://github.com/rebar/rebar/blob/master/src/rebar_port_compiler.erl#L359). rebar 2.6.1 has a habit to leave them behind....

According code block that should've work is here https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/service/resourcecontroller/resource_ibm_resource_instance.go#L495 There are a section that casts string "true" and "false" to boolean, so that might've been in play instead, depends on...