johnsonyang
johnsonyang
hi, I have to manage a batch of yaml/json files under git, the default `git diff` shows the text line based diff, which make no sense for object differences in...
Hi, when I am trying to add some validation for TypeList attribute in my resource schema, `terraform validate` complain this message. I wonder why Terraform impose such restriction, is it...
Hi, system info: ``` mac OS: Mojave version: 10.14.2 $ python --version Python 2.7.15 $ pip show tensorflow Name: tensorflow Version: 1.12.0 Summary: TensorFlow is an open source machine learning...
**request description:** To create a bridge network attached to a network interface on docker host, I have to try the following 3 steps ``` 1.docker network create --driver=bridge --gateway=10.5.107.1 --subnet=10.5.107.0/8...