A less middleware for thinkjs 3.0
HTML/XML preprocessor - think LESS for HTML!
A Less loader for webpack. Compiles Less to CSS.
Leaner CSS
Find the dependencies of a less file
LESS parser for PostCSS
Less support for the CodeMirror code editor
Zero-runtime Stylesheets-in-TypeScript
Zero-runtime Stylesheets-in-TypeScript
Zero-runtime Stylesheets-in-TypeScript
A fully accessible and flexible React-powered menu button
Logic-less {{mustache}} templates with JavaScript
Library that parses Exif metadata in images.
Zero-runtime Stylesheets-in-TypeScript
Super-minimalist version of `concat-stream`. Less than 15 lines!
Create multi-variant styles with a type-safe runtime API, heavily inspired by https://stitches.dev
Zero-runtime Stylesheets-in-TypeScript
Zero-runtime Stylesheets-in-TypeScript
Zero-runtime Stylesheets-in-TypeScript
Module version of UZIP.js
Classify GPU's based on their benchmark score in order to provide an adaptive experience.
Less for Gulp
TypeScript definitions for less
A collection of Less specific rules for stylelint
A collection of extensions for various Ruby core classes.
ProMotion-formotion bind ProMotion and formotion together.
Think of this less like a normal Case When statement, and more of a way of growing a control script for calling different ruby gems.
MooseX is an extension of Ruby object DSL. The main goal of MooseX is to make Ruby Object Oriented programming easier, more consistent, and less tedious. With MooseX you can think more about what you want to do and less about the mechanics of OOP. It is a port of Moose/Moo from Perl to Ruby world, providing method delegation, type check, traits, monads, plugins, lazy attributes, aspects and much more.
RedParse is a ruby parser (and parser-compiler) written in pure ruby. Instead of YACC or ANTLR, it's parse tool is a home-brewed language. (The tool is (at least) LALR(1)-equivalent and the 'parse language' is pretty nice, even in it's current form.) My intent is to have a completely correct parser for ruby, in 100% ruby. And I think I've more or less succeeded. Aside from some fairly minor quibbles (see below), RedParse can parse all known ruby 1.8 and 1.9 constructions correctly. Input text may be encoded in ascii, binary, utf-8, iso-8859-1, and the euc-* family of encodings. Sjis is not yet supported.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.