This is loosely based on ThoughtWorks Radar, but just for my personal thoughts.
- javascript
- typescript, if only on js (
checkJs) - esm - for node.js
- babel + preset-env - for web
| @-moz-document url-prefix("https://jira.iress.com") { | |
| #ghx-pool .ghx-issue .ghx-issue-content { | |
| min-height: auto; | |
| } | |
| #ghx-pool .ghx-issue-fields .ghx-key { | |
| margin-left: 16px; | |
| } | |
| #ghx-pool .ghx-issue .ghx-issue-fields { | |
| padding-right: 0; | |
| } |
| # https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html | |
| .ac | |
| .cc | |
| .fm | |
| .im | |
| .io | |
| .tv | |
| .vg | |
| .ac | |
| .sh |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/flow_parser.good.js b/flow_parser.bad.js | |
| index 18cc635..c1d48ea 100644 | |
| --- a/flow_parser.good.js | |
| +++ b/flow_parser.bad.js | |
| @@ -1,917 +1,922 @@ | |
| // Generated by js_of_ocaml 3.0.1 | |
| -(function(ag) { | |
| +(function(iD) { | |
| "use strict"; | |
| - var oS = 254, |
| // ==UserScript== | |
| // @name GitHub Notifications -> octobox.io | |
| // @namespace https://gist.github.com/azz/9ce50b3596b6f7f062523040ebbb5708/edit | |
| // @version 1.1.1 | |
| // @description Redirect the GitHub Notification icon to octobox.io | |
| // @author Lucas Azzola <@azz> | |
| // @match https://github.com/* | |
| // @grant none | |
| // ==/UserScript== |
protocol Functor { fmap; }
const nothing = Symbol("nothing");
class Maybe implements Functor {
/*private*/ constructor(value) { this._value = value; }
static just(value) { return new Maybe(value) }| <none> |
| ../TypeScript/tests/cases/compiler/abstractPropertyNegative.ts: Error: Comment "error, not same type" was not printed. Please report this error! | |
| at astComments.forEach.comment (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:69:13) | |
| at Array.forEach (native) | |
| at ensureAllCommentsPrinted (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:67:15) | |
| at format (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:85:3) | |
| at formatWithShebang (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:91:12) | |
| at Object.module.exports.format (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:105:12) | |
| at format (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:217:25) | |
| at err (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:331:16) | |
| at patterns.forEach.pattern (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:375:7) |
| ../TypeScript/tests/cases/compiler/abstractPropertyNegative.ts: Error: Comment "error, not same type" was not printed. Please report this error! | |
| at astComments.forEach.comment (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:69:13) | |
| at Array.forEach (native) | |
| at ensureAllCommentsPrinted (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:67:15) | |
| at format (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:85:3) | |
| at formatWithShebang (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:91:12) | |
| at Object.module.exports.format (/mnt/c/Users/Lucas Azzola/Code/prettier/index.js:105:12) | |
| at format (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:216:25) | |
| at err (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:330:16) | |
| at patterns.forEach.pattern (/mnt/c/Users/Lucas Azzola/Code/prettier/bin/prettier.js:374:7) |