Truthiness with options
Triggers events based on the truthiness of predicate methods
uinix fp utility to test JS-truthiness of values
Oxlint/ESLint plugin for @preact/signals to catch common signal misuse patterns
A collection of ESLint rules specifically targeted for roblox-ts.
Simple script that allows for "querying" a data store (object) for truthiness based on an object literal structurally similar to MongoDB's query language.
Highly opinionated, ESLint plugin with custom rules to produce beautiful, readable JavaScript.
Tiny runtime assertions that preserve error messages in production.
Custom rules for @arnaud-barre/eslint-config
TypeScript definitions for angular-media-queries
Javascript library for testing truthiness of anything. Coerce string booleans into true booleans. Truthyness is not the same as equality!
A zero-dependency testing framework with comprehensive test runner, assertions, DOM simulation, and mocking, built on node:test and node:assert
Vanilla Assertions
Set of UI components for CoinSwap projects
A testing framework for JavaScript UIs.
Checkbox or Bulma-styled switch. Optional `params` as `InputCheckboxParams`: `type` may be `"switch"` for the switch UI, otherwise a standard checkbox. `schemaentry.label` drives the visible label and required asterisk; boolean `value` is parsed from JSON
If X, return Y, else throw Z.
Composable utility functions based on lodash fp.
DLS icons for Vue.
OpenClaw plugin for Alfe — connects to local gateway daemon via IPC for integration management
DLS icons for React.
Types & low-level functions for data operations.
A simpler version of a json querying mechanism.
Deep equal assertion with difference reporting.
Check if a value is "truthy"
Simple Rust library determining whether strings indicate truey or falsy values
Conditional compilation with macro support in Rust
Exprimo is a JavaScript expression evaluator written in Rust.
A parser tool to generate recursive descent top down parser.
JavaScript-style loose equality, strict equality, relational comparison, and truthiness for serde_json::Value.
Simple rendering of mustache templates
CLI for templating based on JSON, YAML or HCL configuration
Utilities for working Handlebars templates. Part of Bomboni library.
MIT-licensed Rust integration library for Observer
RuES is JMES Evaluation as Service
Asynchronous conversion of Excel and OpenDocument spreadsheets as well as CSV and TSV files to JSON or JSONL
Evaluate the truthiness of an object without getting out the logical expressions
Makes boolean validations a little cleaner.
Handrolled if/else expressions with customizable truthiness
Easily get truthiness values of Ruby objects
Object#tap_if clarifies control flow in many circumstances.
A simple Jekyll plugin that adds JavaScript-like istruthy and isfalsy filters to Liquid
Easily assert truthy and falsy values on strings integers
A dimensionable graph that acts kinda like a grid. You can fill in spots with objects and then iterate over the entire grid or just objects. Now, there is a new concept called truthy which will return given a certain condition. Each object in the graph can be given a truthy? method and you can use that to iterate through objects in the graphs more efficiently.
When clicked, `link_to_add_fields` will render the association's fields partial above it. `link_to_remove_fields` will hide the HTML element matching it's target css selector. It also sets a truthy value in the hidden input field closest to it.
PrettyFeed provides a modulizer you can include in a job, worker, class, rake task, etc, which allows for simple pass/fail logging colorization. Defaults are `truthy: 'green'` and `falsey: 'red'`.
Create truth tables and let truthy handle the annoying part. Also, operate with logical gates like AND and OR.
This gem adds a new method called `Boolean`, analogous to builtins like `Integer` or `String`, which converts a Ruby value to either `true` or `false` based on its truthiness. It also has optional core extensions that add a `to_bool` method to all Ruby objects and allow you to check if a value is boolean with `val.is_a?(Boolean)`.