Skip to content

Instantly share code, notes, and snippets.

View firefoxNX's full-sized avatar
πŸ™‚

Vineet Bhatia firefoxNX

πŸ™‚
View GitHub Profile
{​​​​​​​"t":{​​​​​​​"$date":"2020-12-04T04:11:29.477+00:00"}​​​​​​​,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{​​​​​​​"message":"[1607055089:477175][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 610 through 610"}​​​​​​​}​​​​​​​
{​​​​​​​"t":{​​​​​​​"$date":"2020-12-04T04:11:29.664+00:00"}​​​​​​​,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{​​​​​​​"message":"[1607055089:664645][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Main recovery loop: starting at 99/28295168 to 610/256"}​​​​​​​}​​​​​​​
{​​​​​​​"t":{​​​​​​​"$date":"2020-12-04T04:11:29.666+00:00"}​​​​​​​,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{​​​​​​​"message":"[1607055089:666511][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 99 through 610"}​​​​​​​}​​​​​​​
{​​​​​​​"t":{​​​​​​​"$date":"2020-12-04T04:11:29.
@firefoxNX
firefoxNX / machine.js
Created August 6, 2019 02:31
Generated by XState Viz: https://xstate.js.org/viz
const projectVDRLinkMachine = Machine({
id: 'projectVDRLink',
initial: 'vdr_not_linked',
states: {
vdr_not_linked: {
on: {
LINK_ACTION: 'vdr_link_in_progress'
}
},
vdr_link_in_progress: {
@firefoxNX
firefoxNX / trireme_bluebird.js
Last active August 29, 2015 14:26
trireme bluebird error
var Promise = require("bluebird");
var rp = require("request-promise");
var xml2js = require("xml2js");
var xml2jsP = Promise.promisifyAll(require("xml2js"));
var xml2jsOptions = {
explicitArray: false,
valueProcessors: [xml2js.processors.parseNumbers, xml2js.processors.parseBooleans]
}
@firefoxNX
firefoxNX / gist:3e837d43c19e0434b6ec
Last active August 29, 2015 14:17
installNpmRevision failing when running on-premise #14
Running "clean:0" (clean) task
[D] Task source: /grunt/build-test/node_modules/grunt-contrib-clean/tasks/clean.js
Cleaning target...OK
Running "saveGitRevision" task
[D] Task source: grunt/tasks/saveGitRevision.js
Running "mkdir:all" (mkdir) task
[D] Task source: /grunt/build-test/node_modules/grunt-mkdir/tasks/mkdir.js
Creating "target"...OK
@firefoxNX
firefoxNX / gist:f814624c6690d86413fb
Created March 12, 2015 13:47
sb-admin-angular getting 404's
http://localhost:9000/bower_components/metisMenu/dist/metisMenu.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/angular-loading-bar/build/loading-bar.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/font-awesome/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/jquery/dist/jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/angular/angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/bootstrap/dist/js/bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/bower_components/angular-ui-router/release/angular-ui-router.min.js Failed to load resource: