Mickaël NIVET
Mickaël NIVET
It seems that you have implemented new endpoints and resources for the V2 API which is appreciated but taking a dependency on a logger like serilog is not wanted for...
I didn't know liblog but it seems effectively a interesting solution to not expose dependency to a specific logging framework but it's not done with that lib yet in that...
I've experienced that issue too and it would be great if we can have a release of the fix !
Hi, I've read all the issue and previous ones related to this, and I wonder if instead of just trying to make unit tests not raising exceptions, it would not...
If your still interested I've done a proper fix of all that here: https://github.com/mnivet/RightKeyboard/releases/tag/1.3
@auralarch don't be pessimist about what can be done with the windows API, I've tackle the issue in the original code and published my fixed version here: https://github.com/mnivet/RightKeyboard/releases/tag/1.3
You can try my fixed version: https://github.com/mnivet/RightKeyboard/releases/tag/1.3
It's now possible, I've fix the original program to fix that issue. you can try my fixed version here: https://github.com/mnivet/RightKeyboard/releases/tag/1.3
I've got some tests that follow that pattern, and when running them in the CI I've got a warning message. Transposed to the given example the message would be :...
It would be even better if it could be distributed as a package on https://www.powershellgallery.com I've got a compiled version of the dll locally, but the PR integrated in July...