-
Because all model fields are labelled as optional, it's unclear when a field is expected to always be available but is mislabelled, versus when it is actually known to be optional. It necessitates add…
-
**What version of protobuf and what language are you using?**
Version: v.3.11.2
Language: Python, Javascript
**What operating system (Linux, Windows, ...) and version?**
MacOS High Sierra Versio…
-
This is a bug in the CMake code.
### What version of gRPC and what language are you using?
1.66.2, C++, CMake 3.30.3
### What operating system (Linux, Windows,...) and version?
Windows 11
…
-
Requested:
- [x] Vue
- [ ] HCL
- [ ] R
- [ ] Ini
- [x] Dart
- [ ] Properties
- [ ] Scala
- [ ] Liquid
- [ ] reStructuredText
- [x] PowerShell
- [x] Diff
- [x] TOML
- [x] Golang
- [x] R…
-
i saw https://github.com/bkono/msgme
Nice stuff.
i have some ideas and wanted to ask you before i do any PR's.
0. I saw you playing with Fuse. Well now there is Flutter.
You can expose ja…
ghost updated
6 years ago
-
## protoc
https://grpc.io/docs/quickstart/go.html
> Install the protoc compiler that is used to generate gRPC service code. The simplest way to do this is to download pre-compiled binaries for you…
-
```
public class FlatStorage implements Serializable {
private MemoryBuffer buf;
private Map featureMetadata;
public FlatStorage(int bufferSize) {
this.buf = MemoryUt…
-
It would be great to add support for repeated fields in [Google Protocol Buffers](https://developers.google.com/protocol-buffers/).
Protocol buffers let you define "messages", which are basically …
-
Currently, we only support our own specification language/DSL.
During the demo with the reactive foundation, the question for additional specification languages came up (JSON Schema was mentioned by …
-
Hello
I have written C # data contracts with MS Bond attributes. It's work fine for C# only data exchange. But I can't get IDL or AST schema (.bond file) for generating these data contracts in other …