Skip to content
#

protocol-buffers

Here are 719 public repositories matching this topic...

torkelrogstad
torkelrogstad commented Dec 22, 2021

The less than/greater than checks should check if the input value is NaN. NaN is defined to not be equal to any other number, and all numerical comparisons yield false. Therefore, if I have a field that's annotated with (for example) (validate.rules).double.gt = 0, that field should fail validation if given NaN.

Protoman
pandawithcat
pandawithcat commented Mar 3, 2020

Once the user defines(and saves) the collection, user can just click a button to test all the requests within that collection at once.
Further discussion needed whether protoman will just check the status code or the actual return(users can decide if they want to)

enhancement good first issue

Improve this page

Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protocol-buffers topic, visit your repo's landing page and select "manage topics."

Learn more