rok

Results 63 comments of rok

@spartakb I'm not sure it is relevant. But I added hlog.CustomHeaderHandler to handle some use cases like this. #197 I believe you can use this to log X-Real-IP Header instead...

I also experienced current is_vim too laggy. None of it worked for me. Here's alternative is_vim using pgrep. ``` brew install proctools # required for mac is_vim="pgrep -t #{pane_tty} nvim"...

@vitaly pane_current_command is nice but won't work if vim is running as subprocess. Like you navigate through vifm, and open file. pane_current_command would be set to vifm.

``` CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="zig cc -target x86_64-linux-musl" CXX="zig c++ -target x86_64-linux-musl" go build -tags musl ``` musl working fine

Same with https://github.com/utmapp/UTM/issues/4221 I'm experiencing two issues. 1) MAC -> VM route configuration disappear when I change network on mac. I have to do this on mac ``` sudo ip...

yap, it seems like cmdline remains and it only happens with this plugin. > When I just move pane with tmux command it remains. any clue to fix this?

@net https://github.com/aca/tmux.nvim/commit/ab74aa502c505cf04440cfea211bb96930d082a4 Here's a hack. I just forked...

Was not sure it was also problem for others. I'll create pr.

I also don't think specification should change only because of single command. Hope anyone find some other cases or reasons to justify changes.