Zach
Zach
I too desire to have this functionality. I think it's as simple as allowing a test definition to contain a third field of pre-requisites. Instead of... TEST_CASE("sorting", "test basic sort...
Okay whether there were bindings is what I was wondering. I have been using the standalone just wanted to use it from an API. Thanks :)
I came here to create this exact issue. I am chaining very deep SECTIONS for testing cascading reads/writes for a compression driver and I sometimes get a rare failure out...
I seen arrays and 1.2.5 get released, just wanted to see how large object support is going. Also if I use TEXT do I need to do my own base64...
I'd also be open to a workaround that involves a lighter client-only oatpp-postgres library which would let me get the datatypes for postgresql in the DTO's imported such that API...
That is indeed what I am trying to accomplish but the DTO headers point to postgresql types so the auto generated API client calls for the windows side cannot be...
Linux -> Running oatpp server. DTO's defined with oatpp-postgresql types. Windows -> Client only, will consume rest endpoints from server, autogenerated API Client from DTOs (fail to build since oatpp-postgres...
Well the "idiomatic" way to build external 3rd party projects with CMake's FetchContent would be the following.... ``` include(FetchContent) FetchContent_Declare(darknet GIT_REPOSITORY https://github.com/hank-ai/darknet.git GIT_TAG v5.0 GIT_SHALLOW TRUE GIT_PROGRESS TRUE UPDATE_DISCONNECTED TRUE...
I have a feeling it's related to some minor ABI difference with the model but I see people sharing models with each other often so I'm somewhat confused what causes...
This is effecting me in the linked issue above (#9615) Somehow this path gets built into the code-generator step of gdlmm and fails trying to run m4.exe from that erroneous...