Chih-Wei Chang

Results 65 comments of Chih-Wei Chang

It turns out this is probably because I'm binding `zoxide` to `cd`, changing to below resolves the issue ``` znap eval zoxide 'zoxide init zsh --cmd j' ``` Not sure...

@marlonrichert the problem still exists though. The workaround I'm using right now is dogin ``` znap eval zoxide 'zoxide init zsh --cmd j' alias cd="j" ``` this way i'm able...

I think we've seen similar issues with operator 0.21.3 as well. It seems the latest version doesn't work that smoothly for us so we downgrade the operator to 0.20.3. Not...

Just want to piggyback on this - when doing `spr update` is there a way to avoid triggering the CI / github actions on all the commits in the stack?

I guess so. In fact, I have a `.tmp/` folder to place `*.css` compiled from `*.scss`. So I'd like puer to include them when serving static files. Thanks.

> The code has definitely outgrown all being in one package but I haven't had time to reorganize it. I'm happy to provide feedback on proposals and accept pull requests...

add a memory usage benchmark as mentioned in https://github.com/github/linguist/issues/2505#issuecomment-122659405

Have a good night :-) I run `docker` from my OSX (i.e. host computer) ``` $ echo $DOCKER_HOST tcp://localhost:4243 ``` and other docker commands work fine: ``` $ docker images...

should i use docker version below 0.11.1? so what is the correct way to run this? could you give me your steps, and i can try if i make any...

OK. So I tried `boot2docker status`, it gives me: `[2014-05-18 14:27:43] boot2docker-vm is aborted.` (I'm not sure what is the problem here?) I then stop & restart boot2docker, and try...