davidmankin
davidmankin
Okay I'll try 0.10. Unfortunately I'm on debian 10 and the latest deb they have is the 0.9.6. I tried to compile the latest myself but ran into outdated boost....
``` [ 83%] Building CXX object src/cryfs/CMakeFiles/cryfs.dir/impl/config/CryConfigFile.cpp.o /home/mankin/beancount-secure/cryfs/cryfs-repo/src/cryfs/impl/config/CryConfigFile.cpp: In static member function ‘static cpputils::either cryfs::CryConfigFile::load(boost::filesystem::path, cryfs::CryKeyProvider*)’: /home/mankin/beancount-secure/cryfs/cryfs-repo/src/cryfs/impl/config/CryConfigFile.cpp:52:12: error: could not convert ‘configFile’ from ‘cpputils::unique_ref’ to ‘cpputils::either’ return configFile; ^~~~~~~~~~ src/cryfs/CMakeFiles/cryfs.dir/build.make:326:...
I wasn’t able to try once I finally got the latest release built I was out of time. Sorry about that. On Sat, Oct 5, 2019 at 10:55 AM Sebastian...
I can verify this is not fixed in the 0.10.2 release. It leaves the terminal in `-echo` mode. ``` mankin@instance-1:~$ stty speed 38400 baud; line = 0; iutf8 mankin@instance-1:~$ cat...
For whoever picks this up, in issue #310 I suggested also updating the code examples in the docstring to be betterproto style code instead of C++, Java, and google-Python.
Yes please! I was under the mistaken impression that proto3 doesn't support has_field for primitives, until I found out that they added support as long as the field is marked...
Further, it'd be great if there could be some suggestions or howto on developing, testing, and debugging relabel configs. At least point out that the applied relabels appear the /status...
The Kubernetes documentation is versioned with the release. In github they have a header that says "warning this is the HEAD documentation" and then they strip it out when snapshotting...
I don't mind clinical & precise reference docs as long as they include a reference to a guide section of the docs.
Thanks for the reply. Looking forward to 2.4 then :)