Seshver is version standard for the purpose of versioning content that is to delivered in units or slots - termed as "sessions".
It takes the same form as semver, but semantic meaning is different.
| //usage: | |
| cmds({ | |
| __proto__: {general: 'pattern'}, | |
| a: {specificying:'pattern'} | |
| }) | |
| .$a(function (err, args) { | |
| console.log(args, Object.keys(args)) | |
| }) | |
| //after 1.5 secs logs Object {specificying: "pattern", general: "pattern"} ["specificying"] |
| //usage: | |
| cmds({ | |
| $: {general: 'pattern'}, | |
| a: {specificying:'pattern'} | |
| }) | |
| .$a(function (err, args) { | |
| console.log(args, Object.keys(args)) | |
| }) | |
| //after 1.5 secs logs Object {specificying: "pattern", general: "pattern"} ["specificying", "general"] |
| Verifying that +clements is my Bitcoin username. You can send me #bitcoin here: https://onename.io/clements |
| //fails: | |
| var c = 0 | |
| seneca.add({role: 'user', cmd: 'create'}, function(args, callback) { | |
| if (c++ < 1) callback(null) | |
| else { | |
| var err = {}; | |
| err.statusCode = 409; | |
| callback(err); | |
| } | |
| }) |
| ```js | |
| console.log('will not currently highlight in deck') | |
| ``` | |
| ```javascript | |
| console.log('will not highlight in deck') | |
| ``` |
| { | |
| "name": "npm-dependents", | |
| "version": "1.0.1", | |
| "dependencies": { | |
| "JSONStream": { | |
| "version": "0.10.0", | |
| "from": "JSONStream@*", | |
| "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz", | |
| "dependencies": { | |
| "jsonparse": { |
We need an Open Source alternative to AMP.
| const bench = require('fastbench') | |
| function valuesFn (array) { | |
| var i = 0 | |
| return function (abort, cb) { | |
| if(i >= array.length) | |
| cb(true) | |
| else | |
| cb(null, array[i++]) | |
| } |
| {"vomicae": "sit et nisi aliqua Lorem eu dolore et consequat officia", "epicarp": "tempor qui consectetur laborum irure cupidatat sunt magna culpa aliquip", "hierarchised": "reprehenderit irure mollit proident est Lorem fugiat cillum id excepteur", "unripened": "proident laborum velit ipsum exercitation sint ut pariatur incididunt non", "enterrologist": "proident irure duis laboris consequat voluptate mollit commodo aliqua nisi", "barterer": "voluptate duis sit voluptate cupidatat duis sit nostrud do magna", "characterless": "ut qui quis et consectetur est quis duis reprehenderit aliqua", "keelless": "deserunt qui dolore id dolore minim commodo eiusmod non quis", "redissolution": "aliqua proident ullamco cupidatat aliqua fugiat ea consequat ea cillum", "scharwenka": "occaecat amet id cupidatat pariatur qui reprehenderit esse anim commodo", "flask": "ex incididunt nulla enim irure culpa ut culpa do deserunt", "methodically": "proident aute mollit pariatur eu ex veniam tempor qui incididunt", "equivalency": "al |