Clément Nerma
                                            Clément Nerma
                                        
                                    Pour moi, oui cela est crédible. Il est possible qu'il y ait également une volonté de cacher ce code source, mais ce qui est sûr c'est que la publication des...
Any news on this? It's problematic we still don't have a lenient mode when exposing the search feature to non-technical users...
Hi, I currently have the same problem with Markdown files. Any news on this?
There isn't an universal solution, but you can take a look at the `SUDO_USER` variable. It is defined by default when running `sudo` and contains the user that called `sudo`...
> > @Learner00100 yes, I have such plans > > @yuliskov nice to hear that. I also have another suggestion, Is it possible to add (in channel search feature) which...
For info this is still an issue after the latest update.
> You basically want to checkout a specific file to a specific commit ? No, to the last commit only. This would exactly equivalent to running `git checkout ` for...
I have the same problem, wondering if there is something to configure for that? I didn't find any option to link my existing SSH key...
That would in fact require to move the cursor manually using a library like `crossterm`. I opened this issue as I didn't know how the internal crate worked but if...
I use it in several projects, notably a [Cron replacement utility](https://github.com/ClementNerma/Crony) and it's incredibly helpful to write simple regexes that would otherwise be overly complicated, like: ``` let sep =...