mass85
mass85
This fixes https://github.com/digitalbazaar/forge/issues/971
I'm implementing a system that uses forge for TLS as part of stack on top of Bluetooth. There are two parties of the communication: - TLS server - Forge used...
When TLS server receives ClientHello with version v1.1 (the default) it tries to determine which version it should use. Server does it incorrectly and always decides to use v1.0 although...
A following code would reproduce the issue: ``` int destroyedSignalEmitted = 0; { QObject obj; std::function onDestroyed = [&](QObject*) { LOG(DEBUG)
It is a good practice to make your test command exit with non-zero code when one of the tests fails. This may be then interpreted easily by i.e. a CI...
Could you add support for node 14 by upgrading sqlite3 to version 5?
In a following scenario crash will occur: 1. Open and start queue 2. Add new task, let it start 3. Stop and close queue before task completes 4. Make sure...
**Describe the bug** I need to validate a set of fields in a collection conditionally, depending on value of one of the fields for each item in collection. After reading...
**Describe the bug** When using internationalized validators and forEach, the error message gets an incomplete path "validations.undefined" **Reproduction URL** https://codesandbox.io/p/sandbox/vuelidate-undefined-message-path-fxdhrl **To Reproduce** Steps to reproduce the behavior: 1. Clear one...