AWS SDK for JavaScript Ebs Client for Node.js, Browser and React Native
Attach comments to estree nodes
An addon for [xterm.js](https://github.com/xtermjs/xterm.js) that enables attaching to a web socket. This addon requires xterm.js v4+.
AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native
Helper methods to make your EBS communicate with Twitch more easily.
@vue/compiler-sfc
AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native
Run a process in the background and attach to it
AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native
Attach cloud and local files in Rails applications
No description provided.
AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native
AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native
AWS CDK L3 construct for cloud backup system with rsync
You can install the command line CLI using `npm i -g @stoplight/prism-cli`
EBS Design System React UI elements.
Retry HTTP requests with Axios.
Persistent, searchable memory for Cursor AI — You control what your AI remembers.
Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com
Svelte library for common utility functions and constants
Upload screenshots with gh-image and attach them to a GitHub PR description
Library for monitoring and preventing account sharing in web apps.
TypeScript definitions for http-assert
Long-lived pi coding agents in the cloud, with a web dashboard and a CLI.
Script to attach an EBS volume to an instance.
= ebs_conductor The EBS Conductor is a library for managing Amazon Elastic Block Storage volumes and snapshots. It is designed to persist a specific set of data (a "lineage") between different compute instances. EBS Conductor can be used on it's own, but it's most powerful when executed on an EC2 instance using Chef, and the ebs_conductor cookbook[https://github.com/rgeyer/cookbooks/tree/master/cookbooks/ebs_conductor] == Examples === Attach a new 1GB blan volume in the lineage "foobar" to a linux box at /dev/sdb1 ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.attach_from_lineage('i-abcd1234', 'foobar', 1, '/dev/sdb1') === Attach a specific snapshot to a 1GB volume in the lineage "foobar" to a linux box at /devb/sdb1 ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.attach_from_lineage('i-abcd1234', 'foobar', 1, '/dev/sdb1' {:snapshot_id => 'snap-abcd1234'}) === Snapshot the lineage "foobar", do not purge any old snapshots in the lineage ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar') === Snapshot the lineage "foobar", and purge old snapshots so that only 7 remain ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar', {:history_to_keep => 7}) === Snapshot the lineage "foobar" from the specified volume_id This is useful if you're trying to start a lineage from a "naked" instance, or if you are trying to create a new lineage from an existing one ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar', {:history_to_keep => 7, :volume_id => 'vol-abcd1234'}) == List of To Do Items * Support for stripes in a lineage == Copyright Copyright (c) 2011 Ryan Geyer. See LICENSE.txt for further details.