Diep Pham

Results 11 comments of Diep Pham

My guess is `` in _proofs.html.erb returns false because: * user is passed as @edit_user from locals parameter of render * \@edit_user = @user.dup in settings_controller (@user.dup.id is nil) I...

When you changed `session.Start` to `session.Run`, after command is executed there are 2 places where `session.Wait` is called: - https://github.com/appleboy/easyssh-proxy/blob/2a8dbafca512224bde2b1992c66745aec562d3ac/easyssh.go#L219 - https://github.com/golang/crypto/blob/12892e8c234f4fe6f6803f052061de9057903bb2/ssh/session.go#L314 `session.Wait` will receive the message in channel `s.exitStatus`...

Can you reproduce the problem with vanilla Emacs and just flycheck-gometalinter installed? It is working fine for me and I'm not familiar with spacemacs.

I think --sort will be enabled in #4.

Not sure if this PR is still relevant.

Should be closed by #45.

Make sure you don't use `ProxyJump` in ~/.ssh/config for the tunnel host. I have the same error and replacing `ProxyJump` with `ProxyCommand ssh -W %h:%p` fixed it.

@jattind I'm facing the same issue. I was able to workaround by using this command: ```shell $ rancher kubectl apply -f rke2-cluster-template.yaml ```

I created a PR for it: https://github.com/numToStr/Comment.nvim/pull/398, in the mean time, you manually configure the comment strings for .hcl files by: ```lua local ft = require('Comment.ft') ft.hcl = { '#%s',...

Anyone has a light version of this? Or know how to create a light version from the dark one?