Neal Fultz
Neal Fultz
This seems like a pretty reasonable ask and straightforward to implement; I'll add it to the queue.
Streaming services aren't implemented yet, but I've been working on it on the server side. Also IDK if you need authentication, which is also not implemented yet. Is this the...
I think this is an upstream issue - https://github.com/grpc/grpc/issues/11015
Are you setting up the docker like `inst/docker-dev` or `inst/docker-stable` ? You might try the other way.
Just not too new, current ubuntu also has a broken libgrpc :(
Also unclear at this point if the grpc cleanup code path is getting executed correctly - do you get this error only when the service is under load or does...
This seems very reasonable to me; would you need to modify read_services declaration to have proto_path as a parameter also, or can you change only the one line in read_services?
If I recall, the draw functions already support multiple designs via `...` and can generate names somehow. I would try `draw_estimates(!!!designs)` EDIT: It looks like the use of lapply is...
Thank you for reporting this issue. I have taken a quick look at two failures of the eight: 1. in test-reshape-diagnosands - Changing the diagnosand to `first = dplyr::first(estimate)` seems...
> If using dplyr::first avoids the problem, it could be that it's something that should be fixed in globals or future. using the namespace prefix does seem to fix it...