zorgoz

Results 14 comments of zorgoz

I am using global hook. And chrome is in focus durint tests. KeyDown and KeyUp are fired. I have tracked it until TryGetCharFromKeyboardState. ToUnicodeEx returns 0 thus yields empty set...

I fond the problem in the code, but I am not sure what else is affected. In: Gma.System.MouseKeyHook.KeyPressEventArgsExt.FromRawDataGlobal I have changed ``` if ((int)wParam != Messages.WM_KEYDOWN) { yield break; }...

Any supported way to achieve this in the current version? I tried creating an extension, but `IStateMachineInformation` does not expose any way to fire an event. My workaround is this:...

Just restart the device. It will work.

Still issue with Version 17.10.0 Preview 2.0

Relates to issue: https://github.com/quartznet/quartznet/issues/2273

@daniel-white Yes, 1-7 should be valid but it isn't. See referred issue https://github.com/quartznet/quartznet/issues/2273 and https://stackoverflow.com/questions/77946937/quartz-net-seems-to-not-work-correctly-with-days-of-week I tried to make it work with 1-7 as it should. Currently both `IsSatisfiedBy` and...

Ah... I see, this package breaks the CRON "standard"... got it.... That makes it incompatible with everything else... :(

Hi there! What is this "prev" feature's status? I also would need it, and I see that it is almost ready.