```JavaScript import log from "w9-log-plus" ```
A custom hook for React which allows to use console-log-plus easily in functional components
Simple console (colored) logger for Node.js
Bring meaningful prefixes and colors to your console log
A JS implementation of JSONPath with some additional operators
Checkbox with autocomplete and other additions for Inquirer
A Component Library for Vue 3
rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers
Global identifiers from different JavaScript environments
Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.
The Unified Toolchain for the Web
Extends the Angular CLI's build process
Extra assertions on top of node's assert module
Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
A better EventSource API
Fetch transcript from a YouTube video
Supplementary rules introduced by ESLint Stylistic.
Self-host the Plus Jakarta Sans font in a neatly bundled NPM package.
BigInt-backed decimal arithmetic for ECMA-402 polyfills
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
The Unified Toolchain for the Web
Self-host the Plus Jakarta Sans font in a neatly bundled NPM package.
cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-33 synthesizes Kubernetes manifests for Kubernetes 1.33.0
Use the Plus Jakarta Sans font family from Google Fonts in your Expo app
plus_log
A wrapper script for git-log
Logger Plus allows any additional information to be passed in the log method
Download screencasts from Destroy All Software catalog. Uses the rss feed plus Mechanize to log you in and then download new movies to your local drive.
A Hoe plugin to help you debug your C extensions. This plugin provides `test:gdb` and `test:valgrind` tasks (plus a few variants). As of v1.5 it also can generate a valgrind suppression from a previous test suite's log file. See the `Hoe::Debugging` module for a few configuration options. This plugin expects you to have `gdb` and `valgrind` available in your `PATH`.
Logsy gives Rails apps one wide JSON event per request plus correlated breadcrumb logs, all tagged with whatever per-request context you set via Logsy[:key] = value. Tags propagate across background jobs. Generic JSON output to stdout — bring your own log shipper.
StandardLedger captures the recurring 'append-only entry → N projection updates' pattern as a declarative DSL on host ActiveRecord models. Supports five projection modes — :inline, :async, :sql, :matview, :trigger — plus a deterministic rebuild path from the entry log, ad-hoc materialized view refresh, and a doctor rake task that verifies host-owned trigger presence. Enforces idempotency-by-unique-index and immutability at the entry level.
lithos is a self-contained embedded key-value store written from scratch as a native extension — no external database dependency. It uses a log-structured merge (LSM) tree: a write-ahead log makes every write durable, an in-memory sorted memtable flushes to immutable SSTables (with bloom filters), and compaction merges them. Keys and values are arbitrary binary strings; keys are kept in sorted order so you get ordered iteration and range scans, plus crash recovery via WAL replay. Windows MSVC (mswin) Ruby only.
== Devise::Revokable A module for Devise[http://github.com/plataformatec/devise] This gem was created by "borrowing" heavily from Devise::Invitable[http://github.com/scambra/devise_invitable] It exists to extend Devise to provide the basis for what is essentially the reverse of the standard <tt>confirmable</tt> module. Where <tt>confirmable</tt> sends an email and awaits a response, before confirming a new registration, <tt>revokable</tt> allows immediate access and sends an email which provides a link to "revoke" the account if it was created fraudulently. This is useful if you want to lower the barrier to entry to creating accounts, and clearly, if account security isn't a concern. Note that tests are non-existent. Use freely but at your own risk. === Configuring It works like normal Devise modules. Add the <tt>:revokable</tt> module to the declaration. # in user.rb devise :revokable # plus other devise modules If the user who received the revocation email follows the provided link and confirms revocation, the account will effectively be "revoked" and inactive, unable to log in. Additionally, you may want to override <tt>#revoke!</tt> to perfom additional revocation on the account, e.g. deleting posts made, resetting personal information, etc. The super method yields to a block for this purpose. # in user.rb def revoke! super do self.some_method_that_resets_me! end end That's about the extent of it. As with typical devise modules you can override the mailers and views with your own. Additionally you can define the module accessor <tt>@@mailer</tt> on the module with a proc to handle your mail if you need to. This proc is yielded two arguments, the method name (e.g. :revocation_instructions), and the affected resource. # in config/initializers/devise_revokable.rb require 'devise_revokable' require 'my_mailer' DeviseRevokable.mailer = proc {|method_name, resource| MyMailer.send(:method_name, resource) }
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.