I hereby claim:
- I am rdela on github.
- I am rdela (https://keybase.io/rdela) on keybase.
- I have a public key ASAXSr95gZxCbAZfXt_ghaS38Xi4PLS5h0Mfn4IZuvKTmwo
To claim this, I am signing this object:
import createHoverMonitor from './createHoverMonitor'; | |
import { element, func, oneOfType } from 'prop-types'; | |
import React, { Component } from 'react'; | |
const hover = createHoverMonitor(); | |
/** | |
* Use: | |
* <Hoverable> | |
* {(hover) => <View style={hover && styles.hovered} />} |
Dec 4 14:42:27 npm-search[69283] INFO: 🗿 npm ↔️ Algolia replication starts ⛷ 🐌 🛰 | |
Dec 4 14:42:29 npm-search[69283] INFO: ⛷ Bootstrap: starting from the first doc | |
Dec 4 14:42:54 npm-search[69283] INFO: 🔍 Found and saved 100 packages | |
Dec 4 14:42:54 npm-search[69283] INFO: ⛷ Synced 100/601392 docs (0%), current rate: 4 docs/s (2d remaining) | |
{ AlgoliaSearchError: Record at the position 73 objectID=101 is too big size=23909 bytes. Contact us if you need an extended quota | |
at success (/Users/r/Documents/code/gh/rdela/npm-search/node_modules/algoliasearch/src/AlgoliaSearchCore.js:351:32) | |
at <anonymous> | |
at process._tickDomainCallback (internal/process/next_tick.js:228:7) | |
name: 'AlgoliaSearchError', | |
message: 'Record at the position 73 objectID=101 is too big size=23909 bytes. Contact us if you need an extended quota', |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# convert-mp4-to-mkv.sh | |
# | |
# Copyright (c) 2013-2014 Don Melton | |
# | |
about() { | |
cat <<EOF | |
$program 1.0 of May 30, 2014 |
#!/bin/bash | |
# | |
# detect-crop.sh | |
# | |
# Copyright (c) 2013-2014 Don Melton | |
# | |
about() { | |
cat <<EOF | |
$program 2.0 of February 7, 2014 |
#!/bin/bash | |
# | |
# transcode-video.sh | |
# | |
# Copyright (c) 2013-2014 Don Melton | |
# | |
# This script uses `HandBrakeCLI` (see: <http://handbrake.fr/>) to transcode a | |
# video file or disc image directory into a format and size similar to videos | |
# available for download from the iTunes Store. | |
# |
#!/bin/bash | |
# batch.sh | |
# | |
# Copyright (c) 2013 Don Melton | |
# | |
# This version published on June 8, 2013. | |
# | |
# Batch control for the "encode.sh" script. | |
# |
#!/bin/bash | |
# encode.sh | |
# | |
# Copyright (c) 2013 Don Melton | |
# | |
# This version published on June 7, 2013. | |
# | |
# Re-encode video files in a format suitable for playback on Apple TV, Roku 3, | |
# iOS, OS X, etc. |
Hey. So, we're writing because we're people who spend a lot of time in #jquery helping others -- people like you who are trying to get their bearings with jQuery or JavaScript or who are maybe struggling through some problem that's got them particularly stumped.
We've noticed that you've been kind of, well, dominating the channel a lot lately -- sort of like you're talking through every problem you're running into while you're working on your app, and sometimes repeating your inquiries when you don't get a response. We want to be helpful, we really do, but the constant stream of questions is ... well, it's led to a lot of us just tuning you out, and that's probably not what you want.
So: our biggest request is that you show a little more effort at working through your problems on your own, rather than announcing them in the channel shortly after you encounter them. Below are a few other suggestions; some are based on our experience, while others are from the excellent post about [help vampires](http://sla
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
<title>Stripe Getting Started Form</title> | |
<script type="text/javascript" src="https://js.stripe.com/v1/"></script> | |
<!-- jQuery is used only for this example; it isn't required to use Stripe --> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript"> | |
// this identifies your website in the createToken call below |