Milen Bilyanov

Results 9 comments of Milen Bilyanov
trafficstars

I'm aware this might be a conda issue. Just wondering if someone attempted the similar thing I'm attempting. I tried this: `tmux new-window -n:mywindow 'echo "__START__"; conda activate py37; echo...

Hi, Sorry, there was a typo (which I have fixed now), it is `libncurses`. Here is the info when I build without any custom flags: ``` htop: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version...

Ok, tried that. Did not work, but all my attempts are focused on `ncurses` NOT `ncursesw`? I have found the following `-config` file: ``` /Users/me/locals/Darwin64/lib64/ncurses-6.2-clang-1300.0.29.3/bin/ncurses6-config ``` But that is not...

Ok, so that worked: `otool -L ./htop` (inside the build folder), gives me this: ``` htop: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1853.0.0)...

I'm trying to get my hands on a system with `homebrew` where I can install `htop` through `brew` in order to compare the look and the behaviour. I guess the...

How did you get the syntax highlighting to work in the preview window?

So this is working: ``` command! -bang -nargs=? -complete=dir MyFiles \ call fzf#vim#files(, {'options': ['--layout=reverse', '--info=inline', '--preview', 'bash /mnt/c/Users/milen/preview.sh {}']}, 0) ```

But it is not working when in drive `W:\`. When using the `preview.sh`, I'm getting the following error: `WSL (34590) ERROR: CreateProcessParseCommon:711: Failed to translate W:\` I can confirm the...

I solved this by including extra flags in the `Power Tools` settings. I was expecting these to be picked up from the solution configuration.