Yoann Guillard

Results 5 comments of Yoann Guillard

Yep c'est mieux ^^ ![textual_mr_860](https://user-images.githubusercontent.com/26099325/195317615-1295990c-ba32-43cb-9d57-ca0652bb19d6.png) ![textual_mr_860_top](https://user-images.githubusercontent.com/26099325/195318554-3a45a6dd-ea20-4252-8e54-72e7b0b6b77d.png) I fixed a little issue for the one on top

It would be nice to be able to extend the config from a main project on another git. ```toml [tool.ruff] extend = "../ruff/pyproject.toml" # instead we could write something like...

There are also situations with as import. ```python Import typing as t Import typing as plop ... plop.Any, t.Any ``` Maybe creating temporary errors, like TEMP, to throw the error...

> What do you mean with completion vs. suggestion? > > > print(v["->"] Suggestion contains « "a?!?jedi=1, " » It is the propositions for completions, and completions are results when...