#
error-handling
Here are 1,219 public repositories matching this topic...
Bash Infinity is a modern standard library / framework / boilerplate for Bash
testing
shell
bash
boilerplate
framework
functional-programming
logging
oop
error-handling
standard-library
-
Updated
Dec 26, 2021 - Shell
Generate, parse, and enhance JavaScript stack traces in all web browsers
-
Updated
Mar 25, 2021 - JavaScript
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Jan 7, 2022 - C#
Exceptionless server and jobs
javascript
c-sharp
redis
elasticsearch
monitoring
log
crash-reporting
error-monitoring
logging
crash-reports
exception
error-handling
asp-net
error-reporting
foundatio
exceptionless
unhandled-exceptions
error-stack-trace
crash-reporting-tool
bug-tracking-tool
-
Updated
Jan 17, 2022 - C#
-
Updated
Jan 16, 2022 - JavaScript
debugger
php
profiler
nette
nette-framework
ajax
error-handling
php-errors
tracy
firelogger
dump-variables
-
Updated
Jan 17, 2022 - PHP
Easily add loading, empty and error states in your app.
-
Updated
Jun 9, 2020 - Java
eris provides a better way to handle, trace, and log errors in Go 🎆
-
Updated
Jul 30, 2021 - Go
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
-
Updated
Sep 14, 2018 - Swift
Catch errors with style 💥 ✨
-
Updated
Oct 21, 2021 - JavaScript
bryanlarsen
commented
Jan 15, 2022
Following the instructions on the front page, I have
#[derive(Debug, Snafu)]
pub enum Error {
#[snafu(whatever, display("{message}"))]
Whatever {
message: String,
#[snafu(source(from(Box<dyn std::error::Error>, Some)))]
source: Option<Box<dyn std::error::Error>>,
},
This results in the error:
error: future cannot be sent betwee
html
theme
nginx
webserver
expressjs
error-handling
caddy
error-messages
koajs
apache-httpd
lighttpd
http-errors
-
Updated
Aug 10, 2021 - JavaScript
A comprehensive error handling library for Go
-
Updated
Jan 18, 2022 - Go
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
Jan 13, 2022 - PHP
jntrnr
commented
Nov 13, 2021
Noticed that sometimes miette is missing lines in the panic when you use Miette's custom handler.
Here's one example:
Miette:
× Main thread panicked.
├─▶ at crates/nu-protocol/src/engine/stack.rs:46:9
╰─▶ variable not found
0: 0x56147c2f1d38 - engine_q::main::h85b5921abc527ed0
at /home/jt/Source/engine-q/src/main.rs:185
1: 0x56147c2ecf
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
javascript
bugsnag
monitoring
crash-reporting
error-monitoring
bug
error-handling
debug
exceptions
bugs
javascript-errors
error-reporting
exception-handling
error-stack-trace
debugging-tool
crash-reporting-tool
exception-reporting
bugsnag-notifier
bugsnag-js
application-monitoring-software
-
Updated
Jan 19, 2022 - TypeScript
Golang errors with stack trace and source fragments.
-
Updated
Mar 15, 2019 - Go
ZacSweers
commented
Apr 8, 2019
This case should just be passed directly to the parent handler
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Sep 21, 2021 - TypeScript
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
python
stacktrace
debugging
errors
jupyter
colors
logging
arguments
pretty-print
python3
error-handling
exceptions
dump
frame
traceback
print
pretty
variables
exception-handling
locals
-
Updated
Dec 19, 2021 - Python
Error tracking and logging from JS to Rollbar
-
Updated
Jan 14, 2022 - 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
Jan 4, 2022 - PHP
Show some ❤️ to Node.js process errors
nodejs
javascript
testing
debugging
library
monitoring
es6
test
promise
handler
logging
process
exception
error-handler
error-handling
error
uncaught-exceptions
code-quality
handling
uncaught
-
Updated
Dec 26, 2021 - JavaScript
A generalised Result object implementation for .NET/C#
-
Updated
Jan 19, 2022 - C#
Minimalist Error collection Service compatible with Rollbar clients. Sentry or Rollbar alternative.
errors
sentry
rollbar
error-handling
rollbar-api
error-log
error-reporting
sentry-alternative
rollbar-alternative
-
Updated
Oct 13, 2021 - Python
Create & Show progress, data or error views, the easy way!
android
progress-bar
state
loading
error-handling
error-page
states
loading-screen
error-pages
empty-state
-
Updated
Jan 30, 2019 - Java
Improve this page
Add a description, image, and links to the error-handling topic page so that developers can more easily learn about it.
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."
Package version eg. v9, v10:
Issue, Question or Enhancement:
Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f