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
queue=> \dt | |
List of relations | |
Schema | Name | Type | Owner | |
--------+----------------------------+-------+----------- | |
public | __diesel_schema_migrations | table | nerdalize | |
public | runs | table | nerdalize | |
public | tasks | table | nerdalize | |
public | workloads | table | nerdalize | |
(4 rows) |
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
Compiling queue v0.1.0 (file:///home/dexter/nerdalize/prototypes/queue) | |
warning: unused import: `diesel::expression` | |
--> src/bin/run_server.rs:23:5 | |
| | |
23 | use diesel::expression; | |
| ^^^^^^^^^^^^^^^^^^ | |
| | |
= note: #[warn(unused_imports)] on by default | |
warning: unused import: `diesel::query_builder::Query` |
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
var webpack = require('webpack') | |
var path = require('path') | |
var ExtractTextPlugin = require('extract-text-webpack-plugin') | |
var HtmlWebpackPlugin = require('html-webpack-plugin') | |
var CopyWebpackPlugin = require('copy-webpack-plugin') | |
var SpriteLoaderPlugin = require('svg-sprite-loader/plugin') | |
var defines = require('./defines.config') | |
var config = require('./webpack.config') |
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
<svg viewBox="0 0 100 130"> | |
<defs> | |
<pattern id="pattern" width="{{patternWidth}}" height="{{patternHeight}}" patternUnits="userSpaceOnUse"> | |
<path fill="url(#pattern)" stroke-width=".1" d="M0 {{gridHeight}}0h{{patternWidth}}"/> | |
<path fill="url(#pattern)" stroke-width=".1" d="M0 {{patternHeight}}h{{patternWidth}}"/> | |
<path fill="url(#pattern)" stroke-width=".1" d="M0 0h{{patternWidth}}"/> | |
<path fill="url(#pattern)" stroke-width=".1" d="M0 {{patternHeight}}L{{patternWidth}} 0"/> | |
<path fill="url(#pattern)" stroke-width=".1" d="M0 0L{{patternWidth}} {{patternHeight}}"/> | |
</pattern> | |
</defs> |
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
Hoi Alexandros |
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
class Component extends React.Component { | |
static getDerivedStateFromProps (nextProps, prevState) { | |
// -> nextState | |
// | Called after instantiating and when it receives new props | |
} | |
render () { | |
// -> jsx | |
} | |
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
/* App.html generated by Svelte v2.7.0 */ | |
function hours({ time }) { | |
return time.getHours(); | |
} | |
function minutes({ time }) { | |
return time.getMinutes(); | |
} |
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
graphql_1 | { | |
"timestamp": "2018-11-17T18:09:55.628+0000", | |
"level": "info", | |
"type": "http-log", | |
"detail": { | |
"status": 500, | |
"query_hash": "cb9097259d9674a46228be3b19979abd7f46b6aa", | |
"http_version": "HTTP/1.1", | |
"query_execution_time": 0.014521827, | |
"request_id": null, |
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
https://docs.google.com/document/d/19S1xLE2Z2Jis_sp3p0trTQOGclLY7ZFzj1Erp74FYFk/edit?usp=sharing |
OlderNewer