-
Updated
Aug 7, 2021 - C++
protobuf
Here are 2,154 public repositories matching this topic...
-
Updated
Aug 5, 2021 - C++
-
Updated
Aug 4, 2021 - Go
-
Updated
Jul 3, 2021 - C#
-
Updated
Aug 6, 2021 - Go
-
Updated
Aug 5, 2021 - Go
Hello,
Our static analyzer found a following potential NPE. We have checked the feasibility of this execution trace. It is necessary to defend this vulnerability to improve the code quality.
Here is the bug trace.
-
Updated
Jun 23, 2021 - Java
-
Updated
Aug 5, 2021 - Kotlin
-
Updated
Aug 7, 2021 - Go
-
Updated
Aug 8, 2021 - C#
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 16, 2021 - Rust
-
Updated
Aug 4, 2021 - Python
-
Updated
Jun 11, 2021 - Rust
-
Updated
Apr 30, 2021 - Java
-
Updated
Jun 20, 2021 - Go
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
-
Updated
Jun 3, 2021 - Java
-
Updated
Aug 7, 2021 - C++
Improve this page
Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protobuf topic, visit your repo's landing page and select "manage topics."
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.