protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Protocol Buffers - Google's data interchange format

Results 1521 protobuf issues
Sort by recently updated
recently updated
newest added

ByteString has the following method: ``` csharp // Copies all bytes of the byte array to dest at destOffset void CopyTo(byte[] dest, int destOffset); ``` But lacks an overload like...

enhancement
c#
P3
inactive

When I tried uploading the package to NuGet, I got: > We found the following issue(s): > * The element is deprecated. Consider using the element instead. [Learn more](https://aka.ms/deprecateLicenseUrl).

c#
cleanup

**What version of protobuf and what language are you using?** Version: 6.9.0. Language: C# Core Api / Angular9 **What operating system (Linux, Windows, ...) and version?** Windows **What runtime /...

c#
wait for user action

Hey, I have a Python gRPC server with reflection enabled using the proto below. I'm trying to get information about the server from a C# client with the code below...

c#
wait for user action

Hi, When we try to use protobuf within windows service, its giving issue on deserialization. Its working fine with console but with windows service its giving exception on invalid wire...

c#

## Metadata: Version: protobuf v3.9.1 Language: Python Python version: 3.6.8 ## Main topic As for now, if protobuf for python installed via `pip install protobuf`, there is an inconsistent behavior....

python

**What version of protobuf and what language are you using?** Version: main Language: Java **What operating system (Linux, Windows, ...) and version?** Any **What runtime / compiler are you using...

enhancement
help wanted
java
performance
java-lite

**What language does this apply to?** text_format **Describe the problem you are trying to solve.** Currently, the text_format s a nice debugging tool, However, there are a few drawbacks, when...

enhancement
text format

I'm using Google Analytics Data API in PHP 7.2 Google\Protobuf\Internal\GPBDecodeException: Error occurred during parsing: Unexpected wire type.

php

https://github.com/protocolbuffers/protobuf-php/blob/b760544e2ad1225415643ebe1b234c2797c3dad9/src/Google/Protobuf/Internal/GPBUtil.php#L105-L109 There are two parameters when used, but only one is used, the key parameter not use https://github.com/protocolbuffers/protobuf-php/blob/b760544e2ad1225415643ebe1b234c2797c3dad9/src/Google/Protobuf/Api.php#L343

php