Sahil Bajaj

Results 32 comments of Sahil Bajaj

When I do `echo $TERM` inside tmux, it prints `screen`. Is that correct? I should mention that I'm running tmux normally inside a regular iTerm pane - not making use...

Also since Elm demands 4-space indentation, maybe the plugin should make vim do that automatically?

I realised I was referring to [this gist](https://gist.github.com/laszlopandy/c3bf56b6f87f71303c9f) which is not official. On the other hand, I was originally using tabs for indentation which were definitely giving me whitespace errors...

For anyone who came here recently, this can be done with the [artillery expect plugin](https://artillery.io/docs/plugin-expectations-assertions/#statuscode).

I’m still seeing this issue on Windows 7. Any pointers on where I should start digging/adding logs?

You'll have to run a local proxy. Examples: - Using Node.js: https://gist.github.com/cburgmer/e22a3c078502606a8cb7e72fbf1d1713 - Using Caddy: https://gist.github.com/spinningarrow/f22e0aaacc2ed74465e01c6b146d614d

Here you go: ``` bind-key -t vi-copy C-b page-up bind-key -t vi-copy C-c cancel bind-key -t vi-copy C-d halfpage-down bind-key -t vi-copy C-e scroll-down bind-key -t vi-copy C-f page-down bind-key...

Seeing this issue as well, env vars are not passed to the container

This is really old and I haven't been clojur-ing for a while. Should I close this?

Thanks for reporting this! Would you be able to test with the latest changes in #46? I think my last commit there goes some way in fixing this (it seemed...