mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Question: Is my config wrong? #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wirekang on GitHub (Aug 16, 2022).
Originally assigned to: @LGUG2Z on GitHub.
Hello. I found this program yesterday, and this is awesome!! But I have a problem.
Steps to reproduce:
Move("right")Move("left")komorebinever works until I kill the process by Task Manager.komorebic stophas no effect.komorebic statenever returns(waiting forever).It seems that something like deadlock has happended. It doesn't always happen under the same conditions. It happends randomly.
My
komorebi.ahk:And part of another .ahk for launching komorebi.
@LGUG2Z commented on GitHub (Aug 18, 2022):
Thanks for the bug report! I have just been able to reproduce this and have found the relevant log line:
I will try to look into this in the next few days. 🤞
@LGUG2Z commented on GitHub (Aug 18, 2022):
This was actually a quick one, I believe this is now fixed on master. Feel free to re-open this issue if the behaviour still persists for you after the latest commit.