Loren ☺️
Loren ☺️
 https://graphql.communitygraph.org/graphiql/?query=%7B%0A%20%20User(first%3A10%2C%20orderBy%3Areputation_desc)%20%7B%0A%20%20%20%20name%0A%20%20%20%20type%0A%20%20%20%20reputation%0A%20%20%20%20followers%0A%20%20%7D%0A%7D
> those dashboards use 5m rate, we should update to `$__rate_interval` from @dynajoe
### Is your feature request related to a problem? Please describe. I heard we might want to deprecate some of these: https://github.com/temporalio/api/blob/8f89bdc358642e1358876f164c7f4e663e225117/temporal/api/workflowservice/v1/service.proto#L356-L389 Users get surprised by the limitations of ListOpen/ListClosed...
Fixes https://github.com/temporalio/api/issues/154 (I think Datetime representation is the only ambiguity—the rest isn't needed, since precise field type info is only needed in `AddSearchAttributesRequest`)
A user suggested: > Temporal should publish their collection with GRPC APIs documented. It will be epic. The ability to add gRPC requests to collections was just added to Postman.
### Is your feature request related to a problem? Please describe. `SearchAttributes`: https://github.com/temporalio/api/blob/148f6186cf063ddac5600aa53549ec8c0afe5eaa/temporal/api/common/v1/message.proto#L58-L62 I don't know from reading this proto how to specify search attribute types in `StartWorkflowExecution`. Possible types...
### Is your feature request related to a problem? Please describe. I have to rerun `temporal server start-dev` every time the terminal gets closed or I restart my machine. It...
Enable [reflection](https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md) on frontend service during `temporal server start-dev`
### Is your feature request related to a problem? Please describe. In order to be able to continue using my terminal, I have to add `> /dev/null 2>&1 &` like:...