Thomas Sondergaard
Thomas Sondergaard
Package: qtwebengine[core,default-features]:[email protected]#5 **Host Environment** - Host: x64-linux - Compiler: GNU 11.4.1 - vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457 vcpkg-scripts version: c561d1ec1 2024-04-29 (15 hours ago) **To Reproduce** `vcpkg install ` **Failure logs** ```...
**Describe the bug** The qt5-base port does not formally list dbus as a dependency, but it will detect it if present and link it on Linux if a consuming application...
On MS Windows qt5-webengine fails to build if it picks up abseil-cpp headers from vcpkg instead of its own abseil-cpp headers. This is exactly the same problem as was dealt...
I'm trying to use symbolicli to analyze minidumps in offline mode and it only symbolizes very few symbols in the stacktraces, the rest come back unresolved. ### Environment Commit 271386c45887...
I have just started using fo-dicom and I am writing unit tests for my code based on the pattern used in e.g. https://github.com/fo-dicom/fo-dicom/blob/5.2.2/Tests/FO-DICOM.Tests/Network/AsyncDicomCEchoProviderTests.cs. For these integration type tests I would...
Without this it is necessary to add report.dataset._meta = {} before you can write a derived dataset like StructuredReport to part10 format: const obj = await readFile("obj.dcm"); const dicom_data =...
lib/dialects/oracledb/index.js has this code: ``` // Node.js only have 4 background threads by default, oracledb needs one by connection if (this.driver) { process.env.UV_THREADPOOL_SIZE = process.env.UV_THREADPOOL_SIZE || 1; process.env.UV_THREADPOOL_SIZE = parseInt(process.env.UV_THREADPOOL_SIZE)...