#
error-handling
Here are 1,253 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
Feb 12, 2022 - JavaScript
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Feb 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
Feb 21, 2022 - C#
-
Updated
Feb 19, 2022 - JavaScript
debugger
php
profiler
nette
nette-framework
ajax
error-handling
php-errors
tracy
firelogger
dump-variables
-
Updated
Feb 15, 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
Feb 23, 2022 - 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
Feb 21, 2022 - 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
Feb 9, 2022 - PHP
CAD97
commented
Feb 1, 2022
https://github.com/zkat/miette/blob/2649fd27c47893dc3ba2445a9932600d1b3d3e63/README.md#L82-L162
The presented output image is one from nu:
but the example is instead for rendering

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