Results 5 comments of Ryo Kajiwara

:+1: 本の表記のままではエラーを得ました。 再現コードは以下です: ```cpp #include "../all.h" int main(){ std::allocator a; using traits = std::allocator_traits; std::string * p = traits::allocate(a, 1); std::string * s = traits::construct(a, p, "hello"); // traits::construct(a, p,...

I do recognize that there are issues for newer versions of mongodb, but its fix is not trivial, and I cannot work on fixing it right away. As such, please...

Fourthed. From reading #167, this issue seems to stem from conflicting understanding where: * the user of the gem assumes that metadata persister / metadata getter is some kind of...

I have checked with our team that we can figure out a workaround to our project's specific problem, so we can wait for the cowboy update. Meanwhile, we found out...

Looks like it's being worked on @ https://github.com/ruby/openssl/pull/555 . As for now, workarounds can be found here: - https://github.com/ruby/openssl/issues/498 - https://github.com/ruby/openssl/pull/555#issuecomment-1440079803