Willians Faria
Willians Faria
Hello! I've been really interested in improving the language server for gleam. I was exploring the code in order to implement this, but I have a question that might be...
@massivebird you're absolutely right, I'll consider how to implement this in a good way
Ill add some comments on the issue, about explorations I did to fix this problem. Its not as straightforward as it may seem
I was looking into this as it seemed not so complicated to me, and I found out that currently, patterns for IgnorePatterns are built with `glob::Pattern::new()`, see [here](https://github.com/eza-community/eza/blob/main/src/fs/filter.rs#L325). This generates...
Ok, I went in the wrong direction with the first fix, and spent the last 2 days exploring how to solve this in a good way. [As mentioned above](https://github.com/eza-community/eza/issues/865#issuecomment-1973675841), when...
Hey! I would love to contribute by adding support for modifier keys. so far, the Key variation is only a string ```ocaml type key = | Up | Down |...