I hereby claim:
- I am ryyppy on github.
- I am ryyppy (https://keybase.io/ryyppy) on keybase.
- I have a public key whose fingerprint is F6DE 3E10 8B7D 1A07 E148 7892 7F21 0FB3 C17E AE67
To claim this, I am signing this object:
| Debugger entered--Lisp error: (quit) | |
| (let ((len (length str))) (and (> (point) len) (equal str (buffer-substring-no-properties (- (point) len) (point))))) | |
| reason-looking-back-str("*/") | |
| (if (reason-looking-back-str "*/") (backward-char)) | |
| (let ((starting (point))) (skip-chars-backward "[:space:]\n") (if (reason-looking-back-str "*/") (backward-char)) (if (reason-in-str-or-cmnt) (reason-rewind-past-str-cmnt)) (if (/= starting (point)) (reason-rewind-irrelevant))) | |
| reason-rewind-irrelevant() | |
| (while (and (= current-level (reason-paren-level)) (not (looking-at reason-binding))) (reason-rewind-irrelevant) (reason-rewind-to-beginning-of-current-level-expr)) | |
| (save-excursion (while (and (= current-level (reason-paren-level)) (not (looking-at reason-binding))) (reason-rewind-irrelevant) (reason-rewind-to-beginning-of-current-level-expr)) (+ (current-column) reason-indent-offset)) | |
| (let ((current-level (reason-paren-level))) (save-excursion (while (and (= current-level (reason-paren-level)) (not (looking-at |
I hereby claim:
To claim this, I am signing this object:
| FROM amazonlinux:2016.09 | |
| # INSTALL NODE AND YARN | |
| WORKDIR /app | |
| ENV NPM_CONFIG_LOGLEVEL info | |
| ENV NODE_VERSION 7.7.0 | |
| # gcc -> needed for ocaml | |
| RUN yum install -y xz git gcc m4 which \ |
| /** | |
| * What is the result of this program? | |
| */ | |
| function g() { | |
| console.log('g called') | |
| } | |
| function f() { | |
| g() |
| // ############################### | |
| // runPackager.js | |
| // ############################### | |
| // In this example, the IO function is tightly coupled with the implementation | |
| import { execFileSync } from 'child_process'; | |
| type RunPackagerOptions = { | |
| projectRoot: string, // CWD the react-native binary is being run from | |
| targetDir: string, // Target directory absolute or relative to projectRoot (e.g. 'rna/') |
Proposal for this year's Reactive lightning talks @ReactiveConf - If you want to see my talk, star this gist please :-) [Reactive Blogpost][reactive-conference-blogpost]
As a JavaScript developer, could you imagine using something else than Atom, Sublime or other IDE-like text-editors? During their daily work, people wrangle a lot with different applications, editors, windows, browsers and loose a lot of time because of their tools getting in their way.
| /* @flow */ | |
| import { takeLatest } from 'redux-saga'; | |
| import { call, put } from 'redux-saga/effects'; | |
| /** | |
| * STATIC ENVIRONMENT | |
| */ | |
| export const config = { |