Augustin Trancart

Results 44 comments of Augustin Trancart

I ended up putting `.git` in `~/.fdignore` and `export FZF_DEFAULT_COMMAND="fd -H"` in my shell rc. At least for git, it nearly does what I want (because I'd like to keep...

It would be nearly perfect, with the nuance that I don't care about hidden files that are not tracked by git. Actually the ideal solution is really the union of...

> You care about the untracked that's unhidden, but not the untracked that's hidden, that's odd, or at least I've never seen this pattern before I care about the unhidden...

Including `.git` folder in the gitignored filtering would be enough, from my POV. Indeed, I agree that `.gitignore` solves the use case. The only case it does not solve (for...

> It makes most sense to me to limit the spec to what JS provides for modules +1 > Actual modules, like things you install with npm and include with...

At least the README should be edited saying the current doc (in the tarball in the `docs/` folder) is outdated.

I linked the comment of @xnreformer in Launchpad. Let's hope they will fix it !

FYI adding the ppa of hotot-team solve the problem for me : $ sudo add-apt-repository ppa:hotot-team $ sudo apt-get update $ sudo apt-get upgrade

Additional info: when I tried to install the relevant plugin in mypy venv (so in `~/.local/share/lvim/mason/packages/mypy/venv/` in my case), then the error disappear, but in a bigger project, I have...

Hi ! So I guess [this page](https://wiki.jenkins-ci.org/display/JENKINS/play-plugin) should not say "1.1 or later" but "1.1 or later, 2.0 or later not supported" or something like that ?