I hereby claim:
- I am spicydonuts on github.
- I am spicydonuts (https://keybase.io/spicydonuts) on keybase.
- I have a public key ASDB7aF8V6QL-8_f2qdmR1L58WYnWWJDOdvVBHep9kgmLgo
To claim this, I am signing this object:
" Have j and k navigate visual lines rather than logical ones | |
nmap j gj | |
nmap k gk | |
vmap j gj | |
vmap k gk | |
exmap 0 goLineLeftSmart | |
exmap $ goLineRight | |
" I like using H and L for beginning/end of line | |
nmap H ^ |
"use strict"; | |
var React = require("react"); | |
var ReactDOM = require("react-dom"); | |
exports.makeRef = function(toMaybe) { | |
var Ref = function(props) { | |
this.DOMNode = null; | |
return this; | |
}; |
I hereby claim:
To claim this, I am signing this object:
module Client | |
( Url | |
, LoggerConfig | |
, Logger | |
, Action | |
, ActionType | |
, Queue | |
, ClientEffects | |
, defaultLoggerConfig | |
, createLogger |
import React from 'react' | |
import { func, node, number, object, shape, string } from 'prop-types' | |
import { withRouter } from 'react-router' | |
import debounceFn from 'lodash/debounce' | |
class ScrollManager extends React.Component { | |
static propTypes = { | |
children: node.isRequired, | |
history: shape({ | |
action: string.isRequired, |
{"lastUpload":"2018-01-26T18:05:10.909Z","extensionVersion":"v2.8.7"} |
import React, { PropTypes } from 'react' | |
import { createStore } from 'redux' | |
import { Provider, connect } from 'react-redux' | |
import Router from 'react-router/BrowserRouter' | |
import Match from 'react-router/Match' | |
import Link from 'react-router/Link' | |
import { compose, getContext } from 'recompose'; | |
const store = createStore((s = {}, a) => s) |
import React from 'react' | |
import { createStore } from 'redux' | |
import { Provider, connect } from 'react-redux' | |
import Router from 'react-router/BrowserRouter' | |
import Match from 'react-router/Match' | |
import Link from 'react-router/Link' | |
const store = createStore((s = {}, a) => s) | |
const BasicExample = () => ( |
module = angular.module 'inputHelpers', [] | |
if not Bacon? | |
console.log 'window.Bacon not found, skipping input validator initialization' | |
return | |
module.constant 'bacon', Bacon | |
_masks = | |
ssn: 'ddd-dd-dddd' |