John HU

Results 17 comments of John HU

GitLink determines remote repo by looking up `origin` remote, code here: https://github.com/rscherf/GitLink/blob/f0de892702ea167d377e150df3cda03f3f725a36/GitLink.py#L52 So here's a simple workaround without changing code: set `origin` remote to upstream in your local git repo

k3s uses containerd by default, and can be configured to use docker instead. Is containerd enough in PWD's case? Or is docker a necessity?

> @jjeejj 在维护。不过一直也没有怎么出现 bug,我以为没有人在用了。 去年做过的几个迁移都是用 redis-port 做的,很方便,感谢提供了这个工具

We were also cornered by the chicken-and-egg situation. We are using 17.12.1. Container hostname is only resolvable through DNS (container's `/etc/hosts` is overridden in our setup so it's not an...

> > container's /etc/hosts is overridden in our setup so it's not an option > > @ushuz is there a specific reason to override /etc/hosts in your setup? Would it...

Alias stops working for me recently. ``` $ type -f git git is aliased to `hub' $ hub pu pull push $ hub pull-request - -F -M -a -b -f...

Found a cool try-puppeteer alternative with live debugger: https://chrome.browserless.io/

puppeteer-core is supported https://github.com/berstend/puppeteer-extra/blob/39248f1f5deeb21b1e7eb6ae07b8ef73f1231ab9/packages/puppeteer-extra/src/index.ts#L534-L538

> When doing this go get github.com/karalabe/xgo I'm informed that go not found and can be installed with sudo apt install golang-go or gccgo-go `go get` install the wrapper **on...