Jean Gautier

Results 17 comments of Jean Gautier

I second that point. As of today, it seems impossible to find solid guidance on how a nom consuming code should use the streaming API...

Hi fritschy, First and foremost, thank you for taking the time to answer this question 👍 I have read the docs, and saw Err::Incomplete. What I would need to better...

Thank you for sharing your experience with this 😀 That is very nice from you.

Did not suspect this would be such an adventure reading this thread! FWIW, I was able to have a functioning, debug compiled, dynamically linked (with the release version of python),...

if you are using vcpkg, this issue can be fixed with the following portfile.cmake: ```cmake vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pybind/pybind11 REF "v${VERSION}" SHA512 3894400f04cd08e2dbb14b3d696339f0364434f1d6f8bb057338ac88157ec7491b2df1e1e46ebd5abccdcd5775c5e9238de6404f0db87f64f5a1802db3a5b18c HEAD_REF master ) vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}"...

Hi qc00, Where should this incantation be placed? in my module's cmakelists or another? Thank you for jumping in 👍

This PR is required when compiling with latest MSVC (&c++23)