Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mrkvon's full-sized avatar
👎
github owned by microsoft

mrkvon

👎
github owned by microsoft
View GitHub Profile
@mrkvon
mrkvon / dump.json
Last active September 6, 2016 19:19
arangodump of data for a reported error to /arangodb/arangodb (some sensitive data deleted)
{"database":"db_ditup","lastTickAtDumpStart":"555499"}
@mrkvon
mrkvon / gist:6caadea482f4e624f96a3b824d97ac69
Last active September 26, 2016 13:29
example of asynchronous tests with should
// assertion passes - test passes
it('[first reply] should give tag with key `position` and value `first_reply`', function (done) {
messageToInfluxService.process(message2to1, function (err, fields, tags) {
if (err) return done(err);
try {
tags.should.have.property('position', 'first_reply');
return done();
} catch (e) {
return done(e);
@mrkvon
mrkvon / angular-cli.json
Created January 21, 2017 07:33
angular-cli.json example
{
"project": {
"version": "1.0.0-beta.26",
"name": "some-app-name"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
@mrkvon
mrkvon / dump.json
Created November 2, 2017 03:31
arangodump for arangodb WITHIN_RECTANGLE issue
{"database":"ditup-test","lastTickAtDumpStart":"22785539"}
@mrkvon
mrkvon / .block
Last active January 3, 2019 23:41 — forked from mbostock/.block
Force Layout from CSV
license: gpl-3.0