Adam Babik
Adam Babik
Thanks for reporting the issue @gitomics. Your problem seems related to https://github.com/grpc-ecosystem/grpc-gateway/issues/2447. Before using `headerMatcher` as a workaround, have you used any other header matcher? Because if not, then [the...
@FrankSpitulski is there anything more to this stack trace? I can't see exactly what error was reported. > Ideally the library failing on < c++14 would specify that in its...
I managed to reproduce it in Docker using our image `ghcr.io/grpc-ecosystem/grpc-gateway/build-env:1.19` and the only additional info I found was: ``` gcc: fatal error: Killed signal terminated program cc1plus ``` which...
I managed to run `bazel build //internal/descriptor/apiconfig:apiconfig_proto` successfully in the mentioned Docker image. I used 4 CPUs and 16 GiB of memory. In the CI, we use 2 CPUs and...
> I see your build command omits the @library name indicating that you're building in this repo right? that means you are getting settings (c++14) from the bazelrc at the...
After all linking etc. I got to this point: ``` INFO: Created TensorFlow Lite delegate for select TF ops. 2023-02-24 09:09:31.976946: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI...
Hi! Thank you, it's great to hear that you like it and find it useful. Such a feedback is of enormous help for us. #### Alias For now, we only...
It makes sense. The error printed into stderr + non-zero return code.
Hi @hamza-tam. Thank you for your contribution! The idea looks great, however, rdme already supports that using `--replace` flag. Following your example, it would work like this: ``` rdme run...
@hamza-tam You're right about tool's spirit and important aspects of UX and simplicity. Having predictable arguments substitution would be useful indeed as `--replace` is quite complex. For the arguments substitution,...