Pavlos Parissis

Results 5 issues of Pavlos Parissis

Just updated the plugin and added ```nmap s (easymotion-overwin-f2)``` to my config. Invoking the above mapping returns: ``` Error detected while processing /home/pparissis/.vim/bundle/vim-easymotion/autoload/EasyMotion/command_line.vim: line 33: E117: Unknown function: vital#easymotion#new E15:...

I would like to have function which will produce buckets and the percentage of metrics which fall into each bucket. For instance: With a series of response times I want...

enhancement

Having the following causes error below, but if I put all options in one line I don't get the error. why is that? I prefer to have the options in...

**What version of `fd` are you using?** 8.7.0 I see that x86_64 binary works fine on my ARM based Apple I would like to ask if it is safe to...

question

I am trying to build https://github.com/starship/starship on my Mac Air M1 with: ``` docker run --rm --volume "${PWD}":/root/src --workdir /root/src joseluisq/rust-linux-darwin-builder:1.67.1 sh -c "cargo build --release --target aarch64-apple-darwin" ``` but...