errors
Here are 349 public repositories matching this topic...
-
Updated
Sep 2, 2020 - PHP
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 4, 2020 - Clojure
-
Updated
Aug 30, 2020 - PHP
-
Updated
Aug 24, 2020 - Go
-
Updated
Mar 15, 2019 - Go
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Sep 4, 2020 - PHP
-
Updated
Nov 11, 2019 - Go
-
Updated
May 30, 2017 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
I'm submitting a ...
[x] Feature request
Current behavior
Actually there is only a reactive way how to invoke an error message, either on submit or on blur and both of them depend on a user's action.
Expected behavior
There are cases in some more complex forms where the business logic dictates
-
Updated
Aug 27, 2020 - Ruby
-
Updated
Mar 29, 2020 - Go
-
Updated
Nov 13, 2018 - Java
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Go
-
Updated
Sep 4, 2020 - Objective-C
-
Updated
Jan 18, 2019 - JavaScript
It is currently not possible to only show errors in the sidebar with a specific severity (Error, Warning, Info). They are shown with a different color tag. It would be useful to add a severity filter selector next to the sorting selector.
Improve this page
Add a description, image, and links to the errors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the errors topic, visit your repo's landing page and select "manage topics."
For completion, we should offer an
Asmethod like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.