Jay Z

Results 18 comments of Jay Z

I have the same issue. And this line is my temporary solution util there's something nice builtin. ``` autocmd BufRead * if getfsize(@%) > 2000000 | let g:enable_spelunker_vim = 0...

Looks like this is the same issue as #1641. Yeah, a simple restart would fix the problem, but it is really annoying. Today, I just found this in Karabiner-MultitouchExtension by...

I have the same problem. Looks like it is `$tmux_version` is storing the expression, not the evaluated version number. ``` ❯ echo $tmux_version ^E$(tmux -V | sed -En "s/^tmux ([0-9]+(.[0-9]+)?).*/\1/p")...

I'd also like to see multiple connections since the project I'm working on has multiple services and sometimes I need to debug more than one service at the same time.

I found `b c` works just fine, but I don't like that I need to type the local branch name every time I checkout a remote branch. Can we make...

@shalak thank you for looking into the issue. I just upgraded to Ventures 13.1 recently, and it seems to be working fine now. I can't test in Montere anymore, but...

@mxsdev I'm sorry, what do you mean by MRE? As I did a quick test with simple worker threads, it indeed worked. There must be something special I'm doing in...

Actually, it is not `worker_threads` but [threads](https://github.com/andywer/threads.js) causing the issue. Steps to reproduce: 1. put the below files in the same folder 2. `npm i threads` in that folder 3....

I have exactly the same error on MacOS Catalina 10.15.7. Also installed through homebrew.

Just tested with the latest main. It's still the same behavior.