ape-caesar

Results 3 comments of ape-caesar

In my case, I saw some users's windows will drop events or trigger wrong events. I think all due to the protect software which in user's pc.

maybe the same problem: on window. electron 5.0.11 * EXCEPTION_ACCESS_VIOLATION_READ * Assertion Error: Unknown assertion type 0x00000000 ``` Crashed Thread: 10784 Application Specific Information: Assertion Error: Unknown assertion type 0x00000000...

You can overwrite function `toObject` by using `Protobuf.wrappers` ```javascript const protobuf = require('protobufjs') protobuf.wrappers['.main.Decimal'] = { toObject(message, options) { const originOutput = this.toObject(message, options) if (message.type === 2) { originOutput.content...