This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work in progress, looks like we are going nowhere
Unless we dont have a mechanism to detect that there is only one chunk that is being sent(for damn sure?), we can't implement this
- Loading branch information
Showing
12 changed files
with
174 additions
and
95 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,17 @@ | ||
{ | ||
"extends": "google", | ||
"extends": "r0mflip", | ||
"env": { | ||
"node": true | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 2017 | ||
}, | ||
"rules": { | ||
"max-len": [2, 100, { | ||
"ignoreComments": true, | ||
"max-len": [2, { | ||
"code": 100, | ||
"tabWidth": 2, | ||
"ignoreUrls": true, | ||
"tabWidth": 2 | ||
}], | ||
"no-implicit-coercion": [2, { | ||
"boolean": false, | ||
"number": true, | ||
"string": true | ||
}], | ||
"no-unused-expressions": [2, { | ||
"allowShortCircuit": true, | ||
"allowTernary": false | ||
}], | ||
"no-unused-vars": [2, { | ||
"vars": "all", | ||
"args": "after-used", | ||
"argsIgnorePattern": "(^reject$|^_$)", | ||
"varsIgnorePattern": "(^_$)" | ||
}], | ||
"quotes": [2, "single"], | ||
"require-jsdoc": 0, | ||
"valid-jsdoc": 0, | ||
"arrow-parens": 0 | ||
"ignoreComments": true | ||
}] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
dist: trusty | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- "9" | ||
- "8" | ||
- "10" | ||
script: | ||
- npm run test | ||
notification: | ||
on_success: never | ||
on_failure: always |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
{ | ||
"name": "@ramlmn/taggart", | ||
"version": "0.1.0", | ||
"author": "@r0mflip", | ||
"description": "An ETag header middleware for express like apps", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "eslint . && node test/test.js" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"homepage": "https://github.com/ramlmn/taggart#readme", | ||
"bugs": { | ||
"url": "https://github.com/ramlmn/taggart/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ramlmn/taggart.git" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"eslint": "^5.6.0", | ||
"eslint-config-r0mflip": "^0.1.3", | ||
"express": "^4.16.3", | ||
"node-fetch": "^2.2.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.9.1" | ||
}, | ||
"keywords": [ | ||
"ETag", | ||
"e-tag", | ||
"headers", | ||
"express", | ||
"middleware" | ||
], | ||
"author": "@mram", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ramlmn/taggart/issues" | ||
}, | ||
"homepage": "https://github.com/ramlmn/taggart#readme", | ||
"devDependencies": { | ||
"eslint": "^5.2.0", | ||
"eslint-config-google": "^0.9.1", | ||
"express": "^4.16.3", | ||
"node-fetch": "^2.1.2", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.9.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Attributions | ||
|
||
* [atari-adventure.jpg](atari-adventure.jpg) by Scott Canoni from [WikiMedia Commons](https://commons.wikimedia.org/wiki/File:Atari_Adventure_Easter_Egg_on_Atari_(Jakks_Pacific)_Port.jpg) | ||
* Big buck bunny [trailer](trailer_400p.ogg) from [https://peach.blender.org/trailer-page/](https://peach.blender.org/trailer-page/) | ||
* Lipsum text from [https://lipsum.com](https://lipsum.com) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
values of β give rises to dom! |
Binary file not shown.
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