Results 26 comments of Cyker Way

I don't think this has anything to do with symlinks. I think the problem happens because of `complete -C`. The function `_command_offset` from `bash-completion` does not handle such commands perfectly.

I don't know if `tfenv` uses `sudo` or not, but both `complete-alias` and `sudo` utilize the same function `_command_offset` provided by `bash-completion`. That seems to be the problematic thing here....

It's likely some [recent changes](https://github.com/cykerway/complete-alias/commit/84be7d22dd96d6fa58d670ba7a094992ae98daf2) slow it down. Sourcing can take about 500ms. If you need some quick solution, rollback before that commit. I will follow up when I figure...

To keep things simple, I disabled the problematic feature in version [1.17.0](https://github.com/cykerway/complete-alias/tree/1.17.0). So just check out that version and use it as usual. The sourcing takes about 5ms. No special...

The feature is reworked in version [1.18.0](https://github.com/cykerway/complete-alias/tree/1.18.0). Now it is disabled by default, but can be enabled by setting an envar `COMPAL_AUTO_UNMASK=1` before sourcing the main script. When disabling this...

I'm open to such an idea, too, if the license requirements are satisfied (attribution, disclaimer, etc.). A brief look shows that one uses GPL-2.0 and here it's GPL-3.0. I don't...

> Returning a root for every single file as your modification does would result in ALE spawning a new clangd language server for every single c and h file open...

Looks like it's still an issue unless you can produce correct result for this example: ~~~latex \documentclass[10pt,a4paper]{article} \usepackage{color} \usepackage{minted} \begin{document} \begin{minted}[escapeinside=||]{java} public class HelloWorld { public static void main(String[] args)...

Still a problem on Python 3.9.9 with toml 0.10.2: arr = [ 'a', 0 ] Error: toml.decoder.TomlDecodeError: Not a homogeneous array ... Doc (https://toml.io/en/v1.0.0#array): > Values of different types may...

Do you mean it's hard to read or understand? Text can be adjusted but capital letters are no-no. Believe it or not pressing too many shift keys can damage your...