Peter Kieltyka

Results 72 issues of Peter Kieltyka

As part of webrpc v2, I'd like to remove the templates inside of gen/ and instead have them as part of their own repos which would be fetched during the...

Hi all -- I'm surprised to see this project drifting into oblivion after so many projects depend on it? ... as an amazing OSS infrastructure pioneer, I'd expect Hashicorp to...

hi there, tag v0.5.4 is quite outdated, can you please tag v0.5.5 or v0.6.0?

hi all, seems there are many nice commits in master, and the last release was in March 2023 -- I was wondering if there is a plan to make another...

related to https://github.com/webrpc/webrpc/issues/246 once we have comments in our schema, we can generate pretty decent documentation from a webrpc schema definition (in either ridl or json of course, since they're...

todo

it would be useful for client generation, and server generation too in some cases, to pass `-service=API` where "API" is the `service API` name in a webrpc schema and it...

todo

https://github.com/jetpack-io/tyson looks pretty cool. I do like our RIDL format too however and I don't have too many issues with it, but perhaps tyson can be more expressive in some...

with commands like, `//go:generate go run github.com/webrpc/webrpc/cmd/webrpc-gen -schema=databeat.ridl -target=golang -pkg=proto -server -client -out=./databeat.gen.go` the `-target=golang` will use the master head of the gen-golang templates. At time of writing, this would...

todo

This PR adds the following: RIDL rpc method succinct definition (see https://github.com/webrpc/webrpc/pull/229) --- Additionally, this PR adds a new `alias` keyword. The idea here is you can alias a type,...

It's convenient to use webrpc as a schema source of truth for types, but sometimes it's nice to do use it for simple constants / configs / values across clients....