opekope2
Results
3
comments of
opekope2
I debug my source generators by attaching vscode to the build process Add this code to the source generator: ``` csharp using System; using System.Diagnostics; using System.Threading; Console.Error.WriteLine($"PID: {Process.GetCurrentProcess().Id}"); while...
Same here with [SwayNC](https://github.com/ErikReider/SwayNotificationCenter) on Hyprland. If I use a different mouse button (right or middle), the bug disappears. I worked around it by adding a sleep in the on-click:...