-
When using `v7.2.5` our [proto](https://github.com/hashgraph/hedera-sdk-js/tree/develop/packages/proto) project works just fine. But when we are using `v7.2.6` the project can not be compiled because …
-
Currently most of the boilerplate in writing a filter, is writing a configuration that is statically and dynamically configurable. Right now, you essentially have to write twice, once in Rust and anot…
-
Is there a way to compile the proto files with multiple configurations?
I tried this way but without success:
```
wire {
kotlin {
rpcRole = "client"
}
kotlin {
…
-
Currently, Runtime communicates with Dawn and Shepherd over the network using the Google Protobuf protocol. It is a highly optimized protocol to deliver a given amount of information over the network …
-
I have a project (let's call it parrot_common_wrapper) that uses grpc to generate headers from protobuf. protobufs are found in parrot_common_wrapper/parrot-common/tctm/, and an example of a protobuf…
-
**Describe the bug**
Hi, apologies in advance if the answer to my question is trivial but I don't have any experience with gRpc and protobufs.
What I would like to achieve is:
- Simulate an err…
-
Hi, I'm trying to generate code for the buf schema registry protobufs.
It generates the code but getting 2 compiler errors:
```rust
error[E0433]: failed to resolve: could not find `compiler` in…
-
I'm referring to the documentation published here:
https://cloud.google.com/python/docs/reference/notebooks/latest/google.cloud.notebooks_v1.services.managed_notebook_service.ManagedNotebookServiceCl…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)
## Issue details
C…
-
Jira Link: [DB-7971](https://yugabyte.atlassian.net/browse/DB-7971)
### Description
Setup:
```
CREATE TABLE t (b bigint);
INSERT INTO t SELECT g FROM generate_series(1, 1000000) g;
SELECT
p…