Results 18 comments of Dan Milon

Yeah. Although the big issue here is the first fail. That should fail for you also. You are piping a stream to the test's callback function.

That second argument is not node streams standard, but anyway, calling a callback twice is strange behavior imo.

I encountered this too (on an ESP32) and started implementing the macro approach, but then realized that it's possible for the ADC resolution to be updated by the user, so...

I made necessery changes to add support for `Key(['mod4'], '#33', ...)` (`#33` means keycode 33 as reported by xev (decimal)). and this works too `EzKey('M-', ...)`. In a nutshell, I...

Actually now that keys are registered by keycode internally, and not by keysym, I can for example even register only `EzKey('M-f')` and it works with both US and Greek layouts.

Sorry @maulijadhav-tudip , I no longer maintain this project, nor own an apple device to test it. Feel free to fork and fiddle around.

I'm not developing this project anymore. At the time I did, node didnt have native crypto support for PKCS 7. I was also experimenting with a C module that was...

World readable private key? ouch! LGTM.