An extension of 'mixin-interface-api' package with utility features.
Lightweight interface class API (Javascript es6)
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
TypeScript definitions for react-addons-linked-state-mixin
vaadin-themable-mixin
Dedupe JavaScript Class Mixins
TypeScript definitions for postcss-mixins
Mixin to allow caching container and its children to a bitmap texture
Mixin to find the global position of a DisplayObject
Mixin function to find a child DisplayObject by name
Use mixins in CSS
A helper library for loading and saving the .api.json files created by API Extractor
A simple, powerful mixin applier for JavaScript classes
Tweaked version of https://github.com/michaelolof/typescript-mix
TypeScript definitions for create-react-class
AsyncAPI Problem interface
Simple event emitter
Event emitter
mdast extension to parse and serialize MDX or MDX.js JSX
PostCSS plugin for mixins
Mix the prototype of one class into another
Descope audit management widget
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
A simple mixin for CLI interfaces, including option parsing
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
Provides a mixin and decorator to add a `Hash#fetch` like interface to any object. You must define a `[]` subscript method for raw access to the fetchable data.
A simple mixin for CLI interfaces, including option parsing
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
This library offers an implementation of protocols against which you can check the conformity of your classes or instances of your classes. They are a bit like Java Interfaces, but as mixin modules they can also contain already implemented methods. Additionaly you can define preconditions/postconditions for methods specified in a protocol.
Gerillass is an open-source toolkit that contains a set of Sass mixins to help designers and developers to create better, faster and consistent user interfaces.
PluginFactory is a mixin module that turns an including class into a factory for its derivatives, capable of searching for and loading them by name. This is useful when you have an abstract base class which defines an interface and basic functionality for a part of a larger system, and a collection of subclasses which implement the interface for different underlying functionality. An example of where this might be useful is in a program which talks to a database. To avoid coupling it to a specific database, you use a Driver class which encapsulates your program's interaction with the database behind a useful interface. Now you can create a concrete implementation of the Driver class for each kind of database you wish to talk to. If you make the base Driver class a PluginFactory, too, you can add new drivers simply by dropping them in a directory and using the Driver's `create` method to instantiate them:
Most existing gems that address command execution provide a limited interface or lack notable features. In contast, Exek seeks to provide comprehensive support for all of a program's exec needs with one thoughtfully-designed library. Intended features: - A "Command" class that encapsulates argv, env, and IO options, and process state. - Easy-to-use high level interfaces with sensible defaults for running commands to completion. - Comprehensive support for low-level concerns like piping, PTYs, and file descriptor magic. - Utilities for manipulating `sh` script strings, idiomatically building argument arrays, and generating reusable interaces for common system commands. - Tracing and introspection facilities for logging and latency analysis. - Safety: does not monkeypatch external modules, encourage mixins or use eval. Attempts to guide developers away from unsafe practices like shell scripts and shell injection.
No description provided.
No description provided.
No description provided.