beginner
Results
2
issues of
beginner
**Environment:** - **Node.js Version**: v16.15.1 - **Redis Server Version**: unknown - **Node Redis Version**: [email protected] - **Platform**: Ubuntu 20.04.3 ```typescript try { const client = createClient( { socket: { //...
Bug
**Describe the bug** I've been using msgpack-c 4.0.0, which does type checking for conversions between float and int.But when I updated to 4.1.3, I found that the same code produced...