moffin
moffin
Thank you for the advice @daemon1024, I'll try switching to bpf enforcer, although bpf is still a pretty [early technology](https://www.form3.tech/blog/engineering/bypassing-ebpf-tools). By the way maybe you help with clarifying https://github.com/kubearmor/KubeArmor/issues/1728 as...
Good to know that, thanks a lot > because it's not clear to me why would the same apparmor profile have different behaviours when KubeArmor attaches it yes, that's the...
@daemon1024 did you manage to reproduce this one?
@mtardy > May I ask where you saw mentions of this feature? Nowhere, but this is just obvious that in a more or less loaded cluster health checks will be...
If I [turn on](https://github.com/grpc/grpc/blob/master/CMakeLists.txt#L87) `set(gRPC_PROTOBUF_PROVIDER "package")` then protobuf errors are gone, but absl are not. [gRPC_ABSL_PROVIDER=package](https://github.com/grpc/grpc/blob/master/CMakeLists.txt#L96) does not help either. ```/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/server.dir/app/server.cc.o CMakeFiles/server.dir/app/predictor.pb.cc.o CMakeFiles/server.dir/app/predictor.grpc.pb.cc.o -o server /usr/local/lib/libabsl_flags_parse.a /usr/local/lib/libprotobuf.a...
Now, if I delete those two from the static library ``` ar -dv build_catboost_static/catboost/libs/model_interface/static/libcatboostmodel_static.a raw_logging.cc.o ar -dv build_catboost_static/catboost/libs/model_interface/static/libcatboostmodel_static.a spinlock_wait.cc.o ``` multiple definitions error is gone, but undefined errors are there...
hi @vpetrigo > introducing a void Put(const Key &key, Value &&value) noexcept that's what I've done in essence in the PR, your option without a template and a second method...
UPD, prost-reflect is compatible with tonic, may close the issue
Thanks for quick response, I'm already using catboostmodel library to do inference in c++, and I need to also calculate shap values in the same application. What I meant is...
got it, thank you, appreciate your help, I'll get back here then when I have time for the contribution