Pratik Chowdhury

Results 39 comments of Pratik Chowdhury

@xialvjun the 0.13.0 has not been marked as latest by the iroh team That's why Checkver failed. You will have to switch to 0.12 probably.

Should probably work now /verify

@TheStormN was this because your CMake App (if it was CMake) had the [Windows Store](https://cmake.org/cmake/help/latest/variable/WINDOWS_STORE.html) environment variable turned on? This is present [in their CMakeLists.txt](https://github.com/microsoft/cpprestsdk/blob/411a109150b270f23c8c97fa4ec9a0a4a98cdecf/Release/CMakeLists.txt#L189)

@SRombauts check out [amalgamate](https://github.com/matthewcpp/cpp-amalgamate)

@anonrig sure but all changes required to fix this are potentially breaking changes (at least the ones I can think of) because they would require a breaking change of the...

Hi Would this approach involve storing the ada_owned_string returned by [ffi::ada_get_origin](https://github.com/ada-url/rust/blob/7cd8574cb01ed38b0b246fcf2c71d826efb0530d/src/ffi.rs#L75)? If so, we would have to either use:- 1. Vector 2. Option In case a user can mutate the...

I solved it personally for myself by removing the ifdefs around the headers

@SaschaWillems spdlog doesn't build with the latest upstream branch yes, but given that you are using submodules, you could connect your fmt submodule to [v11.2 tag / 0c9fce2ffefecfdce794e1859584e25877b7b592 commit](https://github.com/fmtlib/fmt/releases/tag/11.0.2) which...