This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ : make | |
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] | |
== Compilation error on file lib/api/http.ex == | |
** (CompileError) lib/api/http.ex:38: undefined function generate/2 | |
(stdlib) erl_eval.erl:669: :erl_eval.do_apply/6 | |
make: *** [start] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Api.Resource.Cases do | |
use PoeApi.Resource | |
let service = Resource.param(:service) | |
let cases = apply(service, :get_all, [Input.get]) | |
hyper do | |
action do | |
%{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import './index.ess' | |
import './app.ess' | |
// App | |
.App(class={extended: this.state.checked}).layout.layout-dir-vertical | |
h1 hi | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="color">1</div> | |
<div class="color">2</div> | |
<div class="color">3</div> | |
<div class="color">4</div> | |
<div class="color">5</div> | |
<div class="color">6</div> | |
<div class="color">7</div> | |
<div class="color">8</div> | |
<div class="color">9</div> | |
<div class="color">10</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Module dependencies. | |
*/ | |
var rework = require('rework'); | |
var mixins = require('rework-mixins'); | |
var calc = require('rework-calc'); | |
var breakpoints = require('rework-breakpoints'); | |
var modules = require('rework-modules'); | |
var myth = require('myth'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Toby Campbell", | |
"href": "http://profile.org/4165401", | |
"picture": "http://profile.org/4165401/picture", | |
"friends": { | |
"href": "http://profile.org/4165401/friends", | |
"data": [ | |
{ | |
"name" : "Hugo S. Horton", | |
"href" : "http://profile.org/250648607", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "collection" : | |
{ | |
"version" : "1.0", | |
"href" : "http://example.org/friends/", | |
"items" : | |
[ | |
{ | |
"href" : "...", | |
"data" : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "collection" : | |
{ | |
"version" : "1.0", | |
"href" : "http://example.org/friends/", | |
"items" : | |
[ | |
{ | |
"href" : "...", | |
"data" : |