Per Vikman
Per Vikman
Operating system: Windows 10 Pro Node version: 11.6.0 The example program does not seem to run on Windows 10. It starts and gets stuck right before calling the imported `pcsclite()`...
Hey, Getting an object inside a signal handler seems to block execution on the main thread when running an Iterate loop inside a separate thread. Example: ``` class MyClass {...
I think I discovered a bug. If I host the Nuts middleware on a route such as `app.use('/myapp', Nuts.router)` in express and GET the `/update/:platform/:version/RELEASES` route the generated filenames do...