Dani Guardiola

Results 263 comments of Dani Guardiola

Thank you so much! This works!! And it made my life so much easier! Seems pretty broken though, with a lot of the images not showing up and animations not...

Oh okay, good to know, seems like the docs are outdated then though: - https://github.com/lxsmnsyc/solid-labels/blob/main/docs/ctf.md#destructure And follow up question, are they not supported through labels and comments? - https://github.com/lxsmnsyc/solid-labels/blob/main/docs/labels.md#destructure -...

Nice! I'm gonna rename this issue then to focus on the docs.

Examples structure now: - Service client - `@rpc` method - `unary-unary` - `unary-stream` - `@http` method - `stream-unary` - Standalone client - `stream-stream` This way the four types of request-responses...

Nevermind, typo in my code

I'm gonna post the little issues I find here to avoid spamming the issues tab, also because probably most of them are gonna be little mistakes on my side as...

Some questions: 1. Is TLS supported? 1. Can you add some examples of asynchrony to the README? 1. AMQP is replaced by gRPC, so there's no need for it anymore,...

Hi @mattbennett thanks for your answers. 1. (TLS) I'm getting familiarized with the code, I'll try to implement it. 1. (asynchrony examples) Thanks! :) 1. (AMQP) Oh ok, got it....

I should add that this isn't compatible with having the current decorator as well, either with a different name (ex. `@gprc_raw`) or by having my suggested decorator have a different...

Another thing that could be useful is being able to specify the port(s) as well. Ports can be secure and insecure, and there's apparently no limit in gRPC.