Vincent Prince
Vincent Prince
This fixes compilation with alpinelinux see https://github.com/mongodb/libmongocrypt/pull/89 Signed-off-by: Vincent Prince
Hi, I have a service with a long name and I defined an alias on it: ``` ~# cat /lib/systemd/system/my-very-long-name.service [Unit] Description=My service .... [Install] Alias=short-name.service ``` I can access...
Hi, I would like to know if EIPScanner supports I/O messaging through multicast addresses? I tried to set o2tNetworkConnectionParams and t2oNetworkConnectionParams with NetworkConnectionParams::MULTICAST without success. If it is supported, do...
Hello, I'm wondering if it is possible to update TestCase execution order for a TestPlan? I tried several methods addTestCaseToTestPlan (with or without overwrite), updateTestCase, updateTestCaseCustomFieldDesignValue without success. Do we...