The base class of a configuration class for a interfacial class.
Airbnb's base JS ESLint config, following our styleguide
General purpose glob-based configuration matching.
Spotify's base ESLint config
CSS modules shareable config for stylelint
Airbnb's ESLint config, following our styleguide
Resolve a URI relative to an optional base URI
ESLint config for Expo apps
Vue template support for the CodeMirror code editor
Prettier config preset for AdonisJS packages and applications
UI5 Web Components: webcomponents.base
Commonly used config mappings for the base-config plugin. Also pre-processes the given object with base-config-schema before calling `.process()`
A base TSConfig for working on apps in Ember.
Contains details for sapphire nodes
[](https://npmjs.org/package/eslint-plugin-n8n-nodes-base)
Schema for the base-config plugin, used for normalizing config values before passing them to config.process().
base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.
Core module for compound spring embedder based layout styles
Basic layout model and some utilities for Cytoscape.js layout extensions
Shareable MetaMask ESLint config.
Context#getConfigBaseDir ponyfill for textlint ^8.x.x
A base TSConfig for working on libraries for Ember.
Turn a function into an `http.Agent` instance
Angular Template language support for the CodeMirror code editor
A class based config mixin, similar to the one found in Chef.
This library provides a simple set of helper methods to manage slices and DNS zones/records on your Slicehost account (http://slicehost.com). == Capistrano tasks There are two capistrano tasks: cap slicehost:zone:add # Create DNS zone cap slicehost:zone:mx:google # Add Google Apps MX records To your config/deploy.rb, add the following: require "slicehost/recipes/capistrano" if Capistrano::Version::MAJOR >= 2 # Used to setup/update DNS registry of url => ip set :domain_mapping, "myurl.com" => "123.456.789.012" == Underlying API The current API is very alpha. It was just the simplest thing that worked. There are unit tests demonstrating it working and everything. Future releases will have a nicer, class-based API. Contact: Dr Nic Williams, drnicwilliams@gmail.com
Authentication / Authorization library for Watermark apps
Manage your users' operations (permissions to execute some actions) in your application.
The code to check for the iPhone user agent is from http://developer.apple.com. This doesn't have any dependencies. - in app/controllers/application.rb require 'is_it_iphone' class ApplicationController < ActionController::Base include IsItIPhone before_filter :adjust_format_for_iphone # Always show iPhone views end You will have these functions: iphone_user_agent? Returns true if the user agent is an iPhone. (as spec'ed on http://developer.apple.com) iphone_request? Returns true if the request came from an iPhone. Override being an iPhone with ?format=xxxx in the URL. adjust_format_for_iphone Call when you want to show iPhone views to iPhone users. Note: It is recommended by Apple that you default to showing your "normal" html page to iPhone users and allow them to choose if they want an iPhone version. With Rails 2.0, you can use its multiview capabilities by simply adding this to your app: - in config/initializers/mime_types.rb Mime::Type.register_alias "text/html", :iphone Then, just create your views using suffices of iphone.erb instead of html.erb: index.iphone.erb show.iphone.erb etc. Note: you will probably want to use a Web library specific for iPhone applications. FWIW, I use Da shcode (in the iPhone SDK) to write and debug the iPhone application and then integrate it with my Rails project.
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.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.