Hari Vishwanath
Hari Vishwanath
Fixes crash on npm start due to OpenSSL error by using legacy OpenSSL provider.
Frontend crashes on npm start with error: ` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error', 'error:0308010C:digital envelope routines::unsupported' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'` Issue is fixed by...
### Description: This PR addresses issue #679 by introducing the depends_on functionality to DockerContainer, enhancing feature parity with the dependsOn functionality in TC-java by allowing containers to define dependencies. With...