Arnaud Pflieger

Results 50 comments of Arnaud Pflieger

A solution is to mock useDrag/useDrop functions. I 'inject' these functions in components props so I can pass a mock in my tests. I don't write tests on drag/drop logic...

Ahhh I see these things in my prompt for month now and I finally figured out this. The gradle plugin for building IntelliJ plugin have multiple tasks that includes backticks...

I would say that `git-apply-conflict-resolution` detects the binary conflict as a "UU" text conflict here https://github.com/lesfurets/git-octopus/blob/master/src/git-apply-conflict-resolution#L40 "UU" means "file modified by both sides". `git status --porcelain` may tell us if...

Absolutely great. We never did it and always wanted to. If you need any precisions on how to build the sources or need some changes on the project, let us...

There's a [RELEASE.md](https://github.com/lesfurets/git-octopus/blob/master/RELEASE.md) file. It would be nice to mention fedora's release process in it.

Again, thank a lot for doing that. By the way, did you looked at https://github.com/lesfurets/git-octopus/issues/25? I'm rewriting git-octopus in go, so the packaging will change. I think it will just...

[This change](https://github.com/lesfurets/git-octopus/pull/17/files#diff-21be0d50914712e7cf65478dbc2ea1baR126) introduced in 1.4 that fixes #16 uses an option of git merge-base that is available only on git >= 1.8 For git-octopus 2.0 though, this is not required....