Skip to content

Instantly share code, notes, and snippets.

2015-01-29 Unofficial Relay FAQ

Compilation of questions and answers about Relay from React.js Conf.

Disclaimer: I work on Relay at Facebook. Relay is a complex system on which we're iterating aggressively. I'll do my best here to provide accurate, useful answers, but the details are subject to change. I may also be wrong. Feedback and additional questions are welcome.

What is Relay?

Relay is a new framework from Facebook that provides data-fetching functionality for React applications. It was announced at React.js Conf (January 2015).

#!/bin/bash
#
# https://support.1password.com/command-line-getting-started/
#
# Full docs: https://support.1password.com/command-line/
#
# gpg --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
# gpg --verify op.sig op
#
Summary of cpu time and (wall time):
best avg sd +/- p (best) (avg) (sd) +/- p
pathological 0.26738 0.28269 0.08515 (0.26749) (0.28281) (0.08519)
command-t 0.20451 0.21637 0.06859 (0.20461) (0.21646) (0.06867)
chromium (subset) 1.71486 1.75230 0.21584 (0.40147) (0.41930) (0.14807)
chromium (whole) 1.37038 1.39803 0.08073 (0.11796) (0.12217) (0.01434)
big (400k) 2.38035 2.41639 0.08146 (0.19071) (0.19640) (0.01850)
This file has been truncated, but you can view the full file.
v8-version,9,4,146,24,-node.14,0
v8-platform,linux,linux
new,CodeRange,0x7fe6cc000000,0
new,MemoryChunk,0x268a435c0000,262144
new,MemoryChunk,0x1e9ac2880000,262144
new,MemoryChunk,0x14bb92d00000,262144
new,MemoryChunk,0xbf511c40000,262144
new,MemoryChunk,0x9a24af80000,262144
heap-capacity,1031072
heap-available,4346136384
This file has been truncated, but you can view the full file.
v8-version,9,4,146,24,-node.14,0
v8-platform,linux,linux
shared-library,/home/wincent/n/bin/node,0x400000,0x465e000,0
shared-library,/usr/lib/libc.so.6,0x7fdcebf2c000,0x7fdcec0ce000,0
shared-library,/usr/lib/libpthread.so.0,0x7fdcec136000,0x7fdcec138000,0
shared-library,/usr/lib/libgcc_s.so.1,0x7fdcec13b000,0x7fdcec150000,0
shared-library,/usr/lib/libm.so.6,0x7fdcec156000,0x7fdcec1e0000,0
shared-library,/usr/lib/libstdc++.so.6.0.29,0x7fdcec23e000,0x7fdcec3e0000,0
shared-library,/usr/lib/libdl.so.2,0x7fdcec464000,0x7fdcec466000,0
shared-library,/usr/lib/ld-linux-x86-64.so.2,0x7fdcec487000,0x7fdcec4b0000,0
6245 text files.
5565 unique files.
1980 files ignored.
github.com/AlDanial/cloc v 1.90 T=2.51 s (1696.8 files/s, 112908.0 lines/s)
--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
JavaScript 2804 18737 26204 149944
Markdown 243 10831 0 27165
README.md | 2 +-
build.js | 139 ++
gulpfile.babel.js | 182 ---
package.json | 9 +-
scripts/pretty.js | 2 +-
vendor/yarn-cache/acorn-jsx-5.0.2.tgz | Bin 7259 -> 0 bytes
vendor/yarn-cache/ansi-colors-1.1.0.tgz | Bin 4454 -> 0 bytes
vendor/yarn-cache/ansi-colors-4.1.1.tgz | Bin 8180 -> 0 bytes
vendor/yarn-cache/ansi-escapes-3.2.0.tgz | Bin 3518 -> 0 bytes
vendor/yarn-cache/ansi-gray-0.1.1.tgz | Bin 1959 -> 0 bytes
This file has been truncated, but you can view the full file.
diff --git a/aspects/nvim/files/.vim/colors/base16-apprentice.vim b/aspects/nvim/files/.vim/colors/base16-apprentice.vim
new file mode 100644
index 00000000..be5a96d9
--- /dev/null
+++ b/aspects/nvim/files/.vim/colors/base16-apprentice.vim
@@ -0,0 +1,413 @@
+" vi:syntax=vim
+
+" base16-vim (https://github.com/chriskempson/base16-vim)
+" by Chris Kempson (http://chriskempson.com)
diff --git a/aspects/dotfiles/files/.zsh/colors/base16-apprentice.sh b/aspects/dotfiles/files/.zsh/colors/base16-apprentice.sh
new file mode 100644
index 00000000..c9b31c23
--- /dev/null
+++ b/aspects/dotfiles/files/.zsh/colors/base16-apprentice.sh
@@ -0,0 +1,126 @@
+#!/bin/sh
+# base16-shell (https://github.com/chriskempson/base16-shell)
+# Base16 Shell template by Chris Kempson (http://chriskempson.com)
+# Apprentice scheme by romainl
@wincent
wincent / test
Created September 19, 2020 17:57
test