-
### Confirmation
- [X] This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your account team.
- [X]…
Dieff updated
1 month ago
-
### Problem description
I'm using rules_proto_grpc to generate node targets which are consumed by typescript (ts_project from rules_nodejs). rules_proto_grpc uses grpc_tools_node_protoc_plugin from t…
-
So I was trying to set up my first project to work with Codewind. This project is a typescript based GRPC server. I had everything almost exactly like the simple codewind node project which is generat…
-
Importing generated files results in an error when running rollup:
`Error: 'GreetRequest' is not exported by proto/test_pb.js`
While there are 3 generated files in the `proto` folder:
```
TestSe…
-
There is no best practice for combining grpc and typescript. Until I saw this demo. Thank you @mschristensen .
-
I am making something with grpc-web and found `repeated bytes` having a missing method in its generated `.d.ts` file. I have made a simplified `.proto` file for testing:
```proto
service Service {…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Here are the main reason for a rewrite of the framework:
* Nobody want to program in Python and it requires:
* grpc python package generation + lib for jsonrpc
* Could use massa-web3 if TypeScrip…
-
Currently ts-proto treats any integer types in .proto as typescript `number` type. This is not always desirable since it can be a source of bugs, e.g., unintentional integer overflow, loss of precisi…
-
## Overview
HI. I'm developing grpc-based web service with protobuf-generated SDKs.
- Spring Backend ([gapic-generator-kotlin](https://github.com/googleapis/gapic-generator-kotlin))
- Typescript …