Thibault Martin

Results 11 comments of Thibault Martin

yeah I'm under Manjaro, my bad. I'm using Yay, and I'm pretty sure I have a line mentioning autojump in .zshrc, but I can't remember what. I'll try tomorrow.

The folder returned by `lazygit --cd` only contains `config.yaml` for me. I found a file `state.yaml` in `~/.local/state/lazygit`, but I guess it is not "good practice" to update it here...

> So what you're saying is that you run `lazygit` in a new `git` folder and the `recentrepos` in that `state.yml` doesn't update? When I open a new repo, it...

Mhmm, I'm not sure I had more than 1 instance of lazygit at the time, but I'll be careful from now on. Another cause might be that if repositories do...

Ok so that explains why they disappear then, it was obvious but I did not think about it enough I guess. It would be nice if it could keep the...

I'm developing inside a software which has external plugins, which have their own repositories. When I update this software, it can break external plugins. in order to compile/test them, the...

I never thought about this... you're a genius ! It works perfectly fine ! Thanks

I have 2 similar errors with OCaml 4.14.2, but no idea of which part of my code raises this. Here is the full stacktrace : ``` File "src/.toto.objs/native/_unknown_", line 1,...

I don't sorry. From what I remember it was also caused by a similar code, with modules and constraints, but I changed my implementation since then :/

From what I understand, the windows Ci fails, but succeed to install conf-pkg-config for LAnnotate : `- installed conf-pkg-config.3`. This comes from frama-c dependancies, and `conf-zlib` has `depends: ["conf-pkg-config" {build}]`....