-
Right now I have a lot of library protos and grpc protos living in one place, the library protos are cross-used by multiple rpc protos, but they seem to not follow the output standard that protoc has …
-
Hi there! Thanks for creating and maintaining this package -- I'm currently looking into integrating protobuf messages into one of the Python projects I work on, and this looks like a really nice inte…
-
Is the pathway to get to a 2.0 release documented?
Should getting to passing in https://github.com/bufbuild/protobuf-conformance be an aim?
-
Currently there is a single plugin with limited support for generating gRPC client code, and there is demand to cover servicer generation #19, with grpclib or grpcio, or none #44 #20 .
Since AFAIK…
nat-n updated
3 years ago
-
Hi, i tried to change password on miner's pool like this:
```from pyasic import get_miner, AnyMiner
from pyasic.data import MinerData
import asyncio
async def test_pool() -> None:
m: AnyM…
-
Is there concern that LiftBridge is not being used enough and so not having the advantage of the Network effect ?
-
As a basic example I have the below, the generated service will not import the `test` package, however if i reference any message in the return it imports it correctly.
```syntax = "proto3";
pac…
-
Many asyncio objects (such as asyncio.Lock) call `asyncio.get_event_loop()` in their constructor, if no loop was passed. Much asyncio-using code seems to assume that such objects can be created when n…
-
When try to use empty Message (Message without fields) in one_of group, I cannot convert it to dict or bool.
Code to reproduce:
```proto
syntax = "proto3";
message CommandGetInfo
{}
messag…
-
Would it make sense to survey and recommend libraries for generating SBOM metadata for Python packages as part of this project?
Full disclosure: I'll actually need to add SBOM support to my current…