-
Motivation:
Currently, `java-rpc-proto.gradle` does not generate Kotlin DSL builder
for protobuf messages even when the project is flagged with `kotlin-grpc`.
Registering `kotlin` plugin within…
-
json Schema
```
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Example Schema",
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
…
wulei updated
3 years ago
-
### Describe your environment
Environment: `AWS Lambda`
Python version: `Python 3.9`
SDK version: `1.26.0`
API version: `1.26.0`
### What happened?
Initialization of the OTEL Python Lamb…
-
For google/or-tools we tried to upgrade from v26.1 (working) to v27.2 (broken)
TLDR: in cmake you have to `target_link_library()` to protobuf in `add_executable()` and `add_library()`, if Protobuf ha…
-
I'm using `mypy-protobuf` to generate types for the envoy protos and getting the following error:
```
envoy/config/core/v3/config_source_pb2.pyi:109: error: Duplicate argument "self" in function def…
-
Considering the following use case:
```
int result;
char error_string[256] = {0};
const char *initial_json_string = \
"{\n"
" \"name\": \"John Doe\",\n"
" \"id\": 42\n"
…
-
The current git head contains a memory corruption in protobuf_c_message_free_unpacked at the following line:
```
if (message->unknown_fields != NULL)
do_free(allocator, m…
-
**Summary:**
When configuring opentelemetry-cpp with CMake, it fails to recognize the installed version of Abseil, despite having the latest version installed via vcpkg.
Steps to Reproduce:
`cmake …
-
### bug描述 Describe the Bug
[Hint: Expected desc.ParseFromArray(buf.get(), size) == true, but received desc.ParseFromArray(buf.get(), size):0 != true:1.] (at /paddle/paddle/fluid/framework/tensor_uti…
-
# Steps to reproduce
`article.proto`
```protobuf
syntax = "proto3";
package example;
import "google/protobuf/timestamp.proto";
message Article {
google.protobuf.Timestamp time = 1;
}
``…