AlexVallat

Results 9 issues of AlexVallat

Has this already been tried and found to be unhelpful for some reason? Otherwise, I see in the example code for Interception that interception_wait is used to block until an...

partially-done

https://github.com/evilC/AutoHotInterception/issues/75#issuecomment-850202160

Would it be possible to have code generation done by a c# [source generator](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview), or are they too limited?

I understand from the docs that extends can't be used to extend a selector with a variable in it, but it is supposed to be able to be attached to...

bug
medium priority
up-for-grabs

To repro this, use the command line `notepad3 /m "(c)" License.txt` If the last search you did in Notepad3 in the UI was a regex search, it will select the...

Adds a new option, "Match current container name". If enabled, the current container name is added as a prefix to match against, in angle brackets. This allows rules to control...

Files generated by SpreadCheetah using the default settings cannot be read by the Microsoft Excel ADO OleDb provider. No idea why Microsoft would use different parsing for Excel and the...

documentation

When running in a browser, XmlDSigJs cannot be loaded as it throws: ``` xmldsig.js:16316 Uncaught ReferenceError: regeneratorRuntime is not defined at xmldsig.js:16316 at xmldsig.js:16436 at xmldsig.js:16465 at xmldsig.js:22824 ``` This...

If a user script has `@startup` or `@shutdown` attributes, these no longer work. Most scripts don't have a `@startup`, so still work, just can't be successfully unloaded. In `userChrome.js`, these...