#
errors
Here are 349 public repositories matching this topic...
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
-
Updated
Sep 27, 2020 - PHP
Bugsnag crash monitoring and reporting tool for Android apps
android
java
debugging
bugsnag
errors
ndk
crash-reporting
error-monitoring
crash-reports
crash
debug
exceptions
bugs
android-apps
error-reporting
unhandled-exceptions
error-stack-trace
debugging-tool
crash-reporting-tool
bugsnag-android
-
Updated
Oct 1, 2020 - Java
Human-optimized error messages for clojure.spec
-
Updated
Sep 30, 2020 - Clojure
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
debugging
php
bugsnag
laravel
errors
crash-reporting
error-monitoring
lumen
crash
error-handling
debug
exceptions
bugs
error-reporting
debugging-tool
error-notification
exception-reporting
bugsnag-laravel
-
Updated
Sep 22, 2020 - PHP
A comprehensive error handling library for Go
-
Updated
Aug 24, 2020 - Go
Golang errors with stack trace and source fragments.
-
Updated
Mar 15, 2019 - Go
-
Updated
Jul 30, 2020 - TypeScript
Error tracking and logging from JS to Rollbar
-
Updated
Oct 1, 2020 - JavaScript
Bugsnag error monitoring and crash reporting tool for PHP apps
php
bugsnag
errors
crash-reporting
error-monitoring
crash
error-handling
debug
exceptions
bugs
error-reporting
exception-handling
debugging-tool
error-notification
crash-reporting-tool
exception-reporting
bugsnag-php
application-monitoring-software
bug-tracking-tool
php-error-monitoring
-
Updated
Sep 28, 2020 - PHP
-
Updated
Nov 11, 2019 - Go
HTTP Error collection to use in your next REST API.
-
Updated
May 30, 2017 - JavaScript
Common error classes and utility functions
-
Updated
Jul 29, 2020 - JavaScript
mlc-mlapis
commented
Jun 28, 2020
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
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
notifications
ruby
rails
debugging
rack
bugsnag
sinatra
errors
error-monitoring
crash
error-handling
debug
exceptions
bugs
error-reporting
unhandled-exceptions
debugging-tool
exception-reporting
bugsnag-ruby
bug-tracking-tool
-
Updated
Sep 8, 2020 - Ruby
A collection of useful utility functions
hashing
utility
compression
errors
utilities
string
strings
conversion
concurrency
parallel
decompression
hash
parallelism
conversions
string-manipulation
concurrent
conditions
conditional-statements
condition
conditional
-
Updated
Mar 29, 2020 - Go
Too buggy web application
-
Updated
Nov 13, 2018 - Java
An blazing fast 100% spec compliant, incremental javascript parser written in Typescript
javascript
parser
performance
typescript
errors
parsing
incremental
ecmascript
ast
cst
syntax-tree
recovery
acorn
tc39
recovery-mode
concrete-syntax-trees
es2021
-
Updated
Oct 1, 2020 - TypeScript
Custom error messages in JSON-Schema for Ajv
-
Updated
Sep 28, 2020 - JavaScript
Bugsnag crash reporting for iOS, macOS, and tvOS apps
macos
bugsnag
ios
errors
crash-reporting
error-monitoring
tvos
crash-reports
breadcrumbs
error-handling
exceptions
bugs
error-log
error-reporting
debugging-tool
crash-reporting-tool
bugsnag-cocoa
-
Updated
Oct 1, 2020 - Objective-C
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
go
bugsnag
errors
crash-reporting
error-monitoring
bug
crash
gin
negroni
error-handling
error
debug
exceptions
revel
bugs
error-reporting
panic
debugging-tool
-
Updated
Oct 1, 2020 - Go
A General Toolbox for Identifying Object Detection Errors
-
Updated
Sep 11, 2020 - Python
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.