Skip to content

Instantly share code, notes, and snippets.

@holyshared
holyshared / Subscriber
Created August 29, 2017 04:17
Type constant for Hack
<?hh //strict
namespace Pubsub;
interface Message {};
interface Subscribable {
abstract const type T;
}
@holyshared
holyshared / README.md
Created August 30, 2017 03:52
typed_json

typed_json

@holyshared
holyshared / README.md
Created December 6, 2017 02:05
Curb for multi request

Curb for multi request

@holyshared
holyshared / .hhconfig
Last active February 1, 2018 04:15
json_decode - HHVM3.24.1
We couldn’t find that file to show.
@holyshared
holyshared / .merlin
Last active May 3, 2018 11:32
js_of_ocaml
PKG js_of_ocaml js_of_ocaml-ppx
S .
*.byte
*.cmi
*.cmo
module Single_phase = struct
module Operation = struct
module Add = struct
module type S = sig
type t = string
val add: string -> string -> string
end
end
end
end
user_attributes=
@holyshared
holyshared / .babelrc
Last active January 21, 2019 06:07
Redux-form for server side rendering
{
"presets": [
"@babel/preset-react",
["@babel/preset-env", {
"targets": {
"node": "8.10"
}
}]
],
"plugins": [

Chatwork client