Alessandro Candido

Results 220 issues of Alessandro Candido

Just a *quick* feature: **multicolumns** ### Problem Often my terminals are wider than taller. ### Describe the solution you'd like The one in the title. #### Additional context I just...

enhancement

Add `--color=always` option (or settings), in order to be able to pipe colors in pagers. At the moment, if the output is redirected, colors are stripped.

Not even VSCode has support for PostCSS in the main CSS plugin (nor they intend to add, [looks like](https://github.com/microsoft/vscode-css-languageservice/issues/51#issuecomment-396322782), even though they later did [something](https://github.com/microsoft/vscode-css-languageservice/issues/51#issuecomment-396515918) and [refined it](https://github.com/microsoft/vscode-css-languageservice/issues/123), but only...

I would like to have math in markdown, for this reason I'm using the configurations reported at the bottom. Nevertheless math is not rendering in markdown neither enclosed in `$`...

enhancement

This is a feature request, and might be definitely out of the main scope of the project. It would be interesting for me, to be able to set up a...

feature-request

I've just finished reading the book, and while not actively maintained, and still containing many `TODO`s, I believe to be still a valuable reference. Moreover, the idea of the book...

In both sections [1.3. `async`/`.await` Primer](https://rust-lang.github.io/async-book/01_getting_started/04_async_await_primer.html) and [3. `async`/`.await`](https://rust-lang.github.io/async-book/03_async_await/01_chapter.html#asyncawait) there is no actual explanation of how `.await` is supposed to work. The only attempt is in [Why Pinning](https://rust-lang.github.io/async-book/04_pinning/01_chapter.html#why-pinning), in which...

I'm already using [fzf-tab](https://github.com/Aloxaf/fzf-tab) for interactive completion, so I appreciate that you do not overwrite with `zoxide` native interactive completion, keeping it on ``. Still, I would like the same...

Still me, still about completion... I tried to add: ```sh eval $(zoxide init zsh) ``` but it doesn't add completion for the `zoxide` command. For the time being, to obtain...

I'd like to have some flexibility about how to use the captured text. My specific use case is about case: I'd like to lower case the matched text. Possible with...

C-enhancement