Joshua Carpeggiani

Results 18 issues of Joshua Carpeggiani

grpctl currently freaks out a bit

currently only top level fields are taken to be flags

grpc streaming should be supported somehow

This would allow for someone who is using an examplectl to update their config and their binary to point at a new service without needing to manually put in config

Would be able to tell if there is a new version of grpctl or examplectl and update if the user wants to

This would either need the proto files to be generated with the `—include-source-info` flag or to have a custom option with a description field

It would be nice to be able to run this in-browser for Jupyter lite. AFAIK the only steps that need to be changed are here: https://github.com/janpfeifer/gonb/blob/ec07209f333a5f432a3fda9dd71dc35b67c0d113/internal/goexec/goplsclient/exec.go#L52 https://github.com/janpfeifer/gonb/blob/ec07209f333a5f432a3fda9dd71dc35b67c0d113/internal/jpyexec/namedpipes.go#L101 I might implement...

enhancement