Skip to content

Instantly share code, notes, and snippets.

View slacktracer's full-sized avatar

Thiago F slacktracer

  • An island.
View GitHub Profile
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Error spawning drone
error: Script took too long to listen on a socket
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
info: Welcome to Nodejitsu jaywalking101
info: jitsu v0.12.10, node v0.8.22
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon!
info: Analyzing application dependencies in app.js
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon!
info: Creating snapshot 0.0.1-29
info Uploading: [=============================] 100%
error: Error running command deploy
Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Error spawning drone: no matching engine found
error: Repository configuration
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
@slacktracer
slacktracer / gist:34382eb2e0d36b0a8730
Created June 19, 2014 21:37
sublime user settings
{
"color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"line_padding_top": 5,
"line_padding_bottom": 5,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@slacktracer
slacktracer / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
return db({
query: 'INSERT INTO usuario ( ' +
'email, ' +
'permissions, ' +
'__status__ ' +
') ' +
'VALUES ( ' +
'?, ' +
'?, ' +
'1 ' +
@slacktracer
slacktracer / input
Last active August 29, 2015 14:09
A tentative reference json for RT Analyzer...(input) Very incomplete.
Pos,Name,Ct SYBR,Amount SYBR,Target SYBR
A1,,20.73,-,
A2,,19.66,-,
A3,,18.66,-,
A4,,17.64,-,
A5,,17.11,-,
A6,,29.74,-,
A7,,25.68,-,
A8,,24.6,-,
A9,,23.51,-,
npm ERR! Failed to change folder ownership under npm cache for %s /root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3
npm ERR! Error: EPERM, chown '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD'
npm ERR! { [Error: EPERM, chown '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD']
npm ERR! errno: 50,
npm ERR! code: 'EPERM',
npm ERR! path: '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD',
npm ERR! parent: 'siga' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
@slacktracer
slacktracer / jitsu deploy --debug
Created November 19, 2014 00:39
jitsu deploy --debug
info: Welcome to Nodejitsu jaywalking101
info: jitsu v0.14.0, node v0.10.33
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in main.js
WARN package.json cookie-signature@1.0.1 No repository field.
WARN package.json range-parser@0.0.4 No repository field.
WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
WARN package.json Please pick one as the 'repository' field
info: Creating snapshot 0.0.2-25
background: linear-gradient(270deg, #51b49a, #e6a55a);
background-size: 400% 400%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@-webkit-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}