-
Updated
Feb 8, 2021 - JavaScript
schema
Here are 1,480 public repositories matching this topic...
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Nov 27, 2020 - Python
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Jan 22, 2021 - HTML
-
Updated
Jan 18, 2021 - TypeScript
-
Updated
Feb 17, 2021 - JavaScript
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
-
Updated
Mar 29, 2019 - Ruby
Looks like it should be "Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use (str ::Routing) or some derivative
-Victor
When errors are returned (If the input information is incorrect) , The name of the corresponding collection is also in the error message . LIKE this :
name is required in CollectionName insert
i want this part (in CollectionName insert ) gone.
error messages belong to software users, and users do not need to see the name of the collection.
And this part should not be returned at all.
-
Updated
Feb 19, 2021 - Java
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 11, 2021 - JavaScript
Here is an example of current error message:
The 'email_address' field must not be empty.
Is there a way to pass field label into schema so the error message is displayed like so:
The 'Email Address' field must not be empty.
I know we can use custom messages for each field but curious if there's a lazier approach here :)
Similar to the Email validator.
-
Updated
Jan 14, 2021 - TypeScript
-
Updated
Feb 18, 2021 - Python
Improve this page
Add a description, image, and links to the schema topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema topic, visit your repo's landing page and select "manage topics."
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
If you would like a jsfiddle demo, let