Stephen Cheng

Results 6 issues of Stephen Cheng

I think the latet docker desktop has broken the following CLI command `CONTAINER_GW=$(sudo docker inspect "${CONTAINER_NAME}" | jq -r '.[0].NetworkSettings.Networks.bridge.IPAddress') ` There is no output of NetworkSettings any more My...

@aw1cks Could you help me understand a littlbe bit of the following code: ``` RESOLV_CONFIG=$(grep -v '^nameserver' /etc/resolv.conf | grep -v search) ORIGINAL_SEARCH_DOMAINS=$(grep '^search' /etc/resolv.conf) NEW_SEARCH_DOMAINS="${ORIGINAL_SEARCH_DOMAINS} ${SEARCH_DOMAINS}" NEW_NAMESERVER_CONF='nameserver 127.0.0.1' sudo...

with vim plugin enabled, it will not work. please can you fix this. Great plugin!

help wanted

Hi I'd like to use artoo to be used in casperjs (or phantom js) to scrape information. I am able to inject other script and tested ok with it, but...

question

when I do file diff using dv to trigger the diff window, I got below error and whole vim crashes. It seems it works fine some times for certain versions....

It's noticed that upcmd were pulled to other community's re-publish channel Upcmd is putting a dependency on using itself to build itself, which is a plus, but hindering being reused...