Here are
534 public repositories
matching this topic...
Placeholder views based on content, loading, error or empty states
Updated
Jun 30, 2019
Swift
errcheck checks that you checked errors.
1kb js library contains development debugging, error monitoring and reporting, user problem localization features - 1KB代码搞定开发调试发布,错误监控上报,用户问题定位
Updated
Aug 2, 2018
JavaScript
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Updated
Aug 13, 2020
Objective-C
Catch errors with style 💥 ✨
Updated
Jul 21, 2020
JavaScript
简单实用的页面多状态布局(content,loading,empty,error)
A library for handling Problems in Spring Web MVC
功能最多样式最多的弹窗,支持自定义视图,链式编程调用(The most pop-up windows with the most styles, support custom views, chain programming calls)
Updated
Sep 1, 2020
Objective-C
A Java library that implements application/problem+json
Show some ❤️ to Node.js process errors
Updated
Aug 29, 2020
JavaScript
Development-only error handler middleware
Updated
Apr 23, 2020
JavaScript
A rust-macro which makes errors easy to write
Updated
Aug 11, 2020
Rust
The contracts used to display solutions on Ignition and Flare
Layout of the flutter example.such as Row,Comlun,listview,Just for learning.
Common error classes and utility functions
Updated
Jul 29, 2020
JavaScript
Human-friendly process signals
Updated
Aug 29, 2020
JavaScript
failure is a utility package for handling application errors.
Error handling library for Swift
Updated
Mar 10, 2020
Swift
Simple error handler for GraphQL Ruby ❗
Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
Updated
May 14, 2020
Python
A lightweight, pure-Swift library for manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand.
Updated
Feb 13, 2019
Swift
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
The Emperor takes care of all errors personally
Cute Error Pages for your nginx web server
Updated
Jun 19, 2019
HTML
Custom toasts with color and icon for Android.
Updated
Mar 12, 2020
Java
Module to have suggestions in case of errors (NameError, AttributeError, etc).
Updated
Aug 24, 2020
Python
Capture and monitor detailed error logs with nice dashboard and UI
FancyTrack - JavaScript Error Tracking library from
@FancyGrid
Updated
Jan 12, 2020
JavaScript
Improve this page
Add a description, image, and links to the
error
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
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently the plain text version of the exception and stacktrace are printed in the header and footer of the Ignition response. This makes it easier to spot the exception in a CLI/test runner environment. To avoid XSS we use PHP's
htmlspecialcharactersfunction. However, this causes some ugly HTML tags in a plain text output.We should look into replacing some common special characters found