Adrien Horgnies

Results 9 comments of Adrien Horgnies

@spyoungtech I'm not sure how I'm supposed to use the Hotkey class. I create and then start the hotkey but it never seems to be usable. Using debug logging, it...

Indeed, I didn't use the feature as intended. It works. I was trying `Hotkey(engine=ahk, hotkey='e', script='d')` but I should have tried `Hotkey(engine=ahk, hotkey='e', script='Send, {d}')`.

The way I set up the CI for my client is that the CI is taking care of running the gitflow plugin, and the CI has the authority to push...

Hi, I have the same problem even when the formatting is exactly the same. In the code block below, you can see that the new header has been prepended right...

> @AdrienHorgnies : copyright section detection is done by using keywords like "copyright". I think this is configurable with the licenseSet.keyworkds config Indeed, that's what it. Thanks; So my issue...

I've came with a workaround. Maybe it can help someone. The idea is that I have two information source : a configuration file (could be whatever object your want) and...

When I right click, it crashes my DE (At least I think it's him). Applying this fix `gsettings set ...` alleviates the problem. Now I have to click several times...

While it's true that many LoC could be conflicting, the version is an easy one to fix: Always set the feature branch to develop branch's version before attempting the merge.