Skip to content

Instantly share code, notes, and snippets.

View szobov's full-sized avatar

Sergei Zobov szobov

View GitHub Profile
{
"name": "hello",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"bsc-flags": ["-bs-super-errors"],
"bs-dependencies": [
We've found a bug for you!
/home/foo/dev/reason-tryies/src/index.re
1 │ external mediumEditor : string => 'a => 'b = "medium-editor" [@@bs.mod
ule][@@bs.new];
2 │ external extend: 'a => 'b = "" [@@bs.module "medium-editor"][@@bs.scop
e "Extension"];
3 │ let _ext = {
4 │ "name": "myext",
external mediumEditor : string => 'a => 'b = "medium-editor" [@@bs.module] [@@bs.new];
external extend : 'a => 'b = "" [@@bs.module "medium-editor"] [@@bs.scope "Extension"];
type baseExtensionT = Js.t {
.
subscribe: (string => unit => unit) [@bs.meth],
handleKeydown: (unit => unit) [@bs.meth]
};
hilt.core._inherits = (function hilt$core$_inherits(subClass, superClass) {
subClass.prototype = Object.create((function() {
var and__7101__auto__ = superClass;
if (cljs.core.truth_(and__7101__auto__)) {
return superClass.prototype;
} else {
return and__7101__auto__;
}
})(), (function() {
var obj12511 = {
let
pkgs = import <nixpkgs> {};
in
{ }:
with pkgs;
let
docker-py = lib.overrideDerivation pythonPackages.docker (oldAttrs: rec {
name = "docker-py-1.10.6";
wget https://bootstrap.pypa.io/get-pip.py
chmod +x get-pip.py
python get-pip.py
@szobov
szobov / .gitignore
Created May 10, 2016 08:56 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #