-
Effectively, turn twirp services into nats queues a-la https://github.com/rapidloop/nrpc
-
Please consider the following .proto file:
```
package package.rpc.asks;
import "package/actions/asks.proto";
service Ask {
rpc GetAskSnapshot(package.actions.asks.RequestAskSnapshot) returns…
-
core/proto/base/base.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-twirp-openapi hasn't been updated to support optional fields in proto3. Please ask the owner o…
-
I'm writing a test for a Twirp client using this [package](https://github.com/hopin-team/twirp-ts), and have noticed it doesn't add the `;message=WhateverIAmSending` parameter on the content type.
…
-
### GitHub Repository
https://github.com/abhinav/buf-include_imports-strategy-repro
### Commands
```shell
buf generate
```
### Output
```shell
protoc: common/v1/value.proto, keyval…
-
### Verify steps
- [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
- [X] Latest 我已经使用 最新源码 测试过,问题依旧存在
- [x] Core 这是 QD 框架存在的问题,并非我所使用的 QD 早期版本(如 20210628及之前版号 等)或模板的特定问题
- [X] Meaningful 我提交的不是无意义的 …
-
The `https://woogles.io/twirp/` prefix should be changed to `https://woogles.io/api/`
I neglected to inform everyone of this. Please change when possible as it is broken otherwise. Hopefully it's …
-
When in run download-artifacts with debug mode enabled I see
```
##[debug]Evaluating condition for step: 'Download artifacts'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[de…
-
### Is your feature request related to a problem?
Surreal currently exposes REST and WebSocket APIs. While these APIs are widely known and used, they don't offer the best performance or any guarantee…
-
Not sure this is a limitation of Twirp or .proto(3), but how do you convey to consumers that an attribute is optional?
For example what if I wanted to make the `inches` attribute optional on `twitc…