This file contains 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
################################ | |
### Builder image | |
################################ | |
FROM ubuntu:18.04 as builder | |
ENV VERSION=mainnet \ | |
OPAM_VERSION=2.0.4 | |
RUN apt update | |
RUN apt install -y \ |
This file contains 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
################################ | |
### Builder image | |
################################ | |
FROM ubuntu:18.04 as builder | |
ENV VERSION=mainnet \ | |
OPAM_VERSION=2.0.4 | |
RUN apt update | |
RUN apt install -y \ |
This file contains 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
KT1DUfaMfTRZZkvZAYQT5b3byXnvqoAykc43 | |
tz1KeD5d7AwhiHkQiRhtnWgJuEawe5Fnp5E3 | |
tz1KeK8qEnZhFzLQqnz2oKaXnG4X2zQC5tz3 | |
tz1KeZ1qgZvoB2CedksgbfnXpiZbQMaNpQ5b | |
tz1KemUFwq2fQ77Sdo7M3BbTuJ9W2nJ7nyFk | |
tz1KfbCaW7zubFT62BsAtdRezrXbwPYeHahf | |
tz1KfiqVDAjJSEmRPSAb4sEvCYqggpBgrmZi | |
tz1KfohHYAmQFGNJXzKaYzFrJgJ6Q1V9oKm2 | |
tz1KfpD7KWY4eYAJdLSJY8gsHC8YZPyfshY3 | |
tz1KfsDBnFLs7Z6DvoLLckrRvcz6ZHQcfPbG |
This file contains 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
'use strict'; | |
let app = require('../server/server'); | |
let loopback = require('loopback'); | |
let prompt = require('prompt'); | |
console.log(`This will copy all the data from the given database to the | |
configured database(in server/datasources)`) | |
prompt.get(['connector', 'url'], (err, result) => { |
This file contains 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
=== release test-http-dns-error === | |
Path: simple/test-http-dns-error | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "EADDRINFO" == "ENOTFOUND" | |
at ClientRequest.<anonymous> (/home/alfred/repos/node/test/simple/test-http-dns-error.js:49:12) | |
at ClientRequest.EventEmitter.emit (events.js:95:17) | |
at CleartextStream.socketErrorListener (http.js:1547:9) | |
at CleartextStream.EventEmitter.emit (events.js:95:17) |
This file contains 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
'use strict'; | |
var common = require('./includes/common.js'); | |
var assert = require('assert'); | |
var s3 = require('../').load('s3'); | |
var fs = require('fs'); | |
function wrap(name) { | |
var fn = fs[name]; | |
wrap[name] = 0; |
This file contains 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
> [email protected] test /home/alfred/repos/aws2js | |
> tools/test.sh | |
Running tests on node.js v0.10.13 | |
[72% | 34/47 | + 33 | - 0] s3-signurl | |
assert.js:324 | |
assert.ifError = function(err) { if (err) {throw err;}}; | |
^ | |
Error: Redirect response without the Location header. | |
at Object.formattedError (/home/alfred/repos/aws2js/node_modules/http-get/lib/tools.js:251:9) |
This file contains 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 path = '#thePopoverContent', | |
element = $('#theButtonThatOpensThePopover')[0]; | |
$(document).click(function (e) { | |
if (this !== element && | |
e.target !== element && | |
$('.popover').length && | |
!$(e.target).parents(path).length) { | |
hide(); |
This file contains 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 Benchmark = require('benchmark'); | |
var suite = new Benchmark.Suite; | |
require('./release/sugar-full.development'); | |
var empty = []; | |
var with500 = []; | |
500..times(function () { | |
with500.push({}); |
This file contains 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
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
</head> | |
<body> | |
<script type="text/javascript" src="build/output/knockout-latest.js"></script> | |
<script type="text/javascript" src="https://raw.github.com/bestiejs/benchmark.js/v1.0.0/benchmark.js"></script> |
NewerOlder