Stefan Post
Stefan Post
@hasantahir So you may see the effect that the application is activated as a whole and therefore on both screens at once as it is the same application. I am...
@hasantahir If you are on OSX 11.6 or higher, you should change the "activate" code to this: void activate(pid_t pid) { if (verbose) { NSLog(@"Activate"); } [[NSRunningApplication runningApplicationWithProcessIdentifier: pid] activateWithOptions:...
@GlibMartynenko Before going into the details, can you tell me which AutoRaise version you are running and which compile options / settings are in effect? This will help to reproduce...
@GlibMartynenko AutoRaise tells Chrome to raise. Then, for whatever reason, sometimes Chrome decides to raise all of its windows. This behaviour can be circumvented if you specify -delay 0. This...
@GlibMartynenko Testing some more, it seems that while moving the mouse between monitors, AutoRaise sometimes fails to raise chrome within time, and thus tries again. The second time it tries,...
@GlibMartynenko A UI version has been released with many improvements. I am not sure if it will solve your problem, but it might be worth a shot, see: https://github.com/sbmpost/AutoRaise/blob/master/AutoRaise.dmg
@ennru I can confirm this is broken. The encoding is done incorrectly at https://github.com/akka/alpakka/blob/3d8b41ffe8c5904b8d2d197d642939d26a84d4ee/mqtt-streaming/src/main/scala/akka/stream/alpakka/mqtt/streaming/model.scala#L701 Note that the Publish packet uses bits 2 and 1 to encode the QoS. So in...
@movy > Any chance to get this committed to a release package? Are you referring to the patch I suggested? I never really got feedback if it works ;-)
@movy Below you will find a zip with patched AutoRaise dmg. [AutoRaise-patched.zip](https://github.com/sbmpost/AutoRaise/files/10434018/AutoRaise-patched.zip) > I will test it and post back :) Please do :-)
@movy Will have a look asap. Your video is very helpful indeed