protocol Functor { fmap; }
const nothing = Symbol("nothing");
class Maybe implements Functor {
/*private*/ constructor(value) { this._value = value; }
static just(value) { return new Maybe(value) }
This file contains hidden or 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
../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) |
This file contains hidden or 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
<none> |
This file contains hidden or 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
// ==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== |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
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, |
I hereby claim:
- I am azz on github.
- I am lucasazzola (https://keybase.io/lucasazzola) on keybase.
- I have a public key ASCvpL_L8J8CzufbWkxthrzsrBiFhPLhgDTv_jv-mdxw-go
To claim this, I am signing this object:
This file contains hidden or 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
# https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html | |
.ac | |
.cc | |
.fm | |
.im | |
.io | |
.tv | |
.vg | |
.ac | |
.sh |
This file contains hidden or 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
@-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; | |
} |
OlderNewer