-
Hey! Hope you're doing well
Starting with version 19.35.3, YouTube no longer uses `GPBMessage *unknownFields` directly. Instead, I now see the ivar `NSMutableData *unknownFieldData_`. Any attempt t…
-
### What happened?
In the `unmarshalFull` function, a nil dereference may occur if the `VarintType` case in the `switch` block is executed before the `BytesType` case.
https://github.com/kuberne…
-
```
What steps will reproduce the problem?
1. install protoc.exe to PATH
2. 'cd' into 'source\python' folder
3. python setup.py test
What is the expected output? What do you see instead?
Should get s…
-
Getting a strange error when trying to run it in parallel, which I haven't seen before...
```
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::erase: __po…
-
Hi @0x26res ,
Been for a while trying to optimize converting from a larger, highly nested proto message to a table format (arrow / pandas / polars)
Initially came across the `protarrow` library y…
-
How can I solve this error?
windows 10
```
Extracting Widevine Keys..
Traceback (most recent call last):
File "C:\Python38\lib\site-packages\google\protobuf\internal\python_message.py", line 11…
-
### Xmake 版本
2.9.1
### 操作系统版本和架构
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64
### 描述问题
为一个 demo 项目添加 libtorch 包时安装失败。
具体报错为自动编译 libtorch 时提示 `cc1plus: all warnings being treated as errors`…
-
MSVC build on Appveyor fails with the following error:
https://ci.appveyor.com/project/pfnet-research/menoh/builds/34608060/job/awhcqncaxowfypvm
```
onnx_menoh_onnx.pb.cc
onnx-operators_meno…
-
```
Here is the code to reproduce it:
[ProtoContract]
class TestClass
{
[ProtoMember(1, DynamicType = true)]
public object Property1 { get; set; }
}
[Test]
public void TestDecimal()
{
TestCla…
-
```
Here is the code to reproduce it:
[ProtoContract]
class TestClass
{
[ProtoMember(1, DynamicType = true)]
public object Property1 { get; set; }
}
[Test]
public void TestDecimal()
{
TestCla…