Alexandros

Results 5 comments of Alexandros

Thanks for the reply and clarification, @timostamm! That makes sense to me. I will run this up the chain of command, and try to get more stakeholders on board, because...

Followup question: Am I correct in thinking that connect-go implements multiplexing of the various protocols it implements? Ideally we'd like to support, at a minimum, grpc (for our API client...

+1 I'm running into this issue with the following usage: ```yaml - uses: actions/setup-node@v4 with: node-version: 20 ```

Maybe the proposed solution would be something like ```typescript static fromObject(from: Partial): Polygon; ``` This way, you can construct a partial message.

Is this issue still occurring for folks? I'm able to successfully connect, authenticate and make a call with the following snippet (modified the README getting started code a bit to...