Tim

Results 2 comments of Tim

I encountered the same issue and I have a possible workaround. You probably initialise the Emitter using the `max()` function. `emitter = Emitter(duration = 1000, TimeUnit.MILLISECONDS).max(2000)` The issue here is...

I run into the same `error 0x80096019`. But I was able to fix it by following this Tutorial from Microsoft: https://docs.microsoft.com/de-de/windows/win32/appxpkg/how-to-create-a-package-signing-certificate ``` MakeCert /n CN=YOUR_NAME /r /h 0 /eku "1.3.6.1.5.5.7.3.3,1.3.6.1.4.1.311.10.3.13"...