Here are
301 public repositories
matching this topic...
A tool to list and diagnose Go processes currently running on your system
A cross-platform C# editor based on Roslyn and AvalonEdit
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Updated
Nov 26, 2021
SCSS
Android OBD diagnostics with any ELM327 adapter
Updated
Nov 26, 2021
Java
Beautiful diagnostic reporting for text-based programming languages.
Updated
Nov 16, 2021
Rust
Command line tracing tool for Windows, based on ETW.
A fancy diagnostics & error reporting crate
Updated
Nov 23, 2021
Rust
Language Server Protocol for Terraform
Navigate codes like a breeze🎐 . Exploring LSP and 🌲 Treesitter symbols a piece of 🍰 . Control codes like a boss 🦍 .
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol
Updated
Nov 24, 2021
Rust
DNS tool - display information about your domain
An 100% spec compliant ES2022 JavaScript toolchain
Updated
Sep 30, 2021
TypeScript
Project Glimpse: Node Edition - Spend less time debugging and more time developing.
Universal set of diagnostic tests for PHP applications.
System Architecture Mapper
Updated
Sep 28, 2017
JavaScript
Diagnostic Log and Trace.
Diagnostics is an application displaying the diagnostic reports from applications on macOS.
Updated
Aug 2, 2021
Swift
IoT Automotive Tuning, Diagnostics & Analytics
A CLI tool to help with diagnosing Node.js processes basing on inspector.
Updated
Sep 21, 2021
JavaScript
Collects network traces of .NET applications.
Rust library to collect system and environment information for bug reports
A diagnostics tool for capturing system state.
Aids in discovering HTTP and HTTPS connectivity issues. #nsacyber
Updated
Feb 19, 2021
PowerShell
A powerful reflection module for powershell.
Updated
Feb 6, 2016
PowerShell
OpenProfiling is a toolkit for collecting profiling data from production workload safely.
Updated
Nov 21, 2021
TypeScript
pyOBDII remake - better than ever!
Updated
Nov 14, 2021
Python
Improve this page
Add a description, image, and links to the
diagnostics
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
diagnostics
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.
Bug Report
Version
tracing-core
v0.1.21Also current 0.2.0 as documented on tracing.rs
Crates
tracing-core
Description
tracing_core::dispatcher::get_default()
(and consequentlytracing::dispatcher::get_default()
) takes aFnMut
argument, which it executes exactly once. The use ofFnMut
here is unnecessarily restrictive.Proposal
Change it to tak