Ben Boeckel
Ben Boeckel
Yep, that's what I thought they were at first (not that it was related to `ExternalProject`). The docstring didn't clue me in either.
For me, yes, that in the docstring would have helped. Not sure how useful it would be for non-CMake experts building HDF5 though. Something like: ``` option(HDF5_BUILD_OWN_ "Build a copy...
@kokulshan has made an active fork and accepted my PRs (I've cross-filed them here for completion sake). I'm fine with working around that fork (luckily Golang does make migrating to...
Now tested locally. For some reason, the Redis library uses its own `nil` for no-error indication >.> .
Another thing is that there are zero-width characters (for things like ZWJ and friends, but also potentially some escape codes as well). Might be worthwhile to look into how tmux...
Also note that the lifetime of any symbols stored in the loaded plugin is tied to the library being loaded. So any function pointers stored anywhere while it is loaded...
See swick/moz-gnome-keyring-integration#2 for other (newer?) projects wanting the same.
I suggest just using `podman` instead (in its non-daemon mode) since it just inherits namespaces.
I just use `podman run` in a `tmux` server running inside of the relevant namespace. Sometimes I need to fix `/etc/resolv.conf` if the server is involved, but that's minor.
@mvisonneau Just wanted to make sure I'm on the right track here before adding tests.