AlexVallat

Results 18 comments of AlexVallat

As an experiment, I've converted ScanCodeChecker to use Wait instead of polling in my fork: https://github.com/AlexVallat/AutoHotInterception/commit/e00264da4dd7ed351fd3c807599159115e9d0e47 This uses WaitWithTimeout to allow for clean shutdown, but if you aren't concerned about...

No, not in the discord channel, sorry - I can get it set up for tomorrow afternoon if you will be around at a similar time and would like to...

For the ManagedWrapper I referred to https://github.com/oblitum/Interception/blob/v1.0.1/library/interception.h#L176 as the source of truth; as it hasn't been updated since 2017 I think it highly unlikely to be different from the compiled...

I've taken a fork of `interception_wait` and modified it to use the same WaitTimeout I did for the ScanCodeCheker experiment, should fix the issue with SetState. I also changed it...

Another idea I've had, we can actually replicate the interception_wait code from the Interception dll ourselves, which allows adding another wait handle to wait on. This can be a cancellation...

See also: https://sourceforge.net/p/twofactorqrcodereader/code/ci/master/tree/ That grabs QR codes visible on screen (to KeePass, but wouldn't be hard to adapt the code for use here)

Firstly, @tomrittervg , I'd just like to say thank you for reaching out with this. Even if Firefox does end up breaking our addons again, the fact that you've taken...

If what you are asking for is a way to prevent users from disabling an add-on from the add-ons page, I'm pretty sure that's not possible, by design. Your best...

http://lesscss.org/features/#extend-feature-selector-interpolation-with-extend (look down a bit to the last example, labelled "However, :extend attached to an interpolated selector works:"

This is also the cause of https://github.com/MRCollective/AutofacContrib.NSubstitute/issues/65