Justus Ranvier
Justus Ranvier
I copied the list to this issue: https://github.com/btcsuite/btcwallet/issues/472
In addition to changing the default data directory, the binary names should be changed as well so it's possible to have multiple implementations installed on the same system.
The complication is that there's two ways to get the uses_allocator trait: the leading-allocator convention and the trailing-allocator convention. This PR only works with types that use leading-allocator convention, in...
Here's an example of a leading-allocator convention type, showing how it can be constructed with or without allocator construction: struct TestType { using allocator_type = std::pmr::polymorphic_allocator; std::pmr::string example; TestType(allocator_type alloc...
The goal would be able to write auto guarded_object = std::allocate_shared{alloc}; And then pass the resulting ```std::shared_ptr``` to objects running in different threads.
@murchandamus Perhaps it's been long enough that I should state the reasons again: ever since the "Comments-Summary" vandalism was applied to BIP-39, BIP-44, BIP-47, and others I decided to cease...
I found a copy of that specification using the Wayback Machine: https://web.archive.org/web/20190326050037/https://rfc.unprotocols.org/spec:2/COSS/
It's nice that a vcpkg port is available but would be nicer if that wasn't the only option. Looks like the pull request which added the install target was just...
The [libzmq documentation](http://api.zeromq.org/master:zmq-curve) seems to imply that a socket can change roles between client and server without affecting already-established connections, but it's a bit vague about how that actually works....
I'm installing via this ebuild (Gentoo): https://gitweb.gentoo.org/proj/kde.git/tree/dev-libs/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild It is building the master branch and I reinstalled it immediately before creating this issue. I'll try changing the URI to your tree...