Dovydas Girdvainis
Dovydas Girdvainis
## A solution? I think I found a way to set the value, but it is not very intuitive. I used [`Wrapper::resetPtr(const std::shared_ptr& ptr)`](https://github.com/oatpp/oatpp/blob/3f37fa7008e2387bd270f9a52ed72bae857f29a9/src/oatpp/core/data/mapping/type/Type.hpp#L230C10-L230C10), where `ptr` is a new `std::shared_ptr`...
I would really like this feature to be made official by conan.io folks and actively maintained, so it does not meet the same sudden end, as [cmake-conan](https://github.com/conan-io/cmake-conan) did. Conan.io folks...
sure @czoido, I opened issues both on conan-io and conan-center-index as well as contributed packages I also chimed in on existing issues, when relevant. Regarding breaking changes, the artifactory migration...
@hwhsu1231 I was wondering the same thing (in our case it IS messing with cmake configurations when we do not want to), do you have a workaround to disable the...
Hi @e-dant, thanks for your thorough analysis! Here are my thoughts on your findings. > For 1, my sense is that the events reported are accurate -- At least from...
Hi @e-dant, thanks for your work! I created a super simple executable to play around with your new changes to see what works and what doesn't. You can find it...
Hi @e-dant, great summary! Regarding rename events, I try to ensure that it is a pure rename and not rename-and-overwrite. I do that as follows: 1. Ensure the observed directory...
Hi @e-dant! Thanks for the info and sorry that I did not reply for a long while, I did not have my work setup to test your changes during the...
I forgot one thing, love the new `wtr::to()` converters for the `enum` types! One little thing though, I would avoid overcomplicating the documented example. Instead of declaring the `auto s...
Sure, Ill make a pull request when I am done testing this fix