debug小工具
Normalize CSS animation/transition timing functions.
Timing safe string compare using double HMAC
Lightweight debugging utility for Node.js and the browser
Animation Variables and Mixins used by Material Components for the web
TypeScript definitions for debug
Source maps support for istanbul
A node module for Google's Universal Analytics tracking
This package is intended for Prisma's internal use
AbortController for Node based on EventEmitter
Attaches Performance Timing data to Snowplow events
A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Utilities for Testable scripts
🔎 A simple, tiny and lightweight benchmarking library!
Synchronous validation of a path existing either as a file or as a directory.
just emit 'log' events on the process object
Attaches Performance Navigation Timing data to Snowplow events
An implementation of window.fetch in Node.js using Minipass streams
A small proxy server to capture and forward data from backend services to Spotlight.
Elysia plugin to integrate Server-Timing
Realtime application framework client
Constant-time comparison algorithm to prevent timing attacks.
Tools for debugging your node.js modules and event loop
Debug plugin for Docusaurus.
Provides `ManualStatic` that is a wrapper which allows to manually manage `'static` lifetimes. It is unsafe but with `debug_assertions` it panics when the usage is wrong.
Lock-free atomic limiter used to cap concurrent resource usage (e.g., file descriptors and mmaps) in Bitcoin LevelDB integrations, providing a non-blocking counter-based semaphore with debug-time misuse detection.
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.
Thin umbrella crate and default entry point for building terminal applications with Ansiq.
Core reactive primitives, element contracts, styles, and shared runtime-facing types for Ansiq.
Layout measurement, shell slotting, and partial relayout support for Ansiq.
Procedural macros for Ansiq, including the declarative view! tree builder.
Framebuffer, diff generation, and terminal patch emission for Ansiq.
Application loop, focus routing, subtree replacement, and redraw orchestration for Ansiq.
Terminal session lifecycle, viewport policy, and inline history management for Ansiq.
Widget builders and shell-oriented UI primitives for Ansiq.
Generated bindings to ddss, a performance-oriented fork of the DDS double dummy solver for bridge
require 'debuglog' and record debugging information (including variable traces and timing information) to the file debug.log -- cheap and easy.
Scatter "log!" calls in your Rails app to make debugging and timing easy
A log manager gem
A panel that appears in the browser to provide stats on page load times and other debugging information for Rails 3 & 4
Don't re-write web scrapers every time. Upton gives you a scraper template that's easy to use for debugging and doesn't hammer servers by default.
This thing is pretty old. There are much better ways of debugging in a complex application. But, you know, I keep returning to this little method time after time. I guess that marks me as a geezer.
String, time, file, crypto, array, validation, debug, DSL, formatting and more.
True/False fields have a great simplicity about them, and many times they're perfect for the job! But, it's not uncommon end up in a place where you'd really love to keep some degree of simplicity with a little more detail about when the value was changed. Sometimes you'll want to display that information to the user and other times you'll keep it for auditing or debugging purposes. Either way, boolean_timestamp makes the job easy from the beginning and adds very little code to your app.
The CheckDebugCode gem searches for debug code like 'console.log' in your Rails project every time a request is made. It outputs the filenames containing the debug code to the browser console, view footer, and Rails logs. This helps developers ensure that debug statements are removed from production code.
Allows for setting the maximum request time before it get logged also provides a custom log to data relevant to the slow request and can even provide a different log for each slow request for easy debugging.
A debugging/tracing tool for Ruby. Can be used interactively or non-interactively. While it is enabled, it will watch every Ruby statement and method call that gets executed and will display the source code that is being executed in real time on your screen. It is recommended that you also install arika-ruby-termios so that you don't have to press enter after each command.
Wink is a simple, open-source tool for web developers built to save them time and to spare their clients the painful exercise of providing browser details during debugging. Originally written for PHP by Denim&Steel, this is a Rails 3 mountable engine that can be used as part of any Rails application.