Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Unobtrusive scripting adapter for jQuery
A framework for responsive emails
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
The speed of a single-page web application without having to write any JavaScript
Formatting user's text input on-the-fly
Companion package for the cocoon Ruby gem.
Rails UJS for the react-rails gem
Simple functions shared among the sinon end user libraries
Compare, format, diff and serialize React trees with Concordance
Flat design for ActiveAdmin
Native ES6 @mentions
Configuration management for the npm cli
Converts JSON schema objects or files into Zod schemas
fast dom CSS styling
This package contains plain text helpers for Lexical.
This package contains rich text helpers for Lexical.
An input component that abides by configurable formatting and constraint rules
Responsive Theme for ActiveAdmin
Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.
ViewComponents for the Primer Design System
Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.
Rokt Mobile SDK to integrate ROKT Api into ReactNative application
Prints the Gemfile.lock differences between the current git commit and previous in a handy table.
Opinionated gem for Managing AWS Cloud Formation stacks and deploying updates to Instances.
Implements the W3C Linked Data Patch Format and operations for RDF.rb. Makes use of the SPARQL gem for performing updates.
mtg-db is a Ruby gem containing data for all Magic: The Gathering cards and sets, in JSON format. The linked repository contains rake scripts to scrape new data and update the JSON files.
A gem that allows you to add date only, time only and datetime pickers to your forms. This gem also takes into account the way Ruby doesn't parse certain American-friendly dates so it passes along hidden fields with the values expected by rails. When updating the values they are 'localized' using the locale file to get them into the format expected by the picker.
This gem is still under active development. Please contact me directly with any questions or suggestions. To start: r = RedcapAPI.new(token, url) # your institution has it's own url, and each project has it's own token r.get(optional record_id) # returns all records in JSON format or a specific record if specified r.get_fields # returns all fields for that instrument r.post(data) # this will either update an old record or create a new one. the data should be in form of array of hashes or as a hash (for one item). dates are accepted in Date class or in strftime('%F') format. for example data = {name: 'this is a test', field_2: Date.today} r.post(data) # creates a new object using the fields above. field names must match those in the existing project "{\"count\": 1}" --> indicates the object posted. to update an existing record: data = {record_id: 3, name: 'this is a test to update', field_2: Date.today} r.post(data) # this will update the record with record_id 3. if record_id 3 does not exist it will create an entry with that record id
A JSON parser/generator that conforms (I believe) to RFC7159 "The JavaScript Object Notation (JSON) Data Interchange Format". That RFC is very different to its predecessor RFC4627, when it comes to parsing. This gem honors the updated syntax as possible. The generator guarantees that a parsed valid properly rounds-trip to identical valid JSON representation.
This is a fork of the original "jekyll-pandoc-multiple-formats" to update dependencies. This jekyll plugin was inspired by jekyll-pandoc-plugin but it was changed to generate multiple outputs, rather than just using pandoc to generate jekyll html posts. Besides, it doesn't require the 'pandoc-ruby' gem.
Ruby Webshot gem will make nice webshots for you. I needed the webshot/screenshot functionality for one of my website and after trying few ruby gems currently available I found that they are not updated lately and that they are using depricated version of `PhantomJS`: 'webshot' [ https://github.com/vitalie/webshot ] 'screenshot' [ https://github.com/amire80/screenshot ]. Also, I had an issue with produced image CSS formating when I used webshot gem. So, I decided to start building a gem for myself and to share for anyone who need something like this. The Ruby Webshot Gem use latest `Webdrivers`.
A Rails gem that provides helper methods to display time differences in a human-readable format (e.g., '2 hours ago', '3 days later'). Features include auto-updating timestamps every minute without page reload, no JavaScript imports required, and seamless integration with Rails views. Supports various time units from seconds to years.
Toys-Release is a Ruby library release system using GitHub Actions and Toys. It interprets conventional commit message format to automate changelog generation and library version updating based on semantic versioning, and supports fine tuning and approval of releases using GitHub pull requests. Out of the box, Toys-Release knows how to tag GitHub releases, build and push gems to Rubygems, and build and publish documentation to gh-pages. You can also customize the build pipeline and many aspects of its behavior.
LocoStrings is a powerful and easy-to-use Ruby gem that simplifies the process of managing localization strings for iOS and Android apps. With LocoStrings, you can easily extract, organize, and update your app's localized strings in one place, making it easy to maintain consistency across all of your app's translations. LocoStrings supports multiple file formats, including XLIFF and CSV, and provides a simple and intuitive API for working with your app's strings in code. Whether you're a solo developer or part of a team, LocoStrings makes managing your app's localization a breeze.