Postman is so incredibly bloated and slow these days. All I want is a REST client, but it feels like every time I want to perform a basic task now, I have to dig past all of their confusing platform and cloud stuff that I have no interest in.
Postman Now Supports gRPC
211–216 of 216 posts
Re: Postman Now Supports gRPC
#212Re: Postman Now Supports gRPC
#213As I have also been frustrated with the direction Postman has taken, I have a great alternative to suggest, if the only thing you want to do is fire requests on demand easily and do not need automated testing. The VS Code Rest Client extension https://marketplace.visualstudio.com/items?itemName=humao.re... is great for testing and debugging APIs. You create a "my_request.http" file that contains something like POST h…
Re: Postman Now Supports gRPC
#214Postman is so incredibly bloated and slow these days. All I want is a REST client, but it feels like every time I want to perform a basic task now, I have to dig past all of their confusing platform and cloud stuff that I have no interest in.
Re: Postman Now Supports gRPC
#215Earlier quoted context omitted.
This is an excellent question. What I’ve noticed is that developers are incredibly annoyed when their tools don’t work well. Developers use their tools a lot, and when a tool starts “misbehaving” (resource hungry, sporadic failure, non ergonomic design etc) they are exposed to that failure constantly. This constant exposure can create intense feelings (either love or hatred) and nowhere to express them, so it will sp…
man, terraform errors are VERY vague. at least when I was using it.
Re: Postman Now Supports gRPC
#216Earlier quoted context omitted.
man, terraform errors are VERY vague. at least when I was using it.
Terraform's error messages for things it has control over are incredibly precise. It does not have control over the content of errors are returned by provider APIs, and they are often very vague.