The Wayback Machine - https://web.archive.org/web/20200417203332/https://github.com/topics/error-handling
Skip to content
#

error-handling

Here are 810 public repositories matching this topic...

PrakharSrivastav
PrakharSrivastav commented Aug 31, 2019

Package version eg. v8, v9:

v9

Issue, Question or Enhancement:

During development, it will be extremely useful to have a list of available validation methods available at one place for reference. I understand that I can look at the package to see the available validation methods, but switching back and forth between packages is slow.

I want to request a *.md file which I can ope

tolvanea
tolvanea commented Nov 9, 2019

(Beginner here, apologies if this is not valid issue.)

This guide example seems not to compile. There's this line:
use failure::err_msg;
but the called macro is:
return Err(format_err!("Input did not begin with $"));

So should the use statement be:
use failure::format_err; ?

Also there's [other example](https://boats.gitlab

carrera
carrera commented Mar 26, 2020

Describe the new feature you'd like
A label slot so we can add our own label format.
or
Label hover tooltips with slot possibility (so we can add our own icons where we can hover over.)

What percentage of vue-formulate users would benefit?
80%

venkatvghub
venkatvghub commented Aug 23, 2019

I am trying to use your package for certain use cases and i am confused beyond a point. For instance, i have scenarios for custom errors and error types or error codes etc. I am looking at adding namespaces etc and your documentation is not helping me move forward. Could someone please address it and help me or developers like me understand how to go about using your library better?

morningvera
morningvera commented Feb 18, 2020

For completion, we should offer an As method 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.

Improve this page

Add a description, image, and links to the error-handling 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 error-handling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.