Jeff Wendling
Jeff Wendling
> Did you get a cue from https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md? Yes, partly that, and partly reading various implementations. The grossness I spoke of is due to the implementation strategy I've so far...
I forgot to mention, grpc-web support should work now that https://github.com/storj/drpc/commit/ebd70c186e6c2c5e18ace6d1db4f5696399b3102 is merged.
What do you mean by "native drpc client?" Since it's going through http, something has to exist to map the http request into a drpc stream, which is a [drpchttp.Protocol](https://github.com/storj/drpc/tree/main/drpchttp#type-protocol)...
One option might be to use a websocket based transport like https://pkg.go.dev/go.bryk.io/pkg/net/drpc/ws
This will be a tracking issue to extend the drpchttp package to include a client that wraps an http.Transport or something. It may be limited to unitary streams. It'd be...
X11, and I don't know what non-compute/compute means.
I think we need some sort of syntax in the dbx file for generation options, rather than passing them as flags. maybe ``` options golang ( userdata rx ) ```...
We haven't. Next on the list is probably MySQL, but assuming that ql supports most of the features of postgres or sqlite, it wouldn't be too hard to write a...
I currently do not see myself implementing that.
There is already a v0.0.32 tag that is only a few relatively trivial commits behind main. Though, it may be time to start issuing some stable tags. There hasn't been...