Alessandro Candido

Results 28 comments of Alessandro Candido

I might be wrong but the bare `fzf` displays differently form `fzf-tab` on my machine, so I assume it is doing some formatting. At the end of the day `fzf`...

Looks like junegunn also provided a solution using tmux, using an alternative command that is directly available from the fzf main repo: [`fzf-tmux`](https://github.com/junegunn/fzf/blob/master/bin/fzf-tmux) > If you're on tmux, using fzf-tmux...

@NICHOLAS85 I checked, and indeed I took the command above exactly from there, but it is not [junegunn's `fzf-tmux`](https://github.com/junegunn/fzf/blob/master/bin/fzf-tmux)! Moreover `ftb-tmux-popup` explicitly requires tmux version 3.2, and e.g. I'm on...

We are in 2020 and still `render` is not working because of gtk warnings...

Solution here: https://github.com/strapi/strapi-starter-next-ecommerce/issues/21#issuecomment-986111206

On Ubuntu (but I guess on any Linux distro) this works wonderfully: ```sh exa --color=always | less -r ``` (just used [`exa`](https://the.exa.website/) since `ls` was the simplest thing came in...

Sorry, that's too much detailed for duplicated item... https://github.com/neoclide/coc-css/issues/8 Let's simply say: is there a specific way to remove that error, without removing validation all together?

In principle, [coc.nvim](https://github.com/neoclide/coc.nvim) is a lsp client plugin for (neo)vim running on NodeJS, such that it should make plugins as similar as possible to VSCode once, citing them: > Make...

Yes, perfect! I love `mdsvex` fwiw, and I really would like to make it working. Unfortunately the thing I wanted to use math for have a deadline of two weeks,...

That's wonderful, I will keep listening for updates!